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-ssh12776010187856199494.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 22d4716e7e2c04d67e306ca0efb28fed628fcf28
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘Hawk_Greycat_backend_master_160-72jmx’ are offline
WARNING: Unable to create pod: kubernetes hawk/hawk-greycat-backend-master-160-72jmx-lks6h-z4zg4 because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-greycat-backend-master-160-72jmx-lks6h-z4zg4" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi.
Retrying...

WARNING: Unable to create pod: kubernetes hawk/hawk-greycat-backend-master-160-72jmx-lks6h-br6gv because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-greycat-backend-master-160-72jmx-lks6h-br6gv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi.
Retrying...

WARNING: Unable to create pod: kubernetes hawk/hawk-greycat-backend-master-160-72jmx-lks6h-hhhzn because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-greycat-backend-master-160-72jmx-lks6h-hhhzn" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi.
Retrying...

Created Pod: kubernetes hawk/hawk-greycat-backend-master-160-72jmx-lks6h-lp1z1
[Normal][hawk/hawk-greycat-backend-master-160-72jmx-lks6h-lp1z1][Scheduled] Successfully assigned hawk/hawk-greycat-backend-master-160-72jmx-lks6h-lp1z1 to okdnode-24
[Normal][hawk/hawk-greycat-backend-master-160-72jmx-lks6h-lp1z1][AddedInterface] Add eth0 [10.40.63.166/23] from openshift-sdn
[Normal][hawk/hawk-greycat-backend-master-160-72jmx-lks6h-lp1z1][Pulled] Container image "maven:3-jdk-11" already present on machine
[Normal][hawk/hawk-greycat-backend-master-160-72jmx-lks6h-lp1z1][Created] Created container maven
[Normal][hawk/hawk-greycat-backend-master-160-72jmx-lks6h-lp1z1][Started] Started container maven
[Normal][hawk/hawk-greycat-backend-master-160-72jmx-lks6h-lp1z1][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" already present on machine
[Normal][hawk/hawk-greycat-backend-master-160-72jmx-lks6h-lp1z1][Created] Created container jnlp
[Normal][hawk/hawk-greycat-backend-master-160-72jmx-lks6h-lp1z1][Started] Started container jnlp
Agent hawk-greycat-backend-master-160-72jmx-lks6h-lp1z1 is provisioned from template Hawk_Greycat_backend_master_160-72jmx-lks6h
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Greycat%20backend/job/master/160/"
    runUrl: "job/Hawk%20Greycat%20backend/job/master/160/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "1ec414a0e6e438f6427b94929ae9d2ec61e3e3c2"
    jenkins/label: "Hawk_Greycat_backend_master_160-72jmx"
  name: "hawk-greycat-backend-master-160-72jmx-lks6h-lp1z1"
  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-160-72jmx-lks6h-lp1z1"
    - name: "JENKINS_NAME"
      value: "hawk-greycat-backend-master-160-72jmx-lks6h-lp1z1"
    - 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-160-72jmx-lks6h-lp1z1 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-ssh2594909891481436633.key
 > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipse/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10
Avoid second fetch
Checking out Revision 22d4716e7e2c04d67e306ca0efb28fed628fcf28 (master)
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 22d4716e7e2c04d67e306ca0efb28fed628fcf28 # timeout=10
Commit message: "Temporarily use -X to help debug signing build"
 > git rev-list --no-walk 3ca1e5cb0225c2683d65f2461824335cfc65c514 # 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: 11.908 s - in org.eclipse.hawk.greycat.tests.GreycatBackendTestSuite
addThenReuseIterable[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 1.036 s
getMultipleMatches[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.35 s
invalidIndexNames[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.565 s
doubleExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.218 s
removeByFullKey[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.253 s
removeByNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.207 s
removeByFieldNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.297 s
indexNodeDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.37 s
integerRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.325 s
integerExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.305 s
indexKeyAdditionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.513 s
removeByNodeMultipleIndicesRemoveAll[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.251 s
removeByNodeMultipleIndicesRemoveOne[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.319 s
addPreservesPriorValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.336 s
addNullMap[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.249 s
query[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.34 s
removeByNode3Arg[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.301 s
removeByFullKeyInt[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.297 s
nodeDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.324 s
queryWithPipes[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.152 s
addNullValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.148 s
removeByValueNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.149 s
indexDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.218 s
deleteRecreate[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.12 s
floatingRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.156 s
removeByFullKeyDouble[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.136 s
indexKeyRemovalRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.408 s
testStartTransaction[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 0.15 s
testStartDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 0.398 s
testStartShutdown[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 0.21 s
twoNodesBatchRemoveRel[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.193 s
oneNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.142 s
oneNodeProperty[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.764 s
oneNodeRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.178 s
oneNodeRemoveRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.221 s
escapeInvalidClassCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.124 s
escapeInvalidCharactersEdges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.124 s
escapeInvalidFieldCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.175 s
twoNodesBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.189 s
oneNodeRemove[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.181 s
oneNodeBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.205 s
threeNodesRemoveMiddle[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.193 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
17:53:39.569 [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
17:53:39.864 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:53:39.864 [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
17:53:39.867 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:53:39.867 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:53:39.872 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:53:39.872 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:53:39.872 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:53:39.873 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:53:39.873 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:53:39.874 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:53:39.874 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:53:39.874 [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
17:53:39.986 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:53:39.987 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:53:40.068 [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
17:53:40.068 [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
17:53:40.068 [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
17:53:40.068 [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
17:53:40.077 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
17:53:40.079 [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
17:53:40.151 [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
17:53:40.153 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
17:53:40.153 [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
17:53:40.153 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
17:53:40.153 [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
17:53:40.156 [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
17:53:40.157 [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
17:53:40.157 [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
17:53:40.157 [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
17:53:40.158 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
17:53:40.159 [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
17:53:40.159 [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
17:53:40.159 [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
17:53:40.159 [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[]
17:53:40.162 [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
17:53:40.162 [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
17:53:40.162 [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
17:53:40.163 [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
17:53:40.164 [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
17:53:40.164 [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
17:53:40.164 [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
17:53:40.164 [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
17:53:40.164 [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
17:53:40.164 [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
17:53:40.164 [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
17:53:40.164 [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
17:53:40.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
17:53:40.265 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:53:40.265 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:53:40.265 [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
17:53:40.274 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:53:40.275 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:53:40.348 [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
17:53:40.348 [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
17:53:40.348 [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
17:53:40.348 [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
17:53:40.348 [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
17:53:40.348 [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
17:53:40.348 [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
17:53:40.348 [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
17:53:40.348 [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
17:53:40.348 [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
17:53:40.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
17:53:40.351 [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
17:53:40.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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.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
17:53:40.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[]
17:53:40.352 [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
17:53:40.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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.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
17:53:40.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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.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
17:53:40.352 [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
17:53:40.352 [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
17:53:40.353 [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
17:53:40.353 [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
17:53:40.353 [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
17:53:40.353 [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
17:53:40.353 [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
17:53:40.353 [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
17:53:40.353 [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
17:53:40.353 [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
17:53:40.353 [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[]
17:53:40.353 [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
17:53:40.355 [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
17:53:40.355 [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
17:53:40.355 [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
17:53:40.355 [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
17:53:40.355 [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
17:53:40.355 [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
17:53:40.355 [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
17:53:40.357 [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
17:53:40.366 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:53:40.366 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:53:40.366 [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
17:53:40.368 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:53:40.368 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:53:40.374 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:53:40.377 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:53:40.377 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:53:40.382 [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/hawkSvnRepo2805193556208263350
17:53:48.113 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo2805193556208263350:org.eclipse.hawk.svn.SvnManager:false
17:53:48.116 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:53:48.116 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:53:48.134 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:53:48.135 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:53:48.135 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:53:48.135 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:53:48.135 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:53:48.149 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:53:48.150 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.012s
attempting to resolve any uninitialized derived attributes...
17:53:48.150 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:53:48.150 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:53:48.153 [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...
17:53:48.153 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s27ms [proxy update]
17:53:48.163 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538017582) of file:///tmp/hawkSvnRepo2805193556208263350
17:53:48.166 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:53:48.173 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:53:48.173 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:53:48.357 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:53:48.367 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:53:48.368 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:53:48.368 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:53:48.372 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:53:48.386 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:53:48.387 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:53:48.387 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:53:48.387 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s31ms [pure insertion]
marking any relevant derived attributes for update...17:53:48.387 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s61ms
17:53:48.448 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s61ms
17:53:48.448 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:53:48.448 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:53:48.449 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:53:48.449 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:53:48.449 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:53:48.449 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:53:48.452 [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 !]
17:53:48.660 [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)
17:53:48.661 [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...
17:53:48.661 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s213ms [proxy update]
17:53:48.661 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538020671) of file:///tmp/hawkSvnRepo2805193556208263350
17:53:48.662 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:53:48.666 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:53:48.666 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:53:48.681 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:53:48.681 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:53:48.682 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:53:48.748 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:53:48.749 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:53:48.749 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:53:48.749 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:53:48.766 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s85ms [pure insertion]
marking any relevant derived attributes for update...17:53:48.766 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:53:48.767 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:53:48.767 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:53:48.767 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:53:48.768 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:53:48.768 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:53:48.768 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:53:48.768 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:53:48.769 [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 !]
17:53:48.861 [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)
17:53:48.861 [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...
17:53:48.861 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s95ms [proxy update]
17:53:48.862 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538022130) of file:///tmp/hawkSvnRepo2805193556208263350
17:53:48.863 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:53:48.866 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:53:48.866 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:53:48.881 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:53:48.882 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:53:48.882 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:53:48.883 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
17:53:48.883 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:53:48.883 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:53:48.883 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:53:48.885 [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...17:53:48.885 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:53:48.886 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:53:48.886 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:53:48.886 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:53:48.886 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:53:48.886 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:53:48.886 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:53:48.886 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:53:48.887 [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...
17:53:48.887 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:53:48.948 [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 !]
0s87ms [proxy update]
17:53:48.973 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538024121) of file:///tmp/hawkSvnRepo2805193556208263350
17:53:48.974 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:53:48.977 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:53:48.978 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:53:49.052 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:53:49.052 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:53:49.052 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:53:49.053 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
17:53:49.053 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:53:49.053 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:53:49.053 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:53:49.055 [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...17:53:49.055 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:53:49.055 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:53:49.055 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:53:49.055 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:53:49.056 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:53:49.056 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:53:49.056 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:53:49.056 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:53:49.056 [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...
17:53:49.056 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:53:49.057 [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 !]
0s27ms [proxy update]
17:53:49.082 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538026120) of file:///tmp/hawkSvnRepo2805193556208263350
17:53:49.083 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:53:49.083 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 967 ms
17:53:49.176 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:53:49.177 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo2805193556208263350:org.eclipse.hawk.svn.SvnManager:false
17:53:49.179 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:53:49.179 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:53:49.311 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:53:49.311 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9284206873024990664/test_revRefNavDerived[LevelDB GreyCat]
17:53:49.314 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:53:50.383 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:53:50.386 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:53:50.386 [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
17:53:50.386 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:53:50.386 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:53:50.390 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:53:50.390 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:53:50.390 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:53:50.391 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:53:50.391 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:53:50.391 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:53:50.391 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:53:50.391 [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
17:53:50.450 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:53:50.450 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:53:50.457 [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
17:53:50.459 [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
17:53:50.460 [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
17:53:50.461 [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
17:53:50.461 [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
17:53:50.461 [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
17:53:50.461 [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
17:53:50.461 [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
17:53:50.461 [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
17:53:50.461 [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
17:53:50.466 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
17:53:50.466 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
17:53:50.468 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
17:53:50.468 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
17:53:50.468 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
17:53:50.469 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
17:53:50.470 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
17:53:50.470 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
17:53:50.471 [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
17:53:50.472 [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
17:53:50.472 [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
17:53:50.473 [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
17:53:50.473 [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
17:53:50.473 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
17:53:50.477 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
17:53:50.477 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
17:53:50.478 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
17:53:50.478 [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
17:53:50.478 [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
17:53:50.480 [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
17:53:50.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
17:53:50.548 [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
17:53:50.548 [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
17:53:50.559 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:53:50.559 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:53:50.559 [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
17:53:50.565 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:53:50.565 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:53:50.571 [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
17:53:50.571 [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
17:53:50.571 [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
17:53:50.571 [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
17:53:50.571 [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
17:53:50.571 [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
17:53:50.571 [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
17:53:50.571 [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[]
17:53:50.571 [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
17:53:50.571 [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
17:53:50.571 [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
17:53:50.571 [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
17:53:50.571 [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
17:53:50.571 [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
17:53:50.571 [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
17:53:50.571 [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
17:53:50.571 [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
17:53:50.571 [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
17:53:50.572 [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
17:53:50.572 [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
17:53:50.572 [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
17:53:50.572 [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
17:53:50.572 [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
17:53:50.572 [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
17:53:50.572 [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
17:53:50.572 [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
17:53:50.572 [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
17:53:50.572 [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
17:53:50.572 [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
17:53:50.573 [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
17:53:50.573 [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
17:53:50.573 [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
17:53:50.573 [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
17:53:50.575 [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
17:53:50.575 [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
17:53:50.575 [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
17:53:50.575 [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
17:53:50.575 [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[]
17:53:50.575 [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
17:53:50.575 [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
17:53:50.575 [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
17:53:50.575 [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
17:53:50.575 [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
17:53:50.575 [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
17:53:50.575 [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
17:53:50.575 [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
17:53:50.575 [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
17:53:50.575 [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
17:53:50.575 [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
17:53:50.575 [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
17:53:50.575 [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
17:53:50.577 [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
17:53:50.579 [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
17:53:50.579 [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
17:53:50.580 [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
17:53:50.580 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
17:53:50.580 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
17:53:50.580 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
17:53:50.580 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
17:53:50.653 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:53:50.653 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:53:50.653 [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
17:53:50.655 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:53:50.655 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:53:50.662 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:53:50.665 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:53:50.665 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:53:50.665 [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;
17:53:50.669 [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/hawkSvnRepo6894755411810465229
17:53:58.117 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo6894755411810465229:org.eclipse.hawk.svn.SvnManager:false
17:53:58.119 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:53:58.119 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:53:58.136 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:53:58.136 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:53:58.136 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:53:58.136 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:53:58.136 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:53:58.139 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:53:58.140 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
17:53:58.140 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:53:58.140 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:53:58.144 [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...
17:53:58.144 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s18ms [proxy update]
17:53:58.154 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538029353) of file:///tmp/hawkSvnRepo6894755411810465229
17:53:58.155 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:53:58.160 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:53:58.160 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:53:58.177 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:53:58.185 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:53:58.185 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:53:58.185 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:53:58.250 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:53:58.266 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:53:58.266 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:53:58.266 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:53:58.266 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s89ms [pure insertion]
marking any relevant derived attributes for update...17:53:58.267 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:53:58.267 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:53:58.267 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:53:58.267 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:53:58.268 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:53:58.268 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:53:58.268 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:53:58.268 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:53:58.269 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
17:53:58.281 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
17:53:58.365 [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)
17:53:58.366 [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...
17:53:58.366 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s99ms [proxy update]
17:53:58.366 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538030766) of file:///tmp/hawkSvnRepo6894755411810465229
17:53:58.367 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:53:58.370 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:53:58.371 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:53:58.448 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:53:58.448 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:53:58.449 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:53:58.449 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
17:53:58.449 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:53:58.449 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:53:58.449 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:53:58.459 [pool-48-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...17:53:58.460 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:53:58.460 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:53:58.461 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:53:58.461 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:53:58.461 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:53:58.461 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:53:58.461 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:53:58.461 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:53:58.461 [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...
17:53:58.461 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:53:58.462 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s21ms [proxy update]
17:53:58.483 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538032119) of file:///tmp/hawkSvnRepo6894755411810465229
17:53:58.484 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:53:58.548 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:53:58.549 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:53:58.562 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:53:58.562 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:53:58.563 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:53:58.564 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:53:58.564 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:53:58.564 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:53:58.564 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:53:58.578 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s16ms [pure insertion]
marking any relevant derived attributes for update...17:53:58.578 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
17:53:58.580 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
17:53:58.580 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:53:58.580 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:53:58.580 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:53:58.580 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:53:58.580 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:53:58.580 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:53:58.582 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
17:53:58.655 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
17:53:58.681 [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)
17:53:58.682 [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...
17:53:58.682 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:53:58.683 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
0s190ms [proxy update]
17:53:58.770 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538034116) of file:///tmp/hawkSvnRepo6894755411810465229
17:53:58.771 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:53:58.775 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:53:58.775 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:53:58.854 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:53:58.854 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:53:58.857 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:53:58.858 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
17:53:58.858 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:53:58.858 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:53:58.858 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:53:58.859 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...17:53:58.859 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:53:58.860 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:53:58.860 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:53:58.860 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:53:58.861 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:53:58.861 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:53:58.861 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:53:58.861 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:53:58.861 [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...
17:53:58.861 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:53:58.862 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s94ms [proxy update]
17:53:58.954 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538036123) of file:///tmp/hawkSvnRepo6894755411810465229
17:53:58.955 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:53:58.956 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 837 ms
17:53:59.054 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:53:59.054 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo6894755411810465229:org.eclipse.hawk.svn.SvnManager:false
17:53:59.056 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:53:59.056 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:53:59.197 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:53:59.198 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14511453544529504948/test_untilAnnotated[LevelDB GreyCat]
17:53:59.199 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:54:00.384 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:54:00.387 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:00.387 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
17:54:00.387 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:00.387 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:00.391 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:54:00.391 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:54:00.392 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:54:00.392 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:54:00.392 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:54:00.393 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:54:00.393 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:54:00.393 [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
17:54:00.456 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:00.456 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:00.462 [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[]
17:54:00.462 [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
17:54:00.464 [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
17:54:00.466 [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
17:54:00.466 [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
17:54:00.466 [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
17:54:00.466 [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
17:54:00.467 [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
17:54:00.468 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
17:54:00.470 [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
17:54:00.470 [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
17:54:00.471 [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
17:54:00.471 [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
17:54:00.471 [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
17:54:00.471 [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
17:54:00.472 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
17:54:00.472 [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
17:54:00.473 [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
17:54:00.473 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
17:54:00.474 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
17:54:00.474 [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
17:54:00.474 [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
17:54:00.548 [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
17:54:00.548 [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
17:54:00.548 [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
17:54:00.549 [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
17:54:00.549 [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
17:54:00.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
17:54:00.552 [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
17:54:00.552 [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
17:54:00.552 [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
17:54:00.553 [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
17:54:00.553 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
17:54:00.560 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:54:00.560 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:00.560 [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
17:54:00.565 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:00.565 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:00.571 [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
17:54:00.571 [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
17:54:00.572 [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
17:54:00.572 [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
17:54:00.572 [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
17:54:00.572 [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
17:54:00.573 [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
17:54:00.573 [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
17:54:00.573 [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
17:54:00.573 [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
17:54:00.573 [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
17:54:00.573 [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
17:54:00.573 [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
17:54:00.575 [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
17:54:00.575 [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
17:54:00.575 [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
17:54:00.575 [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
17:54:00.575 [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
17:54:00.575 [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
17:54:00.575 [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
17:54:00.575 [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
17:54:00.575 [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
17:54:00.575 [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
17:54:00.575 [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
17:54:00.575 [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
17:54:00.575 [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
17:54:00.575 [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
17:54:00.575 [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
17:54:00.575 [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[]
17:54:00.575 [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
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
17:54:00.576 [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
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
17:54:00.576 [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
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
17:54:00.576 [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
17:54:00.576 [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
17:54:00.576 [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
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
17:54:00.576 [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
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
17:54:00.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
17:54:00.581 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:54:00.581 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:00.581 [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
17:54:00.583 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:00.583 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:00.652 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:54:00.654 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:54:00.654 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:00.654 [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/hawkSvnRepo12196416665688554893
17:54:04.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo12196416665688554893:org.eclipse.hawk.svn.SvnManager:false
17:54:04.108 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:04.108 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:54:04.119 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:04.119 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:04.119 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:04.120 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:04.120 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:04.122 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:04.122 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:54:04.122 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:04.122 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:04.125 [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...
17:54:04.125 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s9ms [proxy update]
17:54:04.129 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538039217) of file:///tmp/hawkSvnRepo12196416665688554893
17:54:04.129 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:04.135 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:04.135 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:04.154 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:04.162 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:04.162 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:54:04.162 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:54:04.165 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:54:04.173 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:54:04.174 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:54:04.174 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:54:04.174 [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...17:54:04.174 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:54:04.174 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:54:04.174 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:04.174 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:04.175 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:04.175 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:54:04.175 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:04.175 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:04.176 [pool-50-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
17:54:04.186 [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)
17:54:04.186 [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...
17:54:04.186 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s13ms [proxy update]
17:54:04.187 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538040681) of file:///tmp/hawkSvnRepo12196416665688554893
17:54:04.187 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:04.248 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:04.248 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:04.260 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:04.260 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:04.261 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:54:04.261 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
17:54:04.261 [pool-50-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:54:04.261 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:54:04.261 [pool-50-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:54:04.269 [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...17:54:04.269 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:54:04.270 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:54:04.270 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:04.270 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:04.270 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:04.271 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:54:04.271 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:04.271 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:04.271 [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...
17:54:04.271 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:54:04.271 [pool-50-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s88ms [proxy update]
17:54:04.358 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538042115) of file:///tmp/hawkSvnRepo12196416665688554893
17:54:04.359 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:54:04.359 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 251 ms
17:54:04.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:54:04.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo12196416665688554893:org.eclipse.hawk.svn.SvnManager:false
17:54:04.375 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:04.376 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:54:04.458 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:54:04.458 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10944990363932272220/test_computedForAllVersions[LevelDB GreyCat]
17:54:04.460 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:54:05.318 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:54:05.324 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:05.324 [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
17:54:05.324 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:05.324 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:05.327 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:54:05.327 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:54:05.327 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:54:05.328 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:54:05.328 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:54:05.328 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:54:05.328 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:54:05.328 [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
17:54:05.354 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:05.354 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:05.364 [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
17:54:05.364 [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
17:54:05.364 [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
17:54:05.366 [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
17:54:05.367 [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
17:54:05.367 [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
17:54:05.367 [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
17:54:05.367 [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
17:54:05.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
17:54:05.368 [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
17:54:05.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
17:54:05.368 [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
17:54:05.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
17:54:05.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
17:54:05.368 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
17:54:05.368 [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[]
17:54:05.368 [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
17:54:05.369 [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
17:54:05.369 [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
17:54:05.370 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
17:54:05.372 [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
17:54:05.372 [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
17:54:05.372 [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
17:54:05.372 [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
17:54:05.372 [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
17:54:05.373 [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
17:54:05.376 [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
17:54:05.376 [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
17:54:05.376 [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
17:54:05.376 [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
17:54:05.377 [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
17:54:05.377 [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
17:54:05.377 [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
17:54:05.450 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:54:05.450 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:05.450 [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
17:54:05.455 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:05.455 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:05.460 [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
17:54:05.460 [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
17:54:05.460 [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
17:54:05.460 [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
17:54:05.460 [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
17:54:05.460 [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
17:54:05.460 [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
17:54:05.460 [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
17:54:05.460 [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
17:54:05.460 [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
17:54:05.460 [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
17:54:05.460 [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
17:54:05.460 [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
17:54:05.460 [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
17:54:05.461 [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
17:54:05.462 [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
17:54:05.462 [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
17:54:05.462 [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
17:54:05.462 [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
17:54:05.462 [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
17:54:05.462 [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
17:54:05.462 [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
17:54:05.462 [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
17:54:05.462 [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
17:54:05.462 [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
17:54:05.462 [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
17:54:05.463 [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
17:54:05.463 [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
17:54:05.465 [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[]
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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[]
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.465 [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
17:54:05.470 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:54:05.470 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:05.470 [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
17:54:05.472 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:05.472 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:05.476 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:54:05.478 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:54:05.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:05.478 [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;
17:54:05.481 [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/hawkSvnRepo458411331582222729
17:54:13.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo458411331582222729:org.eclipse.hawk.svn.SvnManager:false
17:54:13.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:13.107 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:54:13.117 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:13.117 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:13.117 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:13.117 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:13.117 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:13.119 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:13.119 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:54:13.119 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:13.119 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:13.122 [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...
17:54:13.123 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
17:54:13.129 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538044476) of file:///tmp/hawkSvnRepo458411331582222729
17:54:13.130 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:13.134 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:13.134 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:13.153 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:13.158 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:13.158 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:54:13.158 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:54:13.162 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:54:13.173 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:54:13.173 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:54:13.173 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:54:13.173 [pool-52-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...17:54:13.173 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:54:13.173 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:54:13.173 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:13.174 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:13.174 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:13.174 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:54:13.174 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:13.174 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:13.175 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
17:54:13.248 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
17:54:13.267 [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)
17:54:13.267 [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...
17:54:13.267 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s94ms [proxy update]
17:54:13.268 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538045582) of file:///tmp/hawkSvnRepo458411331582222729
17:54:13.268 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:13.272 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:13.272 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:13.350 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:13.351 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:13.351 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:54:13.352 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
17:54:13.352 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:54:13.352 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:54:13.352 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:54:13.360 [pool-52-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...17:54:13.360 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:54:13.361 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:54:13.361 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:13.361 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:13.361 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:13.361 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:54:13.361 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:13.361 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:13.361 [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...
17:54:13.362 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:54:13.362 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s18ms [proxy update]
17:54:13.379 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538047115) of file:///tmp/hawkSvnRepo458411331582222729
17:54:13.380 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:13.383 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:13.383 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:13.456 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:13.457 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:13.457 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:54:13.458 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:54:13.458 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:54:13.458 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:54:13.458 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:54:13.468 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s13ms [pure insertion]
marking any relevant derived attributes for update...17:54:13.469 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:54:13.470 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:54:13.470 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:13.470 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:13.470 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:13.470 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:54:13.470 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:13.470 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:13.471 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
17:54:13.479 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
17:54:13.568 [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)
17:54:13.568 [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...
17:54:13.568 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:54:13.569 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
0s118ms [proxy update]
17:54:13.588 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538049115) of file:///tmp/hawkSvnRepo458411331582222729
17:54:13.648 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:13.651 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:13.651 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:13.664 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:13.664 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:13.667 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:54:13.668 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
17:54:13.668 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:54:13.668 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:54:13.668 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:54:13.669 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...17:54:13.669 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:54:13.670 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:54:13.670 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:13.670 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:13.670 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:13.670 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:54:13.670 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:13.670 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:13.670 [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...
17:54:13.670 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:54:13.671 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s91ms [proxy update]
17:54:13.761 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538051114) of file:///tmp/hawkSvnRepo458411331582222729
17:54:13.762 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:54:13.762 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 655 ms
17:54:13.773 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:54:13.773 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo458411331582222729:org.eclipse.hawk.svn.SvnManager:false
17:54:13.776 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:13.776 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:54:13.935 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:54:13.935 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit429600595025719659/test_sinceAnnotated[LevelDB GreyCat]
17:54:13.937 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:54:14.219 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:54:14.221 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:14.221 [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
17:54:14.221 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:14.221 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:14.227 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:54:14.227 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:54:14.227 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:54:14.227 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:54:14.227 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:54:14.227 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:54:14.228 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:54:14.228 [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
17:54:14.235 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:14.235 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:14.292 [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
17:54:14.293 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
17:54:14.294 [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
17:54:14.294 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
17:54:14.295 [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
17:54:14.298 [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
17:54:14.298 [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
17:54:14.298 [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
17:54:14.298 [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
17:54:14.298 [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
17:54:14.298 [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
17:54:14.299 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
17:54:14.299 [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
17:54:14.299 [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
17:54:14.299 [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
17:54:14.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
17:54:14.299 [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
17:54:14.301 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
17:54:14.301 [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
17:54:14.302 [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[]
17:54:14.348 [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
17:54:14.348 [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
17:54:14.348 [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
17:54:14.348 [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
17:54:14.348 [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
17:54:14.348 [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
17:54:14.348 [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
17:54:14.348 [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
17:54:14.348 [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
17:54:14.349 [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
17:54:14.349 [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
17:54:14.351 [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
17:54:14.351 [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
17:54:14.357 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:54:14.357 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:14.357 [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
17:54:14.361 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:14.361 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:14.367 [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
17:54:14.367 [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
17:54:14.367 [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
17:54:14.367 [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
17:54:14.367 [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[]
17:54:14.367 [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[]
17:54:14.367 [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
17:54:14.367 [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
17:54:14.367 [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
17:54:14.367 [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
17:54:14.367 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.368 [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
17:54:14.369 [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
17:54:14.369 [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
17:54:14.369 [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
17:54:14.369 [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
17:54:14.369 [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
17:54:14.369 [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
17:54:14.369 [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
17:54:14.369 [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
17:54:14.369 [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
17:54:14.369 [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
17:54:14.369 [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
17:54:14.370 [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
17:54:14.370 [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
17:54:14.370 [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
17:54:14.370 [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
17:54:14.370 [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
17:54:14.371 [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
17:54:14.371 [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
17:54:14.371 [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
17:54:14.371 [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
17:54:14.371 [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
17:54:14.371 [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
17:54:14.371 [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
17:54:14.373 [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
17:54:14.373 [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
17:54:14.377 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:54:14.377 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:14.377 [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
17:54:14.378 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:14.378 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:14.383 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:54:14.385 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:54:14.385 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:14.385 [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;
17:54:14.388 [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/hawkSvnRepo14342414365200541190
17:54:22.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo14342414365200541190:org.eclipse.hawk.svn.SvnManager:false
17:54:22.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:22.107 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:54:22.119 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:22.119 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:22.119 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:22.119 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:22.119 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:22.121 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:22.122 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:54:22.122 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:22.122 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:22.124 [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...
17:54:22.124 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s10ms [proxy update]
17:54:22.129 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538053953) of file:///tmp/hawkSvnRepo14342414365200541190
17:54:22.130 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:22.137 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:22.137 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:22.156 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:22.162 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:22.162 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:54:22.162 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:54:22.165 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:54:22.178 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:54:22.178 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:54:22.178 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:54:22.178 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s22ms [pure insertion]
marking any relevant derived attributes for update...17:54:22.178 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:54:22.178 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:54:22.178 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:22.178 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:22.178 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:22.179 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:54:22.179 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:22.179 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:22.180 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
17:54:22.248 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
17:54:22.262 [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)
17:54:22.262 [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...
17:54:22.262 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s85ms [proxy update]
17:54:22.263 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538054474) of file:///tmp/hawkSvnRepo14342414365200541190
17:54:22.263 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:22.266 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:22.266 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:22.277 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:22.277 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:22.277 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:54:22.278 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
17:54:22.278 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:54:22.278 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:54:22.278 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:54:22.284 [pool-54-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...17:54:22.284 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:54:22.285 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:54:22.285 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:22.285 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:22.285 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:22.285 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:54:22.285 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:22.285 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:22.285 [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...
17:54:22.285 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:54:22.286 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s77ms [proxy update]
17:54:22.362 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538056121) of file:///tmp/hawkSvnRepo14342414365200541190
17:54:22.363 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:22.365 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:22.365 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:22.376 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:22.376 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:22.377 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:54:22.377 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:54:22.377 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:54:22.377 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:54:22.377 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:54:22.450 [pool-54-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...17:54:22.450 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:54:22.451 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:54:22.451 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:22.451 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:22.451 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:22.451 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:54:22.451 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:22.451 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:22.452 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
17:54:22.460 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
17:54:22.478 [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)
17:54:22.479 [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...
17:54:22.479 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:54:22.479 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
0s107ms [proxy update]
17:54:22.558 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538058114) of file:///tmp/hawkSvnRepo14342414365200541190
17:54:22.559 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:22.561 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:22.561 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:22.573 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:22.574 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:22.576 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:54:22.577 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
17:54:22.577 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:54:22.577 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:54:22.577 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:54:22.578 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...17:54:22.578 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:54:22.579 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:54:22.579 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:22.579 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:22.579 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:22.579 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:54:22.579 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:22.579 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:22.579 [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...
17:54:22.579 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:54:22.579 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s88ms [proxy update]
17:54:22.667 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538060114) of file:///tmp/hawkSvnRepo14342414365200541190
17:54:22.668 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:54:22.668 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 561 ms
17:54:22.677 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:54:22.677 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo14342414365200541190:org.eclipse.hawk.svn.SvnManager:false
17:54:22.679 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:22.679 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:54:22.849 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:54:22.849 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16000088394087948899/test_beforeAnnotated[LevelDB GreyCat]
17:54:22.851 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:54:23.272 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:54:23.273 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:23.273 [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
17:54:23.274 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:23.274 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:23.276 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:54:23.277 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:54:23.277 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:54:23.277 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:54:23.277 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:54:23.277 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:54:23.277 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:54:23.277 [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
17:54:23.282 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:23.282 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:23.288 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
17:54:23.288 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
17:54:23.288 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
17:54:23.288 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
17:54:23.288 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
17:54:23.288 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
17:54:23.289 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
17:54:23.289 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
17:54:23.289 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
17:54:23.289 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
17:54:23.289 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
17:54:23.289 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
17:54:23.289 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
17:54:23.289 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
17:54:23.289 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
17:54:23.289 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
17:54:23.289 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
17:54:23.290 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
17:54:23.292 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
17:54:23.292 [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
17:54:23.292 [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
17:54:23.293 [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
17:54:23.293 [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
17:54:23.293 [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
17:54:23.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
17:54:23.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
17:54:23.293 [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[]
17:54:23.295 [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
17:54:23.295 [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
17:54:23.295 [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
17:54:23.295 [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
17:54:23.295 [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
17:54:23.295 [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
17:54:23.301 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:54:23.301 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:23.301 [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
17:54:23.350 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:23.350 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:23.355 [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
17:54:23.356 [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
17:54:23.357 [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
17:54:23.357 [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
17:54:23.357 [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
17:54:23.357 [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
17:54:23.357 [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
17:54:23.357 [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
17:54:23.357 [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
17:54:23.357 [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
17:54:23.357 [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
17:54:23.357 [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
17:54:23.357 [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
17:54:23.357 [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
17:54:23.357 [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
17:54:23.357 [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
17:54:23.357 [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
17:54:23.357 [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
17:54:23.358 [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
17:54:23.358 [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
17:54:23.358 [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
17:54:23.358 [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
17:54:23.358 [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
17:54:23.358 [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
17:54:23.358 [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
17:54:23.358 [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
17:54:23.358 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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[]
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.359 [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
17:54:23.360 [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
17:54:23.360 [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
17:54:23.360 [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
17:54:23.360 [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
17:54:23.360 [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[]
17:54:23.360 [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
17:54:23.360 [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
17:54:23.360 [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
17:54:23.365 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:54:23.365 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:23.365 [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
17:54:23.366 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:23.366 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:23.371 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:54:23.372 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:54:23.372 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:23.373 [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;
17:54:23.375 [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/hawkSvnRepo1097452116505144123
17:54:31.108 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo1097452116505144123:org.eclipse.hawk.svn.SvnManager:false
17:54:31.115 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:31.115 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:54:31.134 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:31.134 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:31.134 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:31.134 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:31.134 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:31.138 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:31.138 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
17:54:31.138 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:31.138 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:31.142 [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...
17:54:31.142 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s16ms [proxy update]
17:54:31.150 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538062866) of file:///tmp/hawkSvnRepo1097452116505144123
17:54:31.151 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:31.157 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:31.157 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:31.175 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:31.180 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:31.180 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:54:31.180 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:54:31.184 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:54:31.253 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:54:31.253 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:54:31.253 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:54:31.253 [pool-56-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...17:54:31.253 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:54:31.253 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:54:31.253 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:31.253 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:31.254 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:31.254 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:54:31.254 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:31.254 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:31.255 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
17:54:31.262 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
17:54:31.278 [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)
17:54:31.279 [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...
17:54:31.279 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s26ms [proxy update]
17:54:31.279 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538063463) of file:///tmp/hawkSvnRepo1097452116505144123
17:54:31.280 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:31.282 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:31.282 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:31.354 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:31.355 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:31.355 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:54:31.355 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
17:54:31.355 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:54:31.356 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:54:31.356 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:54:31.363 [pool-56-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...17:54:31.364 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:54:31.364 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:54:31.364 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:31.364 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:31.364 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:31.364 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:54:31.364 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:31.364 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:31.365 [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...
17:54:31.365 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:54:31.365 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s17ms [proxy update]
17:54:31.381 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538065115) of file:///tmp/hawkSvnRepo1097452116505144123
17:54:31.382 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:31.485 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:31.485 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:31.497 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:31.497 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:31.498 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:54:31.498 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:54:31.498 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:54:31.498 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:54:31.498 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:54:31.553 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s56ms [pure insertion]
marking any relevant derived attributes for update...17:54:31.553 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:54:31.553 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:54:31.553 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:31.554 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:31.554 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:31.554 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:54:31.554 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:31.554 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:31.555 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
17:54:31.562 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
17:54:31.582 [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)
17:54:31.582 [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...
17:54:31.582 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:54:31.582 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
0s107ms [proxy update]
17:54:31.661 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538067114) of file:///tmp/hawkSvnRepo1097452116505144123
17:54:31.662 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:31.664 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:31.664 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:31.675 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:31.675 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:31.678 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:54:31.679 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
17:54:31.679 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:54:31.679 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:54:31.679 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:54:31.680 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...17:54:31.680 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:54:31.680 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:54:31.680 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:31.680 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:31.680 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:31.681 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:54:31.681 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:31.681 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:31.681 [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...
17:54:31.681 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:54:31.681 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s84ms [proxy update]
17:54:31.764 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538069115) of file:///tmp/hawkSvnRepo1097452116505144123
17:54:31.765 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:54:31.765 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 650 ms
17:54:31.776 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:54:31.776 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo1097452116505144123:org.eclipse.hawk.svn.SvnManager:false
17:54:31.778 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:31.778 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:54:31.930 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:54:31.930 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13519657663646920184/test_whenComposability[LevelDB GreyCat]
17:54:31.932 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:54:32.213 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:54:32.214 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:32.215 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
17:54:32.215 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:32.215 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:32.218 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:54:32.218 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:54:32.218 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:54:32.218 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:54:32.218 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:54:32.218 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:54:32.219 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:54:32.219 [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
17:54:32.224 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:32.224 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:32.231 [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
17:54:32.248 [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
17:54:32.249 [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
17:54:32.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
17:54:32.249 [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
17:54:32.250 [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
17:54:32.253 [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
17:54:32.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
17:54:32.255 [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
17:54:32.256 [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
17:54:32.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
17:54:32.256 [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
17:54:32.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
17:54:32.257 [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[]
17:54:32.257 [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
17:54:32.257 [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
17:54:32.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
17:54:32.257 [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
17:54:32.257 [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
17:54:32.257 [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
17:54:32.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
17:54:32.258 [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
17:54:32.258 [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
17:54:32.258 [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
17:54:32.258 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
17:54:32.258 [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
17:54:32.258 [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
17:54:32.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
17:54:32.258 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
17:54:32.258 [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
17:54:32.258 [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
17:54:32.258 [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
17:54:32.261 [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
17:54:32.266 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:54:32.266 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:32.266 [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
17:54:32.270 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:32.270 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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[]
17:54:32.275 [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
17:54:32.275 [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
17:54:32.275 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.276 [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
17:54:32.277 [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
17:54:32.277 [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
17:54:32.277 [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
17:54:32.277 [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
17:54:32.278 [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
17:54:32.278 [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
17:54:32.278 [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
17:54:32.279 [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
17:54:32.279 [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
17:54:32.279 [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[]
17:54:32.280 [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
17:54:32.280 [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
17:54:32.283 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:54:32.283 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:32.283 [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
17:54:32.285 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:32.285 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:32.351 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:54:32.353 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:54:32.353 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:32.353 [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;
17:54:32.356 [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/hawkSvnRepo15803621076514532605
17:54:40.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15803621076514532605:org.eclipse.hawk.svn.SvnManager:false
17:54:40.111 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:40.111 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:54:40.122 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:40.122 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:40.122 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:40.122 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:40.122 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:40.124 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:40.125 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:54:40.125 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:40.125 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:40.127 [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...
17:54:40.128 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
17:54:40.134 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538071946) of file:///tmp/hawkSvnRepo15803621076514532605
17:54:40.135 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:40.139 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:40.139 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:40.152 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:40.157 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:40.157 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:54:40.157 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:54:40.161 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:54:40.173 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:54:40.173 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:54:40.173 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:54:40.173 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s21ms [pure insertion]
marking any relevant derived attributes for update...17:54:40.173 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:54:40.173 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:54:40.173 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:40.173 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:40.174 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:40.174 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:54:40.174 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:40.174 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:40.175 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
17:54:40.182 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
17:54:40.260 [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)
17:54:40.260 [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...
17:54:40.260 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s87ms [proxy update]
17:54:40.261 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538072382) of file:///tmp/hawkSvnRepo15803621076514532605
17:54:40.261 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:40.263 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:40.264 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:40.275 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:40.275 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:40.275 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:54:40.275 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
17:54:40.275 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:54:40.275 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:54:40.275 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:54:40.283 [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...17:54:40.283 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:54:40.284 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:54:40.284 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:40.284 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:40.284 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:40.284 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:54:40.284 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:40.284 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:40.284 [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...
17:54:40.284 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:54:40.285 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s80ms [proxy update]
17:54:40.364 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538074117) of file:///tmp/hawkSvnRepo15803621076514532605
17:54:40.365 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:40.367 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:40.367 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:40.378 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:40.378 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:40.378 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:54:40.378 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:54:40.379 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:54:40.379 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:54:40.379 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:54:40.400 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s22ms [pure insertion]
marking any relevant derived attributes for update...17:54:40.400 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s48ms
17:54:40.448 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s48ms
17:54:40.449 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:40.449 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:40.449 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:40.449 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:54:40.449 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:40.449 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:40.450 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
17:54:40.458 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
17:54:40.475 [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)
17:54:40.475 [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...
17:54:40.475 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:54:40.475 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
0s101ms [proxy update]
17:54:40.550 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538076113) of file:///tmp/hawkSvnRepo15803621076514532605
17:54:40.550 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:40.553 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:40.553 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:40.564 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:40.564 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:40.567 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:54:40.568 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
17:54:40.568 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:54:40.568 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:54:40.568 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:54:40.569 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...17:54:40.569 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:54:40.570 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:54:40.570 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:40.570 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:40.570 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:40.570 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:54:40.570 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:40.570 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:40.570 [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...
17:54:40.570 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:54:40.571 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s86ms [proxy update]
17:54:40.656 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538078113) of file:///tmp/hawkSvnRepo15803621076514532605
17:54:40.657 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:54:40.657 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 546 ms
17:54:40.666 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:54:40.666 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15803621076514532605:org.eclipse.hawk.svn.SvnManager:false
17:54:40.668 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:40.668 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:54:40.745 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:54:40.745 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10683208179806063879/test_afterAnnotated[LevelDB GreyCat]
17:54:40.747 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:54:41.227 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:54:41.229 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:41.229 [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
17:54:41.229 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:41.229 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:41.232 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:54:41.232 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:54:41.232 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:54:41.232 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:54:41.232 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:54:41.232 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:54:41.233 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:54:41.233 [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
17:54:41.238 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:41.238 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:41.249 [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
17:54:41.249 [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
17:54:41.250 [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
17:54:41.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
17:54:41.252 [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
17:54:41.252 [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
17:54:41.253 [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
17:54:41.255 [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
17:54:41.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
17:54:41.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
17:54:41.255 [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
17:54:41.255 [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
17:54:41.255 [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
17:54:41.256 [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
17:54:41.256 [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
17:54:41.256 [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
17:54:41.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
17:54:41.256 [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[]
17:54:41.256 [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
17:54:41.256 [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
17:54:41.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
17:54:41.257 [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
17:54:41.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
17:54:41.257 [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
17:54:41.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
17:54:41.258 [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
17:54:41.259 [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
17:54:41.260 [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
17:54:41.260 [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
17:54:41.260 [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
17:54:41.260 [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
17:54:41.260 [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
17:54:41.260 [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
17:54:41.264 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:54:41.264 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:41.264 [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
17:54:41.268 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:41.268 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:41.272 [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
17:54:41.272 [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
17:54:41.272 [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
17:54:41.272 [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
17:54:41.272 [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
17:54:41.272 [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
17:54:41.273 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
17:54:41.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
17:54:41.274 [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
17:54:41.274 [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
17:54:41.274 [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
17:54:41.274 [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
17:54:41.274 [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
17:54:41.274 [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
17:54:41.274 [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
17:54:41.274 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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[]
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.275 [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
17:54:41.278 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:54:41.278 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:41.278 [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
17:54:41.279 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:41.279 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:41.283 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:54:41.284 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:54:41.284 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:41.285 [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/hawkSvnRepo11592949304760506135
17:54:49.108 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11592949304760506135:org.eclipse.hawk.svn.SvnManager:false
17:54:49.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:49.110 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:54:49.123 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:49.123 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:49.123 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:49.123 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:49.123 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:49.125 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:49.125 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:54:49.125 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:49.125 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:49.127 [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...
17:54:49.127 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
17:54:49.130 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538080762) of file:///tmp/hawkSvnRepo11592949304760506135
17:54:49.131 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:49.135 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:49.135 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:49.147 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:49.153 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:49.154 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:54:49.154 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:54:49.157 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:54:49.166 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:54:49.166 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:54:49.166 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:54:49.166 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s19ms [pure insertion]
marking any relevant derived attributes for update...17:54:49.166 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:54:49.166 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:54:49.166 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:49.166 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:49.167 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:49.167 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:54:49.167 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:49.167 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:49.167 [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
17:54:49.178 [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)
17:54:49.178 [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...
17:54:49.178 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s13ms [proxy update]
17:54:49.179 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538081363) of file:///tmp/hawkSvnRepo11592949304760506135
17:54:49.179 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:49.182 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:49.182 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:49.249 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:49.249 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:49.250 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:54:49.250 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:54:49.250 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:54:49.250 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:54:49.250 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:54:49.263 [pool-60-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...17:54:49.263 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:54:49.263 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:54:49.263 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:49.263 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:49.263 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:49.263 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:54:49.263 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:49.263 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:49.264 [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 '';
17:54:49.278 [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)
17:54:49.278 [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...
17:54:49.278 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s16ms [proxy update]
17:54:49.279 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538083148) of file:///tmp/hawkSvnRepo11592949304760506135
17:54:49.279 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:49.281 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:49.281 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:49.290 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:49.291 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:49.291 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:54:49.348 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
17:54:49.348 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:54:49.348 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:54:49.348 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:54:49.349 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s59ms [pure insertion]
marking any relevant derived attributes for update...17:54:49.349 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:54:49.349 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:54:49.349 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:49.349 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:49.350 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:49.350 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:54:49.350 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:49.350 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:49.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...
17:54:49.350 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:54:49.350 [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 '';
0s19ms [proxy update]
17:54:49.368 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538085112) of file:///tmp/hawkSvnRepo11592949304760506135
17:54:49.369 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:49.371 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:49.371 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:49.381 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:49.381 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:49.381 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:54:49.381 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
17:54:49.381 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:54:49.381 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:54:49.381 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:54:49.382 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s1ms [pure insertion]
marking any relevant derived attributes for update...17:54:49.382 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:54:49.383 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:54:49.383 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:49.383 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:49.383 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:49.383 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:54:49.383 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:49.383 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:49.383 [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...
17:54:49.383 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:54:49.383 [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 '';
0s81ms [proxy update]
17:54:49.464 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538087114) of file:///tmp/hawkSvnRepo11592949304760506135
17:54:49.465 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:54:49.465 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 355 ms
17:54:49.469 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:54:49.469 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11592949304760506135:org.eclipse.hawk.svn.SvnManager:false
17:54:49.471 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:49.471 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:54:49.601 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:54:49.601 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12692759861742871223/test_eContainerDerived[LevelDB GreyCat]
17:54:49.603 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:54:51.228 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:54:51.230 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:51.230 [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
17:54:51.230 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:51.230 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:51.233 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:54:51.233 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:54:51.233 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:54:51.233 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:54:51.234 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:54:51.234 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:54:51.234 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:54:51.234 [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
17:54:51.240 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:51.240 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:51.245 [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
17:54:51.248 [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
17:54:51.248 [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
17:54:51.248 [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
17:54:51.249 [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
17:54:51.249 [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
17:54:51.253 [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
17:54:51.253 [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
17:54:51.253 [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
17:54:51.253 [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[]
17:54:51.253 [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
17:54:51.253 [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
17:54:51.253 [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
17:54:51.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
17:54:51.254 [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
17:54:51.254 [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
17:54:51.254 [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
17:54:51.254 [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
17:54:51.254 [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
17:54:51.254 [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
17:54:51.254 [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
17:54:51.254 [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
17:54:51.256 [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
17:54:51.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
17:54:51.257 [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
17:54:51.257 [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
17:54:51.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
17:54:51.258 [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
17:54:51.258 [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
17:54:51.258 [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
17:54:51.258 [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
17:54:51.259 [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
17:54:51.259 [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
17:54:51.263 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:54:51.263 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:51.263 [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
17:54:51.266 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:51.266 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:51.271 [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
17:54:51.271 [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
17:54:51.271 [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
17:54:51.272 [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
17:54:51.272 [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
17:54:51.272 [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
17:54:51.272 [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
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
17:54:51.273 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.274 [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
17:54:51.278 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:54:51.278 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:51.278 [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
17:54:51.279 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:51.279 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:51.283 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:54:51.284 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:54:51.284 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo7783490687561767764
17:54:56.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7783490687561767764:org.eclipse.hawk.svn.SvnManager:false
17:54:56.110 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:56.110 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:54:56.120 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:56.120 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:56.120 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:56.120 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:56.120 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:56.122 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:56.123 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
17:54:56.123 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:56.123 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:56.125 [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...
17:54:56.125 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
17:54:56.127 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538090115) of file:///tmp/hawkSvnRepo7783490687561767764
17:54:56.128 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:56.132 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:56.132 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:56.142 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:54:56.153 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:56.153 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:54:56.153 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:54:56.156 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:54:56.161 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:54:56.161 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:54:56.161 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:54:56.161 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s19ms [pure insertion]
marking any relevant derived attributes for update...17:54:56.161 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:54:56.161 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:54:56.161 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:56.161 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:56.162 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:56.162 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:54:56.162 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:56.162 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:56.162 [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...
17:54:56.162 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:54:56.162 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538091363) of file:///tmp/hawkSvnRepo7783490687561767764
17:54:56.163 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:54:56.163 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 53 ms
No username/password recorded for the repository file:///tmp/hawkSvnRepo3156276403041687718
17:54:56.165 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7783490687561767764:org.eclipse.hawk.svn.SvnManager:false
adding: file:///tmp/hawkSvnRepo3156276403041687718:org.eclipse.hawk.svn.SvnManager:false
17:54:56.167 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:56.167 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:54:56.172 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:56.172 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:56.172 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:56.172 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:56.172 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:56.172 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:56.172 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:54:56.172 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:56.172 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:56.172 [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...
17:54:56.172 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:54:56.172 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538089620) of file:///tmp/hawkSvnRepo3156276403041687718
17:54:56.173 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:54:56.175 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:54:56.175 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:54:56.184 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /main.xmi...
17:54:56.184 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:54:56.185 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:54:56.185 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /main.xmi...
17:54:56.249 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /main.xmi
17:54:56.253 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:54:56.253 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /main.xmi
17:54:56.253 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:54:56.253 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /main.xmi.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:54:56.253 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:54:56.253 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:54:56.254 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:54:56.254 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:54:56.254 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:54:56.254 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:54:56.254 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:54:56.254 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:54:56.254 [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...
17:54:56.254 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:54:56.254 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538094124) of file:///tmp/hawkSvnRepo3156276403041687718
17:54:56.255 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:54:56.255 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 88 ms
17:54:56.266 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:54:56.266 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7783490687561767764:org.eclipse.hawk.svn.SvnManager:false
adding: file:///tmp/hawkSvnRepo3156276403041687718:org.eclipse.hawk.svn.SvnManager:false
17:54:56.268 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:56.268 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:54:56.369 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:54:56.369 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17446060455607801013/test_testCounts[LevelDB GreyCat]
17:54:56.371 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:54:56.674 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:54:56.676 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:54:56.676 [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
17:54:56.676 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:56.676 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:56.679 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:54:56.679 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:54:56.679 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:54:56.679 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:54:56.679 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:54:56.679 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:54:56.680 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:54:56.680 [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
17:54:56.684 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:56.684 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:56.689 [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
17:54:56.689 [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
17:54:56.689 [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
17:54:56.689 [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
17:54:56.689 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
17:54:56.689 [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
17:54:56.689 [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
17:54:56.690 [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
17:54:56.690 [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
17:54:56.691 [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
17:54:56.691 [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
17:54:56.691 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
17:54:56.691 [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
17:54:56.691 [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
17:54:56.691 [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
17:54:56.691 [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
17:54:56.691 [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
17:54:56.691 [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
17:54:56.691 [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
17:54:56.692 [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
17:54:56.692 [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
17:54:56.692 [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
17:54:56.692 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
17:54:56.692 [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
17:54:56.692 [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
17:54:56.692 [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
17:54:56.693 [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
17:54:56.693 [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
17:54:56.693 [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
17:54:56.694 [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
17:54:56.695 [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
17:54:56.696 [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
17:54:56.696 [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[]
17:54:56.700 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:54:56.700 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:56.700 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
17:54:56.703 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:56.703 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:56.750 [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
17:54:56.750 [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
17:54:56.750 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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[]
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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
17:54:56.751 [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[]
17:54:56.751 [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
17:54:56.752 [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
17:54:56.752 [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
17:54:56.752 [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
17:54:56.752 [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
17:54:56.752 [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
17:54:56.752 [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
17:54:56.752 [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
17:54:56.752 [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
17:54:56.752 [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
17:54:56.752 [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
17:54:56.752 [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
17:54:56.752 [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
17:54:56.755 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:54:56.756 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:56.756 [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
17:54:56.757 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:54:56.757 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:54:56.760 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:54:56.761 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:54:56.761 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:54:56.790 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 130 bytes
17:54:56.791 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:54:56.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, size=130, fileKey=(dev=804,ino=1061180524)
17:54:56.849 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, --version],/usr/bin
17:54:56.851 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.30.2'
17:54:56.851 [main] DEBUG org.eclipse.jgit.util.FS - remaining output:

17:54:56.852 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, config, --system, --show-origin, --list, -z],/usr/bin
17:54:56.854 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'null'
17:54:56.854 [main] DEBUG org.eclipse.jgit.util.FS - remaining output:

17:54:56.864 [main] DEBUG org.eclipse.jgit.util.FS - readpipe rc=128
17:54:56.864 [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
'
17:54:56.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
17:54:56.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.gitconfig]
17:54:56.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:56.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:56.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:56.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:56.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:54:56.872610000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096872610000 ns, racy<=2500000000 ns
17:54:56.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:54:56.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:56.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:56.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:54:56.872610000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096872610000 ns, racy<=2500000000 ns
17:54:56.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:54:56.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:56.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:56.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:54:56.872610000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096872610000 ns, racy<=2500000000 ns
17:54:56.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:54:56.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:56.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:56.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:54:56.872610000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096872610000 ns, racy<=2500000000 ns
17:54:56.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:54:56.890 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.890 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.890 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:56.890 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:56.890 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:54:56.872610000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096872610000 ns, racy<=2500000000 ns
17:54:56.890 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:54:56.894 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.894 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.894 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:56.894 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:56.894 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.894 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.894 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:56.894 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:56.894 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:54:56.872610000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096872610000 ns, racy<=2500000000 ns
17:54:56.894 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:54:56.895 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.895 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.895 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:56.895 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:56.895 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:54:56.872610000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096872610000 ns, racy<=2500000000 ns
17:54:56.895 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:54:56.895 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.895 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.896 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:56.896 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:56.896 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:54:56.872610000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096872610000 ns, racy<=2500000000 ns
17:54:56.896 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:54:56.896 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.896 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.896 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:56.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:56.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:54:56.872610000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096872610000 ns, racy<=2500000000 ns
17:54:56.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:54:56.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-06 17:54:56.951797000, lastModified=2022-06-06 17:54:56.951354000, size=23, fileKey=(dev=100097,ino=170939987)
17:54:56.958 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config.lock, create new FileSnapshot: lastRead=2022-06-06 17:54:56.957972000, lastModified=2022-06-06 17:54:56.957354000, size=78, fileKey=(dev=100097,ino=170939988)
17:54:56.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:54:56.959545000, lastModified=2022-06-06 17:54:56.957354000, size=78, fileKey=(dev=100097,ino=170939988)
17:54:56.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:56.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:56.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:54:56.960200000, lastModified=2022-06-06 17:54:56.957354000, size=78, fileKey=(dev=100097,ino=170939988)
17:54:56.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:56.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:56.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=true, read=2022-06-06 17:54:56.960200000, lastModified=2022-06-06 17:54:56.957354000, delta=2846000 ns, racy<=2500000000 ns
17:54:56.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is racily clean
17:54:56.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:54:56.960812000, lastModified=2022-06-06 17:54:56.957354000, size=78, fileKey=(dev=100097,ino=170939988)
17:54:56.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=true, read=2022-06-06 17:54:56.960812000, lastModified=2022-06-06 17:54:56.957354000, delta=3458000 ns, racy<=2500000000 ns
17:54:56.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:56.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:56.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=true, read=2022-06-06 17:54:56.960812000, lastModified=2022-06-06 17:54:56.957354000, delta=3458000 ns, racy<=2500000000 ns
17:54:56.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is racily clean
17:54:56.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:54:56.974200000, lastModified=2022-06-06 17:54:56.957354000, size=78, fileKey=(dev=100097,ino=170939988)
17:54:56.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=true, read=2022-06-06 17:54:56.974200000, lastModified=2022-06-06 17:54:56.957354000, delta=16846000 ns, racy<=2500000000 ns
17:54:56.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.983 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:56.983 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:56.983 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=true, read=2022-06-06 17:54:56.974200000, lastModified=2022-06-06 17:54:56.957354000, delta=16846000 ns, racy<=2500000000 ns
17:54:56.983 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is racily clean
17:54:56.983 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:54:56.983315000, lastModified=2022-06-06 17:54:56.957354000, size=78, fileKey=(dev=100097,ino=170939988)
17:54:56.983 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=true, read=2022-06-06 17:54:56.983315000, lastModified=2022-06-06 17:54:56.957354000, delta=25961000 ns, racy<=2500000000 ns
17:54:56.984 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:56.984 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:56.985 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:56.985 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:56.985 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=true, read=2022-06-06 17:54:56.983315000, lastModified=2022-06-06 17:54:56.957354000, delta=25961000 ns, racy<=2500000000 ns
17:54:56.985 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is racily clean
17:54:56.985 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:54:56.985179000, lastModified=2022-06-06 17:54:56.957354000, size=78, fileKey=(dev=100097,ino=170939988)
17:54:56.985 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=true, read=2022-06-06 17:54:56.985179000, lastModified=2022-06-06 17:54:56.957354000, delta=27825000 ns, racy<=2500000000 ns
17:54:57.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:57.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:57.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:57.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:57.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=true, read=2022-06-06 17:54:56.985179000, lastModified=2022-06-06 17:54:56.957354000, delta=27825000 ns, racy<=2500000000 ns
17:54:57.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is racily clean
17:54:57.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:54:57.050945000, lastModified=2022-06-06 17:54:56.957354000, size=78, fileKey=(dev=100097,ino=170939988)
17:54:57.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=true, read=2022-06-06 17:54:57.050945000, lastModified=2022-06-06 17:54:56.957354000, delta=93591000 ns, racy<=2500000000 ns
17:54:57.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:57.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:57.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:57.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:57.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=true, read=2022-06-06 17:54:57.050945000, lastModified=2022-06-06 17:54:56.957354000, delta=93591000 ns, racy<=2500000000 ns
17:54:57.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is racily clean
17:54:57.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:54:57.055896000, lastModified=2022-06-06 17:54:56.957354000, size=78, fileKey=(dev=100097,ino=170939988)
17:54:57.056 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=true, read=2022-06-06 17:54:57.055896000, lastModified=2022-06-06 17:54:56.957354000, delta=98542000 ns, racy<=2500000000 ns
17:54:57.059 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
17:54:57.059 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-06 17:54:57.059153000, lastModified=2022-06-06 17:54:56.887352000, size=6, fileKey=(dev=100097,ino=180481302)
17:54:57.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:54:57.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:54:57.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:54:57.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:54:57.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure timestamp resolution / (overlay) in /tmp/junit14590236860857200902/.git/objects
17:54:57.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: end measure timestamp resolution / (overlay) in /tmp/junit14590236860857200902/.git/objects; got PT0.000006S
17:54:57.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /tmp/junit14590236860857200902/.git/objects
17:54:57.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.062315000, lastModified=2022-06-06 17:54:57.061356000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.061356000 to 2022-06-06 17:54:57.065357000
17:54:57.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.066762000, lastModified=2022-06-06 17:54:57.066357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.066762000, lastModified=2022-06-06 17:54:57.066357000, delta=405000 ns, racy<=15000 ns
17:54:57.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.068160000, lastModified=2022-06-06 17:54:57.067357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.068160000, lastModified=2022-06-06 17:54:57.067357000, delta=803000 ns, racy<=15000 ns
17:54:57.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.068701000, lastModified=2022-06-06 17:54:57.068357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.068701000, lastModified=2022-06-06 17:54:57.068357000, delta=344000 ns, racy<=15000 ns
17:54:57.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.069192000, lastModified=2022-06-06 17:54:57.068357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.069192000, lastModified=2022-06-06 17:54:57.068357000, delta=835000 ns, racy<=15000 ns
17:54:57.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.069660000, lastModified=2022-06-06 17:54:57.069357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.069660000, lastModified=2022-06-06 17:54:57.069357000, delta=303000 ns, racy<=15000 ns
17:54:57.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.070124000, lastModified=2022-06-06 17:54:57.069357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.070124000, lastModified=2022-06-06 17:54:57.069357000, delta=767000 ns, racy<=15000 ns
17:54:57.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.070586000, lastModified=2022-06-06 17:54:57.070357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.070586000, lastModified=2022-06-06 17:54:57.070357000, delta=229000 ns, racy<=15000 ns
17:54:57.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.071045000, lastModified=2022-06-06 17:54:57.070357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.071045000, lastModified=2022-06-06 17:54:57.070357000, delta=688000 ns, racy<=15000 ns
17:54:57.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.071508000, lastModified=2022-06-06 17:54:57.070357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.070357000 to 2022-06-06 17:54:57.071357000
17:54:57.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.071919000, lastModified=2022-06-06 17:54:57.071357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.072 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.071919000, lastModified=2022-06-06 17:54:57.071357000, delta=562000 ns, racy<=15000 ns
17:54:57.072 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.072 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.072368000, lastModified=2022-06-06 17:54:57.071357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.072 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.071357000 to 2022-06-06 17:54:57.072357000
17:54:57.072 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.072801000, lastModified=2022-06-06 17:54:57.072357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.072801000, lastModified=2022-06-06 17:54:57.072357000, delta=444000 ns, racy<=15000 ns
17:54:57.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.073256000, lastModified=2022-06-06 17:54:57.072357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.073256000, lastModified=2022-06-06 17:54:57.072357000, delta=899000 ns, racy<=15000 ns
17:54:57.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.073733000, lastModified=2022-06-06 17:54:57.073357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.073733000, lastModified=2022-06-06 17:54:57.073357000, delta=376000 ns, racy<=15000 ns
17:54:57.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.074221000, lastModified=2022-06-06 17:54:57.073357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.074221000, lastModified=2022-06-06 17:54:57.073357000, delta=864000 ns, racy<=15000 ns
17:54:57.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.074675000, lastModified=2022-06-06 17:54:57.074357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.074675000, lastModified=2022-06-06 17:54:57.074357000, delta=318000 ns, racy<=15000 ns
17:54:57.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.075147000, lastModified=2022-06-06 17:54:57.074357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.075147000, lastModified=2022-06-06 17:54:57.074357000, delta=790000 ns, racy<=15000 ns
17:54:57.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.075643000, lastModified=2022-06-06 17:54:57.075357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.075643000, lastModified=2022-06-06 17:54:57.075357000, delta=286000 ns, racy<=15000 ns
17:54:57.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.076 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.076126000, lastModified=2022-06-06 17:54:57.075357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.076 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.076126000, lastModified=2022-06-06 17:54:57.075357000, delta=769000 ns, racy<=15000 ns
17:54:57.076 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.076 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.076598000, lastModified=2022-06-06 17:54:57.076357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.076 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.076598000, lastModified=2022-06-06 17:54:57.076357000, delta=241000 ns, racy<=15000 ns
17:54:57.076 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.077 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.077181000, lastModified=2022-06-06 17:54:57.076357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.077 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.077181000, lastModified=2022-06-06 17:54:57.076357000, delta=824000 ns, racy<=15000 ns
17:54:57.077 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.077 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.077663000, lastModified=2022-06-06 17:54:57.077357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.077 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.077663000, lastModified=2022-06-06 17:54:57.077357000, delta=306000 ns, racy<=15000 ns
17:54:57.077 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.078123000, lastModified=2022-06-06 17:54:57.077357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.078123000, lastModified=2022-06-06 17:54:57.077357000, delta=766000 ns, racy<=15000 ns
17:54:57.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.078627000, lastModified=2022-06-06 17:54:57.078357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.078627000, lastModified=2022-06-06 17:54:57.078357000, delta=270000 ns, racy<=15000 ns
17:54:57.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.079076000, lastModified=2022-06-06 17:54:57.078357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.079076000, lastModified=2022-06-06 17:54:57.078357000, delta=719000 ns, racy<=15000 ns
17:54:57.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.079540000, lastModified=2022-06-06 17:54:57.078357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.078357000 to 2022-06-06 17:54:57.079357000
17:54:57.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.079931000, lastModified=2022-06-06 17:54:57.079357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.079931000, lastModified=2022-06-06 17:54:57.079357000, delta=574000 ns, racy<=15000 ns
17:54:57.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.080492000, lastModified=2022-06-06 17:54:57.079357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.079357000 to 2022-06-06 17:54:57.080357000
17:54:57.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.080906000, lastModified=2022-06-06 17:54:57.080357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.080906000, lastModified=2022-06-06 17:54:57.080357000, delta=549000 ns, racy<=15000 ns
17:54:57.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.081388000, lastModified=2022-06-06 17:54:57.080357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.080357000 to 2022-06-06 17:54:57.081357000
17:54:57.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.081987000, lastModified=2022-06-06 17:54:57.081357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.081987000, lastModified=2022-06-06 17:54:57.081357000, delta=630000 ns, racy<=15000 ns
17:54:57.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.082542000, lastModified=2022-06-06 17:54:57.081357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.081357000 to 2022-06-06 17:54:57.082357000
17:54:57.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.082945000, lastModified=2022-06-06 17:54:57.082357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.082945000, lastModified=2022-06-06 17:54:57.082357000, delta=588000 ns, racy<=15000 ns
17:54:57.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.083394000, lastModified=2022-06-06 17:54:57.082357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.082357000 to 2022-06-06 17:54:57.083357000
17:54:57.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.089440000, lastModified=2022-06-06 17:54:57.083357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.083357000 to 2022-06-06 17:54:57.089357000
17:54:57.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.089884000, lastModified=2022-06-06 17:54:57.089357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.089884000, lastModified=2022-06-06 17:54:57.089357000, delta=527000 ns, racy<=15000 ns
17:54:57.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.090318000, lastModified=2022-06-06 17:54:57.089357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.090318000, lastModified=2022-06-06 17:54:57.089357000, delta=961000 ns, racy<=15000 ns
17:54:57.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.090730000, lastModified=2022-06-06 17:54:57.090357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.090730000, lastModified=2022-06-06 17:54:57.090357000, delta=373000 ns, racy<=15000 ns
17:54:57.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.091123000, lastModified=2022-06-06 17:54:57.090357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.091123000, lastModified=2022-06-06 17:54:57.090357000, delta=766000 ns, racy<=15000 ns
17:54:57.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.091507000, lastModified=2022-06-06 17:54:57.090357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.090357000 to 2022-06-06 17:54:57.091357000
17:54:57.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.091848000, lastModified=2022-06-06 17:54:57.091357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.091848000, lastModified=2022-06-06 17:54:57.091357000, delta=491000 ns, racy<=15000 ns
17:54:57.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.092241000, lastModified=2022-06-06 17:54:57.091357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.092241000, lastModified=2022-06-06 17:54:57.091357000, delta=884000 ns, racy<=15000 ns
17:54:57.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.092647000, lastModified=2022-06-06 17:54:57.092357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.092647000, lastModified=2022-06-06 17:54:57.092357000, delta=290000 ns, racy<=15000 ns
17:54:57.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.093022000, lastModified=2022-06-06 17:54:57.092357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.093022000, lastModified=2022-06-06 17:54:57.092357000, delta=665000 ns, racy<=15000 ns
17:54:57.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.093472000, lastModified=2022-06-06 17:54:57.092357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.092357000 to 2022-06-06 17:54:57.093357000
17:54:57.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.093847000, lastModified=2022-06-06 17:54:57.093357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.093847000, lastModified=2022-06-06 17:54:57.093357000, delta=490000 ns, racy<=15000 ns
17:54:57.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.094276000, lastModified=2022-06-06 17:54:57.093357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.094276000, lastModified=2022-06-06 17:54:57.093357000, delta=919000 ns, racy<=15000 ns
17:54:57.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.094662000, lastModified=2022-06-06 17:54:57.094357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.094662000, lastModified=2022-06-06 17:54:57.094357000, delta=305000 ns, racy<=15000 ns
17:54:57.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.095240000, lastModified=2022-06-06 17:54:57.094357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.095240000, lastModified=2022-06-06 17:54:57.094357000, delta=883000 ns, racy<=15000 ns
17:54:57.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.095669000, lastModified=2022-06-06 17:54:57.095357000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.095669000, lastModified=2022-06-06 17:54:57.095357000, delta=312000 ns, racy<=15000 ns
17:54:57.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.148424000, lastModified=2022-06-06 17:54:57.147358000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.147358000 to 2022-06-06 17:54:57.148358000
17:54:57.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.148836000, lastModified=2022-06-06 17:54:57.148358000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.148836000, lastModified=2022-06-06 17:54:57.148358000, delta=478000 ns, racy<=15000 ns
17:54:57.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.149240000, lastModified=2022-06-06 17:54:57.148358000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.149240000, lastModified=2022-06-06 17:54:57.148358000, delta=882000 ns, racy<=15000 ns
17:54:57.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.149665000, lastModified=2022-06-06 17:54:57.149358000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.149665000, lastModified=2022-06-06 17:54:57.149358000, delta=307000 ns, racy<=15000 ns
17:54:57.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.150205000, lastModified=2022-06-06 17:54:57.149358000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.150205000, lastModified=2022-06-06 17:54:57.149358000, delta=847000 ns, racy<=15000 ns
17:54:57.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.150666000, lastModified=2022-06-06 17:54:57.150359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.150666000, lastModified=2022-06-06 17:54:57.150359000, delta=307000 ns, racy<=15000 ns
17:54:57.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.151075000, lastModified=2022-06-06 17:54:57.150359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.151075000, lastModified=2022-06-06 17:54:57.150359000, delta=716000 ns, racy<=15000 ns
17:54:57.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.151525000, lastModified=2022-06-06 17:54:57.150359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.150359000 to 2022-06-06 17:54:57.151359000
17:54:57.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.151895000, lastModified=2022-06-06 17:54:57.151359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.151895000, lastModified=2022-06-06 17:54:57.151359000, delta=536000 ns, racy<=15000 ns
17:54:57.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.152342000, lastModified=2022-06-06 17:54:57.151359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.151359000 to 2022-06-06 17:54:57.152359000
17:54:57.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.152715000, lastModified=2022-06-06 17:54:57.152359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.152715000, lastModified=2022-06-06 17:54:57.152359000, delta=356000 ns, racy<=15000 ns
17:54:57.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.153147000, lastModified=2022-06-06 17:54:57.152359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.153147000, lastModified=2022-06-06 17:54:57.152359000, delta=788000 ns, racy<=15000 ns
17:54:57.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.153580000, lastModified=2022-06-06 17:54:57.153359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.153580000, lastModified=2022-06-06 17:54:57.153359000, delta=221000 ns, racy<=15000 ns
17:54:57.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.153985000, lastModified=2022-06-06 17:54:57.153359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.153985000, lastModified=2022-06-06 17:54:57.153359000, delta=626000 ns, racy<=15000 ns
17:54:57.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.154523000, lastModified=2022-06-06 17:54:57.153359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.153359000 to 2022-06-06 17:54:57.154359000
17:54:57.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.155066000, lastModified=2022-06-06 17:54:57.154359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.155066000, lastModified=2022-06-06 17:54:57.154359000, delta=707000 ns, racy<=15000 ns
17:54:57.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.155574000, lastModified=2022-06-06 17:54:57.155359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.155574000, lastModified=2022-06-06 17:54:57.155359000, delta=215000 ns, racy<=15000 ns
17:54:57.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.155977000, lastModified=2022-06-06 17:54:57.155359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.155977000, lastModified=2022-06-06 17:54:57.155359000, delta=618000 ns, racy<=15000 ns
17:54:57.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.156440000, lastModified=2022-06-06 17:54:57.155359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.155359000 to 2022-06-06 17:54:57.156359000
17:54:57.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.161279000, lastModified=2022-06-06 17:54:57.156359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.156359000 to 2022-06-06 17:54:57.160359000
17:54:57.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.161675000, lastModified=2022-06-06 17:54:57.161359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.161675000, lastModified=2022-06-06 17:54:57.161359000, delta=316000 ns, racy<=15000 ns
17:54:57.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.162035000, lastModified=2022-06-06 17:54:57.161359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.162035000, lastModified=2022-06-06 17:54:57.161359000, delta=676000 ns, racy<=15000 ns
17:54:57.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.162398000, lastModified=2022-06-06 17:54:57.161359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.161359000 to 2022-06-06 17:54:57.162359000
17:54:57.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.162743000, lastModified=2022-06-06 17:54:57.162359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.162743000, lastModified=2022-06-06 17:54:57.162359000, delta=384000 ns, racy<=15000 ns
17:54:57.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.163122000, lastModified=2022-06-06 17:54:57.162359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.163122000, lastModified=2022-06-06 17:54:57.162359000, delta=763000 ns, racy<=15000 ns
17:54:57.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.163490000, lastModified=2022-06-06 17:54:57.162359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.162359000 to 2022-06-06 17:54:57.163359000
17:54:57.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.163828000, lastModified=2022-06-06 17:54:57.163359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.163828000, lastModified=2022-06-06 17:54:57.163359000, delta=469000 ns, racy<=15000 ns
17:54:57.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.164208000, lastModified=2022-06-06 17:54:57.163359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.164208000, lastModified=2022-06-06 17:54:57.163359000, delta=849000 ns, racy<=15000 ns
17:54:57.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.164583000, lastModified=2022-06-06 17:54:57.164359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.164583000, lastModified=2022-06-06 17:54:57.164359000, delta=224000 ns, racy<=15000 ns
17:54:57.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.164960000, lastModified=2022-06-06 17:54:57.164359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.164960000, lastModified=2022-06-06 17:54:57.164359000, delta=601000 ns, racy<=15000 ns
17:54:57.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.165342000, lastModified=2022-06-06 17:54:57.164359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.164359000 to 2022-06-06 17:54:57.165359000
17:54:57.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.165728000, lastModified=2022-06-06 17:54:57.165359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.165728000, lastModified=2022-06-06 17:54:57.165359000, delta=369000 ns, racy<=15000 ns
17:54:57.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.166142000, lastModified=2022-06-06 17:54:57.165359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.166142000, lastModified=2022-06-06 17:54:57.165359000, delta=783000 ns, racy<=15000 ns
17:54:57.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.166530000, lastModified=2022-06-06 17:54:57.165359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.165359000 to 2022-06-06 17:54:57.166359000
17:54:57.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.166911000, lastModified=2022-06-06 17:54:57.166359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.166911000, lastModified=2022-06-06 17:54:57.166359000, delta=552000 ns, racy<=15000 ns
17:54:57.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.167306000, lastModified=2022-06-06 17:54:57.166359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.167306000, lastModified=2022-06-06 17:54:57.166359000, delta=947000 ns, racy<=15000 ns
17:54:57.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.167693000, lastModified=2022-06-06 17:54:57.167359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.167693000, lastModified=2022-06-06 17:54:57.167359000, delta=334000 ns, racy<=15000 ns
17:54:57.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.168095000, lastModified=2022-06-06 17:54:57.167359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.168095000, lastModified=2022-06-06 17:54:57.167359000, delta=736000 ns, racy<=15000 ns
17:54:57.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.168485000, lastModified=2022-06-06 17:54:57.167359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.167359000 to 2022-06-06 17:54:57.168359000
17:54:57.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.168806000, lastModified=2022-06-06 17:54:57.168359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.168806000, lastModified=2022-06-06 17:54:57.168359000, delta=447000 ns, racy<=15000 ns
17:54:57.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.169145000, lastModified=2022-06-06 17:54:57.168359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.169145000, lastModified=2022-06-06 17:54:57.168359000, delta=786000 ns, racy<=15000 ns
17:54:57.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.169485000, lastModified=2022-06-06 17:54:57.168359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.168359000 to 2022-06-06 17:54:57.169359000
17:54:57.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.169779000, lastModified=2022-06-06 17:54:57.169359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.169779000, lastModified=2022-06-06 17:54:57.169359000, delta=420000 ns, racy<=15000 ns
17:54:57.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.170137000, lastModified=2022-06-06 17:54:57.169359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.170137000, lastModified=2022-06-06 17:54:57.169359000, delta=778000 ns, racy<=15000 ns
17:54:57.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.170447000, lastModified=2022-06-06 17:54:57.169359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.169359000 to 2022-06-06 17:54:57.170359000
17:54:57.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.170748000, lastModified=2022-06-06 17:54:57.170359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.170748000, lastModified=2022-06-06 17:54:57.170359000, delta=389000 ns, racy<=15000 ns
17:54:57.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.171063000, lastModified=2022-06-06 17:54:57.170359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.171063000, lastModified=2022-06-06 17:54:57.170359000, delta=704000 ns, racy<=15000 ns
17:54:57.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.171382000, lastModified=2022-06-06 17:54:57.170359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.170359000 to 2022-06-06 17:54:57.171359000
17:54:57.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.171660000, lastModified=2022-06-06 17:54:57.171359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.171660000, lastModified=2022-06-06 17:54:57.171359000, delta=301000 ns, racy<=15000 ns
17:54:57.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.171966000, lastModified=2022-06-06 17:54:57.171359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.171966000, lastModified=2022-06-06 17:54:57.171359000, delta=607000 ns, racy<=15000 ns
17:54:57.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.172309000, lastModified=2022-06-06 17:54:57.171359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.172309000, lastModified=2022-06-06 17:54:57.171359000, delta=950000 ns, racy<=15000 ns
17:54:57.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.172656000, lastModified=2022-06-06 17:54:57.172359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.172656000, lastModified=2022-06-06 17:54:57.172359000, delta=297000 ns, racy<=15000 ns
17:54:57.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.172951000, lastModified=2022-06-06 17:54:57.172359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.172951000, lastModified=2022-06-06 17:54:57.172359000, delta=592000 ns, racy<=15000 ns
17:54:57.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.173255000, lastModified=2022-06-06 17:54:57.172359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.173255000, lastModified=2022-06-06 17:54:57.172359000, delta=896000 ns, racy<=15000 ns
17:54:57.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.178250000, lastModified=2022-06-06 17:54:57.173359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.173359000 to 2022-06-06 17:54:57.177359000
17:54:57.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.178604000, lastModified=2022-06-06 17:54:57.178359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.178604000, lastModified=2022-06-06 17:54:57.178359000, delta=245000 ns, racy<=15000 ns
17:54:57.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.178914000, lastModified=2022-06-06 17:54:57.178359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.178914000, lastModified=2022-06-06 17:54:57.178359000, delta=555000 ns, racy<=15000 ns
17:54:57.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.179212000, lastModified=2022-06-06 17:54:57.178359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.179212000, lastModified=2022-06-06 17:54:57.178359000, delta=853000 ns, racy<=15000 ns
17:54:57.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.179525000, lastModified=2022-06-06 17:54:57.178359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.178359000 to 2022-06-06 17:54:57.179359000
17:54:57.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.179808000, lastModified=2022-06-06 17:54:57.179359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.179808000, lastModified=2022-06-06 17:54:57.179359000, delta=449000 ns, racy<=15000 ns
17:54:57.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.180122000, lastModified=2022-06-06 17:54:57.179359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.180122000, lastModified=2022-06-06 17:54:57.179359000, delta=763000 ns, racy<=15000 ns
17:54:57.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.180417000, lastModified=2022-06-06 17:54:57.179359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.179359000 to 2022-06-06 17:54:57.180359000
17:54:57.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.180702000, lastModified=2022-06-06 17:54:57.180359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.180702000, lastModified=2022-06-06 17:54:57.180359000, delta=343000 ns, racy<=15000 ns
17:54:57.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.181003000, lastModified=2022-06-06 17:54:57.180359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.181003000, lastModified=2022-06-06 17:54:57.180359000, delta=644000 ns, racy<=15000 ns
17:54:57.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.181302000, lastModified=2022-06-06 17:54:57.180359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.181302000, lastModified=2022-06-06 17:54:57.180359000, delta=943000 ns, racy<=15000 ns
17:54:57.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.181594000, lastModified=2022-06-06 17:54:57.181359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.181594000, lastModified=2022-06-06 17:54:57.181359000, delta=235000 ns, racy<=15000 ns
17:54:57.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.181895000, lastModified=2022-06-06 17:54:57.181359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.181895000, lastModified=2022-06-06 17:54:57.181359000, delta=536000 ns, racy<=15000 ns
17:54:57.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.182199000, lastModified=2022-06-06 17:54:57.181359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.182199000, lastModified=2022-06-06 17:54:57.181359000, delta=840000 ns, racy<=15000 ns
17:54:57.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.182479000, lastModified=2022-06-06 17:54:57.181359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.181359000 to 2022-06-06 17:54:57.182359000
17:54:57.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.182740000, lastModified=2022-06-06 17:54:57.182359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.182740000, lastModified=2022-06-06 17:54:57.182359000, delta=381000 ns, racy<=15000 ns
17:54:57.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.183023000, lastModified=2022-06-06 17:54:57.182359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.183023000, lastModified=2022-06-06 17:54:57.182359000, delta=664000 ns, racy<=15000 ns
17:54:57.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.183312000, lastModified=2022-06-06 17:54:57.182359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.183312000, lastModified=2022-06-06 17:54:57.182359000, delta=953000 ns, racy<=15000 ns
17:54:57.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.183607000, lastModified=2022-06-06 17:54:57.183359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.183607000, lastModified=2022-06-06 17:54:57.183359000, delta=248000 ns, racy<=15000 ns
17:54:57.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.183903000, lastModified=2022-06-06 17:54:57.183359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.183903000, lastModified=2022-06-06 17:54:57.183359000, delta=544000 ns, racy<=15000 ns
17:54:57.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.184199000, lastModified=2022-06-06 17:54:57.183359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.184199000, lastModified=2022-06-06 17:54:57.183359000, delta=840000 ns, racy<=15000 ns
17:54:57.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.184491000, lastModified=2022-06-06 17:54:57.183359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.183359000 to 2022-06-06 17:54:57.184359000
17:54:57.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.184787000, lastModified=2022-06-06 17:54:57.184359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.184787000, lastModified=2022-06-06 17:54:57.184359000, delta=428000 ns, racy<=15000 ns
17:54:57.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.185080000, lastModified=2022-06-06 17:54:57.184359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.185080000, lastModified=2022-06-06 17:54:57.184359000, delta=721000 ns, racy<=15000 ns
17:54:57.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.185390000, lastModified=2022-06-06 17:54:57.184359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.185390000, lastModified=2022-06-06 17:54:57.184359000, delta=1031000 ns, racy<=15000 ns
17:54:57.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.185677000, lastModified=2022-06-06 17:54:57.185359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.185677000, lastModified=2022-06-06 17:54:57.185359000, delta=318000 ns, racy<=15000 ns
17:54:57.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.185980000, lastModified=2022-06-06 17:54:57.185359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.185980000, lastModified=2022-06-06 17:54:57.185359000, delta=621000 ns, racy<=15000 ns
17:54:57.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.186264000, lastModified=2022-06-06 17:54:57.185359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.186264000, lastModified=2022-06-06 17:54:57.185359000, delta=905000 ns, racy<=15000 ns
17:54:57.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.186550000, lastModified=2022-06-06 17:54:57.186359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.186550000, lastModified=2022-06-06 17:54:57.186359000, delta=191000 ns, racy<=15000 ns
17:54:57.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.186824000, lastModified=2022-06-06 17:54:57.186359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.186824000, lastModified=2022-06-06 17:54:57.186359000, delta=465000 ns, racy<=15000 ns
17:54:57.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.187118000, lastModified=2022-06-06 17:54:57.186359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.187118000, lastModified=2022-06-06 17:54:57.186359000, delta=759000 ns, racy<=15000 ns
17:54:57.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.187391000, lastModified=2022-06-06 17:54:57.186359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.187391000, lastModified=2022-06-06 17:54:57.186359000, delta=1032000 ns, racy<=15000 ns
17:54:57.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.187673000, lastModified=2022-06-06 17:54:57.187359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.187673000, lastModified=2022-06-06 17:54:57.187359000, delta=314000 ns, racy<=15000 ns
17:54:57.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.187944000, lastModified=2022-06-06 17:54:57.187359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.187944000, lastModified=2022-06-06 17:54:57.187359000, delta=585000 ns, racy<=15000 ns
17:54:57.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.188223000, lastModified=2022-06-06 17:54:57.187359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.188223000, lastModified=2022-06-06 17:54:57.187359000, delta=864000 ns, racy<=15000 ns
17:54:57.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.190775000, lastModified=2022-06-06 17:54:57.187359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.187359000 to 2022-06-06 17:54:57.190359000
17:54:57.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.191064000, lastModified=2022-06-06 17:54:57.190359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.191064000, lastModified=2022-06-06 17:54:57.190359000, delta=705000 ns, racy<=15000 ns
17:54:57.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.191353000, lastModified=2022-06-06 17:54:57.190359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.191353000, lastModified=2022-06-06 17:54:57.190359000, delta=994000 ns, racy<=15000 ns
17:54:57.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.191641000, lastModified=2022-06-06 17:54:57.191359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.191641000, lastModified=2022-06-06 17:54:57.191359000, delta=282000 ns, racy<=15000 ns
17:54:57.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.191922000, lastModified=2022-06-06 17:54:57.191359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.191922000, lastModified=2022-06-06 17:54:57.191359000, delta=563000 ns, racy<=15000 ns
17:54:57.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.192219000, lastModified=2022-06-06 17:54:57.191359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.192219000, lastModified=2022-06-06 17:54:57.191359000, delta=860000 ns, racy<=15000 ns
17:54:57.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.192520000, lastModified=2022-06-06 17:54:57.191359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.191359000 to 2022-06-06 17:54:57.192359000
17:54:57.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.192782000, lastModified=2022-06-06 17:54:57.192359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.192782000, lastModified=2022-06-06 17:54:57.192359000, delta=423000 ns, racy<=15000 ns
17:54:57.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.193075000, lastModified=2022-06-06 17:54:57.192359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.193075000, lastModified=2022-06-06 17:54:57.192359000, delta=716000 ns, racy<=15000 ns
17:54:57.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.193370000, lastModified=2022-06-06 17:54:57.192359000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.193370000, lastModified=2022-06-06 17:54:57.192359000, delta=1011000 ns, racy<=15000 ns
17:54:57.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.193746000, lastModified=2022-06-06 17:54:57.193360000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.193746000, lastModified=2022-06-06 17:54:57.193360000, delta=386000 ns, racy<=15000 ns
17:54:57.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.194065000, lastModified=2022-06-06 17:54:57.193360000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.194065000, lastModified=2022-06-06 17:54:57.193360000, delta=705000 ns, racy<=15000 ns
17:54:57.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.194363000, lastModified=2022-06-06 17:54:57.193360000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.194363000, lastModified=2022-06-06 17:54:57.193360000, delta=1003000 ns, racy<=15000 ns
17:54:57.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.194668000, lastModified=2022-06-06 17:54:57.194360000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.194668000, lastModified=2022-06-06 17:54:57.194360000, delta=308000 ns, racy<=15000 ns
17:54:57.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.194941000, lastModified=2022-06-06 17:54:57.194360000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.194941000, lastModified=2022-06-06 17:54:57.194360000, delta=581000 ns, racy<=15000 ns
17:54:57.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.195213000, lastModified=2022-06-06 17:54:57.194360000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.195213000, lastModified=2022-06-06 17:54:57.194360000, delta=853000 ns, racy<=15000 ns
17:54:57.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.195487000, lastModified=2022-06-06 17:54:57.194360000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.194360000 to 2022-06-06 17:54:57.195360000
17:54:57.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.195737000, lastModified=2022-06-06 17:54:57.195360000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.195737000, lastModified=2022-06-06 17:54:57.195360000, delta=377000 ns, racy<=15000 ns
17:54:57.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.248056000, lastModified=2022-06-06 17:54:57.195360000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.195360000 to 2022-06-06 17:54:57.247361000
17:54:57.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.248470000, lastModified=2022-06-06 17:54:57.247361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.247361000 to 2022-06-06 17:54:57.248361000
17:54:57.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.248781000, lastModified=2022-06-06 17:54:57.248361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.248781000, lastModified=2022-06-06 17:54:57.248361000, delta=420000 ns, racy<=15000 ns
17:54:57.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.249096000, lastModified=2022-06-06 17:54:57.248361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.249096000, lastModified=2022-06-06 17:54:57.248361000, delta=735000 ns, racy<=15000 ns
17:54:57.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.249450000, lastModified=2022-06-06 17:54:57.248361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.248361000 to 2022-06-06 17:54:57.249361000
17:54:57.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.249712000, lastModified=2022-06-06 17:54:57.249361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.249712000, lastModified=2022-06-06 17:54:57.249361000, delta=351000 ns, racy<=15000 ns
17:54:57.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.249999000, lastModified=2022-06-06 17:54:57.249361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.249999000, lastModified=2022-06-06 17:54:57.249361000, delta=638000 ns, racy<=15000 ns
17:54:57.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.250287000, lastModified=2022-06-06 17:54:57.249361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.250287000, lastModified=2022-06-06 17:54:57.249361000, delta=926000 ns, racy<=15000 ns
17:54:57.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.250569000, lastModified=2022-06-06 17:54:57.250361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.250569000, lastModified=2022-06-06 17:54:57.250361000, delta=208000 ns, racy<=15000 ns
17:54:57.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.250872000, lastModified=2022-06-06 17:54:57.250361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.250872000, lastModified=2022-06-06 17:54:57.250361000, delta=511000 ns, racy<=15000 ns
17:54:57.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.251214000, lastModified=2022-06-06 17:54:57.250361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.251214000, lastModified=2022-06-06 17:54:57.250361000, delta=853000 ns, racy<=15000 ns
17:54:57.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.251643000, lastModified=2022-06-06 17:54:57.251361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.251643000, lastModified=2022-06-06 17:54:57.251361000, delta=282000 ns, racy<=15000 ns
17:54:57.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.251952000, lastModified=2022-06-06 17:54:57.251361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.251952000, lastModified=2022-06-06 17:54:57.251361000, delta=591000 ns, racy<=15000 ns
17:54:57.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.252230000, lastModified=2022-06-06 17:54:57.251361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.252230000, lastModified=2022-06-06 17:54:57.251361000, delta=869000 ns, racy<=15000 ns
17:54:57.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.252531000, lastModified=2022-06-06 17:54:57.251361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.251361000 to 2022-06-06 17:54:57.252361000
17:54:57.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.252776000, lastModified=2022-06-06 17:54:57.252361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.252776000, lastModified=2022-06-06 17:54:57.252361000, delta=415000 ns, racy<=15000 ns
17:54:57.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.253035000, lastModified=2022-06-06 17:54:57.252361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.253035000, lastModified=2022-06-06 17:54:57.252361000, delta=674000 ns, racy<=15000 ns
17:54:57.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.255638000, lastModified=2022-06-06 17:54:57.252361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.252361000 to 2022-06-06 17:54:57.255361000
17:54:57.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.255932000, lastModified=2022-06-06 17:54:57.255361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.255932000, lastModified=2022-06-06 17:54:57.255361000, delta=571000 ns, racy<=15000 ns
17:54:57.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.256227000, lastModified=2022-06-06 17:54:57.255361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.256227000, lastModified=2022-06-06 17:54:57.255361000, delta=866000 ns, racy<=15000 ns
17:54:57.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.256512000, lastModified=2022-06-06 17:54:57.255361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.255361000 to 2022-06-06 17:54:57.256361000
17:54:57.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.256768000, lastModified=2022-06-06 17:54:57.256361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.256768000, lastModified=2022-06-06 17:54:57.256361000, delta=407000 ns, racy<=15000 ns
17:54:57.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.257044000, lastModified=2022-06-06 17:54:57.256361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.257044000, lastModified=2022-06-06 17:54:57.256361000, delta=683000 ns, racy<=15000 ns
17:54:57.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.257329000, lastModified=2022-06-06 17:54:57.256361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.257329000, lastModified=2022-06-06 17:54:57.256361000, delta=968000 ns, racy<=15000 ns
17:54:57.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.257621000, lastModified=2022-06-06 17:54:57.257361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.257621000, lastModified=2022-06-06 17:54:57.257361000, delta=260000 ns, racy<=15000 ns
17:54:57.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.257896000, lastModified=2022-06-06 17:54:57.257361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.257896000, lastModified=2022-06-06 17:54:57.257361000, delta=535000 ns, racy<=15000 ns
17:54:57.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.258178000, lastModified=2022-06-06 17:54:57.257361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.258178000, lastModified=2022-06-06 17:54:57.257361000, delta=817000 ns, racy<=15000 ns
17:54:57.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.258459000, lastModified=2022-06-06 17:54:57.257361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.257361000 to 2022-06-06 17:54:57.258361000
17:54:57.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.258721000, lastModified=2022-06-06 17:54:57.258361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.258721000, lastModified=2022-06-06 17:54:57.258361000, delta=360000 ns, racy<=15000 ns
17:54:57.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.259000000, lastModified=2022-06-06 17:54:57.258361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.259000000, lastModified=2022-06-06 17:54:57.258361000, delta=639000 ns, racy<=15000 ns
17:54:57.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.259312000, lastModified=2022-06-06 17:54:57.258361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.259312000, lastModified=2022-06-06 17:54:57.258361000, delta=951000 ns, racy<=15000 ns
17:54:57.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.259612000, lastModified=2022-06-06 17:54:57.259361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.259612000, lastModified=2022-06-06 17:54:57.259361000, delta=251000 ns, racy<=15000 ns
17:54:57.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.259892000, lastModified=2022-06-06 17:54:57.259361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.259892000, lastModified=2022-06-06 17:54:57.259361000, delta=531000 ns, racy<=15000 ns
17:54:57.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.260173000, lastModified=2022-06-06 17:54:57.259361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.260173000, lastModified=2022-06-06 17:54:57.259361000, delta=812000 ns, racy<=15000 ns
17:54:57.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.260475000, lastModified=2022-06-06 17:54:57.259361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.259361000 to 2022-06-06 17:54:57.260361000
17:54:57.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.260750000, lastModified=2022-06-06 17:54:57.260361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.260750000, lastModified=2022-06-06 17:54:57.260361000, delta=389000 ns, racy<=15000 ns
17:54:57.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.261029000, lastModified=2022-06-06 17:54:57.260361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.261029000, lastModified=2022-06-06 17:54:57.260361000, delta=668000 ns, racy<=15000 ns
17:54:57.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.261318000, lastModified=2022-06-06 17:54:57.260361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.261318000, lastModified=2022-06-06 17:54:57.260361000, delta=957000 ns, racy<=15000 ns
17:54:57.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.261672000, lastModified=2022-06-06 17:54:57.261361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.261672000, lastModified=2022-06-06 17:54:57.261361000, delta=311000 ns, racy<=15000 ns
17:54:57.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.261965000, lastModified=2022-06-06 17:54:57.261361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.261965000, lastModified=2022-06-06 17:54:57.261361000, delta=604000 ns, racy<=15000 ns
17:54:57.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.262251000, lastModified=2022-06-06 17:54:57.261361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.262251000, lastModified=2022-06-06 17:54:57.261361000, delta=890000 ns, racy<=15000 ns
17:54:57.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.262539000, lastModified=2022-06-06 17:54:57.261361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.261361000 to 2022-06-06 17:54:57.262361000
17:54:57.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.262872000, lastModified=2022-06-06 17:54:57.262361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.262872000, lastModified=2022-06-06 17:54:57.262361000, delta=511000 ns, racy<=15000 ns
17:54:57.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.263169000, lastModified=2022-06-06 17:54:57.262361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.263169000, lastModified=2022-06-06 17:54:57.262361000, delta=808000 ns, racy<=15000 ns
17:54:57.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.263455000, lastModified=2022-06-06 17:54:57.262361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.262361000 to 2022-06-06 17:54:57.263361000
17:54:57.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.263715000, lastModified=2022-06-06 17:54:57.263361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.263715000, lastModified=2022-06-06 17:54:57.263361000, delta=354000 ns, racy<=15000 ns
17:54:57.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.263997000, lastModified=2022-06-06 17:54:57.263361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.263997000, lastModified=2022-06-06 17:54:57.263361000, delta=636000 ns, racy<=15000 ns
17:54:57.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.264284000, lastModified=2022-06-06 17:54:57.263361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.264284000, lastModified=2022-06-06 17:54:57.263361000, delta=923000 ns, racy<=15000 ns
17:54:57.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.264564000, lastModified=2022-06-06 17:54:57.264361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.264564000, lastModified=2022-06-06 17:54:57.264361000, delta=203000 ns, racy<=15000 ns
17:54:57.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.264840000, lastModified=2022-06-06 17:54:57.264361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.264840000, lastModified=2022-06-06 17:54:57.264361000, delta=479000 ns, racy<=15000 ns
17:54:57.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.265117000, lastModified=2022-06-06 17:54:57.264361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.265117000, lastModified=2022-06-06 17:54:57.264361000, delta=756000 ns, racy<=15000 ns
17:54:57.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.265386000, lastModified=2022-06-06 17:54:57.264361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.265386000, lastModified=2022-06-06 17:54:57.264361000, delta=1025000 ns, racy<=15000 ns
17:54:57.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.268 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.268725000, lastModified=2022-06-06 17:54:57.265361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.268 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.265361000 to 2022-06-06 17:54:57.268361000
17:54:57.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.268999000, lastModified=2022-06-06 17:54:57.268361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.268999000, lastModified=2022-06-06 17:54:57.268361000, delta=638000 ns, racy<=15000 ns
17:54:57.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.269282000, lastModified=2022-06-06 17:54:57.268361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.269282000, lastModified=2022-06-06 17:54:57.268361000, delta=921000 ns, racy<=15000 ns
17:54:57.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.269564000, lastModified=2022-06-06 17:54:57.269361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.269564000, lastModified=2022-06-06 17:54:57.269361000, delta=203000 ns, racy<=15000 ns
17:54:57.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.269841000, lastModified=2022-06-06 17:54:57.269361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.269841000, lastModified=2022-06-06 17:54:57.269361000, delta=480000 ns, racy<=15000 ns
17:54:57.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.270142000, lastModified=2022-06-06 17:54:57.269361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.270142000, lastModified=2022-06-06 17:54:57.269361000, delta=781000 ns, racy<=15000 ns
17:54:57.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.270420000, lastModified=2022-06-06 17:54:57.269361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.269361000 to 2022-06-06 17:54:57.270361000
17:54:57.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.270711000, lastModified=2022-06-06 17:54:57.270361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.270711000, lastModified=2022-06-06 17:54:57.270361000, delta=350000 ns, racy<=15000 ns
17:54:57.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.271004000, lastModified=2022-06-06 17:54:57.270361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.271004000, lastModified=2022-06-06 17:54:57.270361000, delta=643000 ns, racy<=15000 ns
17:54:57.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.271285000, lastModified=2022-06-06 17:54:57.270361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.271285000, lastModified=2022-06-06 17:54:57.270361000, delta=924000 ns, racy<=15000 ns
17:54:57.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.271567000, lastModified=2022-06-06 17:54:57.271361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.271567000, lastModified=2022-06-06 17:54:57.271361000, delta=206000 ns, racy<=15000 ns
17:54:57.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.271855000, lastModified=2022-06-06 17:54:57.271361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.271855000, lastModified=2022-06-06 17:54:57.271361000, delta=494000 ns, racy<=15000 ns
17:54:57.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.272152000, lastModified=2022-06-06 17:54:57.271361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.272152000, lastModified=2022-06-06 17:54:57.271361000, delta=791000 ns, racy<=15000 ns
17:54:57.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.272444000, lastModified=2022-06-06 17:54:57.271361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.271361000 to 2022-06-06 17:54:57.272361000
17:54:57.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.272696000, lastModified=2022-06-06 17:54:57.272361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.272696000, lastModified=2022-06-06 17:54:57.272361000, delta=335000 ns, racy<=15000 ns
17:54:57.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.272972000, lastModified=2022-06-06 17:54:57.272361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.272972000, lastModified=2022-06-06 17:54:57.272361000, delta=611000 ns, racy<=15000 ns
17:54:57.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.273245000, lastModified=2022-06-06 17:54:57.272361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.273245000, lastModified=2022-06-06 17:54:57.272361000, delta=884000 ns, racy<=15000 ns
17:54:57.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.273514000, lastModified=2022-06-06 17:54:57.272361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.272361000 to 2022-06-06 17:54:57.273361000
17:54:57.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.273771000, lastModified=2022-06-06 17:54:57.273361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.273771000, lastModified=2022-06-06 17:54:57.273361000, delta=410000 ns, racy<=15000 ns
17:54:57.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.274038000, lastModified=2022-06-06 17:54:57.273361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.274038000, lastModified=2022-06-06 17:54:57.273361000, delta=677000 ns, racy<=15000 ns
17:54:57.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.274311000, lastModified=2022-06-06 17:54:57.273361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.274311000, lastModified=2022-06-06 17:54:57.273361000, delta=950000 ns, racy<=15000 ns
17:54:57.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.274651000, lastModified=2022-06-06 17:54:57.274361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.274651000, lastModified=2022-06-06 17:54:57.274361000, delta=290000 ns, racy<=15000 ns
17:54:57.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.274922000, lastModified=2022-06-06 17:54:57.274361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.274922000, lastModified=2022-06-06 17:54:57.274361000, delta=561000 ns, racy<=15000 ns
17:54:57.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.275196000, lastModified=2022-06-06 17:54:57.274361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.275196000, lastModified=2022-06-06 17:54:57.274361000, delta=835000 ns, racy<=15000 ns
17:54:57.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.275483000, lastModified=2022-06-06 17:54:57.274361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.274361000 to 2022-06-06 17:54:57.275361000
17:54:57.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.275739000, lastModified=2022-06-06 17:54:57.275361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.275739000, lastModified=2022-06-06 17:54:57.275361000, delta=378000 ns, racy<=15000 ns
17:54:57.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.276006000, lastModified=2022-06-06 17:54:57.275361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.276006000, lastModified=2022-06-06 17:54:57.275361000, delta=645000 ns, racy<=15000 ns
17:54:57.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.276291000, lastModified=2022-06-06 17:54:57.275361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.276291000, lastModified=2022-06-06 17:54:57.275361000, delta=930000 ns, racy<=15000 ns
17:54:57.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.276591000, lastModified=2022-06-06 17:54:57.276361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.276591000, lastModified=2022-06-06 17:54:57.276361000, delta=230000 ns, racy<=15000 ns
17:54:57.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.276873000, lastModified=2022-06-06 17:54:57.276361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.276873000, lastModified=2022-06-06 17:54:57.276361000, delta=512000 ns, racy<=15000 ns
17:54:57.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.277150000, lastModified=2022-06-06 17:54:57.276361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.277150000, lastModified=2022-06-06 17:54:57.276361000, delta=789000 ns, racy<=15000 ns
17:54:57.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.277412000, lastModified=2022-06-06 17:54:57.276361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.276361000 to 2022-06-06 17:54:57.277361000
17:54:57.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.277676000, lastModified=2022-06-06 17:54:57.277361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.277676000, lastModified=2022-06-06 17:54:57.277361000, delta=315000 ns, racy<=15000 ns
17:54:57.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.278047000, lastModified=2022-06-06 17:54:57.277361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.278047000, lastModified=2022-06-06 17:54:57.277361000, delta=686000 ns, racy<=15000 ns
17:54:57.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.278334000, lastModified=2022-06-06 17:54:57.277361000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.278334000, lastModified=2022-06-06 17:54:57.277361000, delta=973000 ns, racy<=15000 ns
17:54:57.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.282610000, lastModified=2022-06-06 17:54:57.278362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.278362000 to 2022-06-06 17:54:57.282362000
17:54:57.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.282885000, lastModified=2022-06-06 17:54:57.282362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.282885000, lastModified=2022-06-06 17:54:57.282362000, delta=523000 ns, racy<=15000 ns
17:54:57.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.283219000, lastModified=2022-06-06 17:54:57.282362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.283219000, lastModified=2022-06-06 17:54:57.282362000, delta=857000 ns, racy<=15000 ns
17:54:57.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.283614000, lastModified=2022-06-06 17:54:57.283362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.283614000, lastModified=2022-06-06 17:54:57.283362000, delta=252000 ns, racy<=15000 ns
17:54:57.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.283904000, lastModified=2022-06-06 17:54:57.283362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.283904000, lastModified=2022-06-06 17:54:57.283362000, delta=542000 ns, racy<=15000 ns
17:54:57.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.284174000, lastModified=2022-06-06 17:54:57.283362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.284174000, lastModified=2022-06-06 17:54:57.283362000, delta=812000 ns, racy<=15000 ns
17:54:57.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.284449000, lastModified=2022-06-06 17:54:57.283362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.283362000 to 2022-06-06 17:54:57.284362000
17:54:57.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.284710000, lastModified=2022-06-06 17:54:57.284362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.284710000, lastModified=2022-06-06 17:54:57.284362000, delta=348000 ns, racy<=15000 ns
17:54:57.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.284988000, lastModified=2022-06-06 17:54:57.284362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.284988000, lastModified=2022-06-06 17:54:57.284362000, delta=626000 ns, racy<=15000 ns
17:54:57.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.285271000, lastModified=2022-06-06 17:54:57.284362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.285271000, lastModified=2022-06-06 17:54:57.284362000, delta=909000 ns, racy<=15000 ns
17:54:57.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.285556000, lastModified=2022-06-06 17:54:57.285362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.285556000, lastModified=2022-06-06 17:54:57.285362000, delta=194000 ns, racy<=15000 ns
17:54:57.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.285888000, lastModified=2022-06-06 17:54:57.285362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.285888000, lastModified=2022-06-06 17:54:57.285362000, delta=526000 ns, racy<=15000 ns
17:54:57.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.286195000, lastModified=2022-06-06 17:54:57.285362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.286195000, lastModified=2022-06-06 17:54:57.285362000, delta=833000 ns, racy<=15000 ns
17:54:57.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.286480000, lastModified=2022-06-06 17:54:57.285362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.285362000 to 2022-06-06 17:54:57.286362000
17:54:57.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.286721000, lastModified=2022-06-06 17:54:57.286362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.286721000, lastModified=2022-06-06 17:54:57.286362000, delta=359000 ns, racy<=15000 ns
17:54:57.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.286969000, lastModified=2022-06-06 17:54:57.286362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.286969000, lastModified=2022-06-06 17:54:57.286362000, delta=607000 ns, racy<=15000 ns
17:54:57.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.287228000, lastModified=2022-06-06 17:54:57.286362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.287228000, lastModified=2022-06-06 17:54:57.286362000, delta=866000 ns, racy<=15000 ns
17:54:57.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.287477000, lastModified=2022-06-06 17:54:57.286362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.286362000 to 2022-06-06 17:54:57.287362000
17:54:57.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.287711000, lastModified=2022-06-06 17:54:57.287362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.287711000, lastModified=2022-06-06 17:54:57.287362000, delta=349000 ns, racy<=15000 ns
17:54:57.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.287958000, lastModified=2022-06-06 17:54:57.287362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.287958000, lastModified=2022-06-06 17:54:57.287362000, delta=596000 ns, racy<=15000 ns
17:54:57.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.288259000, lastModified=2022-06-06 17:54:57.287362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.288259000, lastModified=2022-06-06 17:54:57.287362000, delta=897000 ns, racy<=15000 ns
17:54:57.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.288529000, lastModified=2022-06-06 17:54:57.287362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.287362000 to 2022-06-06 17:54:57.288362000
17:54:57.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.288782000, lastModified=2022-06-06 17:54:57.288362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.288782000, lastModified=2022-06-06 17:54:57.288362000, delta=420000 ns, racy<=15000 ns
17:54:57.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.289059000, lastModified=2022-06-06 17:54:57.288362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.289059000, lastModified=2022-06-06 17:54:57.288362000, delta=697000 ns, racy<=15000 ns
17:54:57.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.289342000, lastModified=2022-06-06 17:54:57.288362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.289342000, lastModified=2022-06-06 17:54:57.288362000, delta=980000 ns, racy<=15000 ns
17:54:57.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.289610000, lastModified=2022-06-06 17:54:57.289362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.289610000, lastModified=2022-06-06 17:54:57.289362000, delta=248000 ns, racy<=15000 ns
17:54:57.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.289857000, lastModified=2022-06-06 17:54:57.289362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.289857000, lastModified=2022-06-06 17:54:57.289362000, delta=495000 ns, racy<=15000 ns
17:54:57.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.290105000, lastModified=2022-06-06 17:54:57.289362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.290105000, lastModified=2022-06-06 17:54:57.289362000, delta=743000 ns, racy<=15000 ns
17:54:57.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.290348000, lastModified=2022-06-06 17:54:57.289362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.290348000, lastModified=2022-06-06 17:54:57.289362000, delta=986000 ns, racy<=15000 ns
17:54:57.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.290605000, lastModified=2022-06-06 17:54:57.290362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.290605000, lastModified=2022-06-06 17:54:57.290362000, delta=243000 ns, racy<=15000 ns
17:54:57.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.290851000, lastModified=2022-06-06 17:54:57.290362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.290851000, lastModified=2022-06-06 17:54:57.290362000, delta=489000 ns, racy<=15000 ns
17:54:57.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.291114000, lastModified=2022-06-06 17:54:57.290362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.291114000, lastModified=2022-06-06 17:54:57.290362000, delta=752000 ns, racy<=15000 ns
17:54:57.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.291358000, lastModified=2022-06-06 17:54:57.290362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.291358000, lastModified=2022-06-06 17:54:57.290362000, delta=996000 ns, racy<=15000 ns
17:54:57.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.291605000, lastModified=2022-06-06 17:54:57.291362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.291605000, lastModified=2022-06-06 17:54:57.291362000, delta=243000 ns, racy<=15000 ns
17:54:57.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.291849000, lastModified=2022-06-06 17:54:57.291362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.291849000, lastModified=2022-06-06 17:54:57.291362000, delta=487000 ns, racy<=15000 ns
17:54:57.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.296076000, lastModified=2022-06-06 17:54:57.291362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.291362000 to 2022-06-06 17:54:57.295362000
17:54:57.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.296341000, lastModified=2022-06-06 17:54:57.295362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.296341000, lastModified=2022-06-06 17:54:57.295362000, delta=979000 ns, racy<=15000 ns
17:54:57.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.296625000, lastModified=2022-06-06 17:54:57.296362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.296625000, lastModified=2022-06-06 17:54:57.296362000, delta=263000 ns, racy<=15000 ns
17:54:57.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.296877000, lastModified=2022-06-06 17:54:57.296362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.296877000, lastModified=2022-06-06 17:54:57.296362000, delta=515000 ns, racy<=15000 ns
17:54:57.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.348017000, lastModified=2022-06-06 17:54:57.296362000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.296362000 to 2022-06-06 17:54:57.347363000
17:54:57.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.371667000, lastModified=2022-06-06 17:54:57.371364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.371667000, lastModified=2022-06-06 17:54:57.371364000, delta=303000 ns, racy<=15000 ns
17:54:57.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.372173000, lastModified=2022-06-06 17:54:57.371364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.372173000, lastModified=2022-06-06 17:54:57.371364000, delta=809000 ns, racy<=15000 ns
17:54:57.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.372453000, lastModified=2022-06-06 17:54:57.371364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.371364000 to 2022-06-06 17:54:57.372364000
17:54:57.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.372707000, lastModified=2022-06-06 17:54:57.372364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.372707000, lastModified=2022-06-06 17:54:57.372364000, delta=343000 ns, racy<=15000 ns
17:54:57.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.372992000, lastModified=2022-06-06 17:54:57.372364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.372992000, lastModified=2022-06-06 17:54:57.372364000, delta=628000 ns, racy<=15000 ns
17:54:57.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.373259000, lastModified=2022-06-06 17:54:57.372364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.373259000, lastModified=2022-06-06 17:54:57.372364000, delta=895000 ns, racy<=15000 ns
17:54:57.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.373521000, lastModified=2022-06-06 17:54:57.372364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.372364000 to 2022-06-06 17:54:57.373364000
17:54:57.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.373756000, lastModified=2022-06-06 17:54:57.373364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.373756000, lastModified=2022-06-06 17:54:57.373364000, delta=392000 ns, racy<=15000 ns
17:54:57.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.374002000, lastModified=2022-06-06 17:54:57.373364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.374002000, lastModified=2022-06-06 17:54:57.373364000, delta=638000 ns, racy<=15000 ns
17:54:57.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.374262000, lastModified=2022-06-06 17:54:57.373364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.374262000, lastModified=2022-06-06 17:54:57.373364000, delta=898000 ns, racy<=15000 ns
17:54:57.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.374514000, lastModified=2022-06-06 17:54:57.373364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.373364000 to 2022-06-06 17:54:57.374364000
17:54:57.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.374744000, lastModified=2022-06-06 17:54:57.374364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.374744000, lastModified=2022-06-06 17:54:57.374364000, delta=380000 ns, racy<=15000 ns
17:54:57.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.374987000, lastModified=2022-06-06 17:54:57.374364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.374987000, lastModified=2022-06-06 17:54:57.374364000, delta=623000 ns, racy<=15000 ns
17:54:57.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.375243000, lastModified=2022-06-06 17:54:57.374364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.375243000, lastModified=2022-06-06 17:54:57.374364000, delta=879000 ns, racy<=15000 ns
17:54:57.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.375494000, lastModified=2022-06-06 17:54:57.374364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.374364000 to 2022-06-06 17:54:57.375364000
17:54:57.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.375739000, lastModified=2022-06-06 17:54:57.375364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.375739000, lastModified=2022-06-06 17:54:57.375364000, delta=375000 ns, racy<=15000 ns
17:54:57.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.375979000, lastModified=2022-06-06 17:54:57.375364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.375979000, lastModified=2022-06-06 17:54:57.375364000, delta=615000 ns, racy<=15000 ns
17:54:57.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.376228000, lastModified=2022-06-06 17:54:57.375364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.376228000, lastModified=2022-06-06 17:54:57.375364000, delta=864000 ns, racy<=15000 ns
17:54:57.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.376472000, lastModified=2022-06-06 17:54:57.375364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.375364000 to 2022-06-06 17:54:57.376364000
17:54:57.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.376735000, lastModified=2022-06-06 17:54:57.376364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.376735000, lastModified=2022-06-06 17:54:57.376364000, delta=371000 ns, racy<=15000 ns
17:54:57.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.377005000, lastModified=2022-06-06 17:54:57.376364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.377005000, lastModified=2022-06-06 17:54:57.376364000, delta=641000 ns, racy<=15000 ns
17:54:57.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.377331000, lastModified=2022-06-06 17:54:57.376364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.377331000, lastModified=2022-06-06 17:54:57.376364000, delta=967000 ns, racy<=15000 ns
17:54:57.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.377647000, lastModified=2022-06-06 17:54:57.377364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.377647000, lastModified=2022-06-06 17:54:57.377364000, delta=283000 ns, racy<=15000 ns
17:54:57.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.377913000, lastModified=2022-06-06 17:54:57.377364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.377913000, lastModified=2022-06-06 17:54:57.377364000, delta=549000 ns, racy<=15000 ns
17:54:57.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.378171000, lastModified=2022-06-06 17:54:57.377364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.378171000, lastModified=2022-06-06 17:54:57.377364000, delta=807000 ns, racy<=15000 ns
17:54:57.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.378474000, lastModified=2022-06-06 17:54:57.377364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.377364000 to 2022-06-06 17:54:57.378364000
17:54:57.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.378745000, lastModified=2022-06-06 17:54:57.378364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.378745000, lastModified=2022-06-06 17:54:57.378364000, delta=381000 ns, racy<=15000 ns
17:54:57.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.378995000, lastModified=2022-06-06 17:54:57.378364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.378995000, lastModified=2022-06-06 17:54:57.378364000, delta=631000 ns, racy<=15000 ns
17:54:57.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.379249000, lastModified=2022-06-06 17:54:57.378364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.379249000, lastModified=2022-06-06 17:54:57.378364000, delta=885000 ns, racy<=15000 ns
17:54:57.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.379489000, lastModified=2022-06-06 17:54:57.378364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.378364000 to 2022-06-06 17:54:57.379364000
17:54:57.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.381999000, lastModified=2022-06-06 17:54:57.379364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.379364000 to 2022-06-06 17:54:57.381364000
17:54:57.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.382252000, lastModified=2022-06-06 17:54:57.381364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.382252000, lastModified=2022-06-06 17:54:57.381364000, delta=888000 ns, racy<=15000 ns
17:54:57.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.382523000, lastModified=2022-06-06 17:54:57.381364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.381364000 to 2022-06-06 17:54:57.382364000
17:54:57.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.382757000, lastModified=2022-06-06 17:54:57.382364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.382757000, lastModified=2022-06-06 17:54:57.382364000, delta=393000 ns, racy<=15000 ns
17:54:57.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.383028000, lastModified=2022-06-06 17:54:57.382364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.383028000, lastModified=2022-06-06 17:54:57.382364000, delta=664000 ns, racy<=15000 ns
17:54:57.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.383306000, lastModified=2022-06-06 17:54:57.382364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.383306000, lastModified=2022-06-06 17:54:57.382364000, delta=942000 ns, racy<=15000 ns
17:54:57.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.383592000, lastModified=2022-06-06 17:54:57.383364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.383592000, lastModified=2022-06-06 17:54:57.383364000, delta=228000 ns, racy<=15000 ns
17:54:57.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.383838000, lastModified=2022-06-06 17:54:57.383364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.383838000, lastModified=2022-06-06 17:54:57.383364000, delta=474000 ns, racy<=15000 ns
17:54:57.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.384093000, lastModified=2022-06-06 17:54:57.383364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.384093000, lastModified=2022-06-06 17:54:57.383364000, delta=729000 ns, racy<=15000 ns
17:54:57.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.384402000, lastModified=2022-06-06 17:54:57.383364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.383364000 to 2022-06-06 17:54:57.384364000
17:54:57.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.384782000, lastModified=2022-06-06 17:54:57.384364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.384782000, lastModified=2022-06-06 17:54:57.384364000, delta=418000 ns, racy<=15000 ns
17:54:57.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.385217000, lastModified=2022-06-06 17:54:57.384364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.384364000 to 2022-06-06 17:54:57.386364000
17:54:57.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.387414000, lastModified=2022-06-06 17:54:57.386364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.386364000 to 2022-06-06 17:54:57.387364000
17:54:57.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.387887000, lastModified=2022-06-06 17:54:57.387364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.387887000, lastModified=2022-06-06 17:54:57.387364000, delta=523000 ns, racy<=15000 ns
17:54:57.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.388319000, lastModified=2022-06-06 17:54:57.387364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.388319000, lastModified=2022-06-06 17:54:57.387364000, delta=955000 ns, racy<=15000 ns
17:54:57.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.388694000, lastModified=2022-06-06 17:54:57.388364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.388694000, lastModified=2022-06-06 17:54:57.388364000, delta=330000 ns, racy<=15000 ns
17:54:57.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.389048000, lastModified=2022-06-06 17:54:57.388364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.389048000, lastModified=2022-06-06 17:54:57.388364000, delta=684000 ns, racy<=15000 ns
17:54:57.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.389490000, lastModified=2022-06-06 17:54:57.388364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.388364000 to 2022-06-06 17:54:57.389364000
17:54:57.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.389953000, lastModified=2022-06-06 17:54:57.389364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.389953000, lastModified=2022-06-06 17:54:57.389364000, delta=589000 ns, racy<=15000 ns
17:54:57.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.390424000, lastModified=2022-06-06 17:54:57.389364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.389364000 to 2022-06-06 17:54:57.390364000
17:54:57.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.390759000, lastModified=2022-06-06 17:54:57.390364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.390759000, lastModified=2022-06-06 17:54:57.390364000, delta=395000 ns, racy<=15000 ns
17:54:57.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.391093000, lastModified=2022-06-06 17:54:57.390364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.391093000, lastModified=2022-06-06 17:54:57.390364000, delta=729000 ns, racy<=15000 ns
17:54:57.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.391427000, lastModified=2022-06-06 17:54:57.390364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.390364000 to 2022-06-06 17:54:57.391364000
17:54:57.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.391741000, lastModified=2022-06-06 17:54:57.391364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.391741000, lastModified=2022-06-06 17:54:57.391364000, delta=377000 ns, racy<=15000 ns
17:54:57.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.392066000, lastModified=2022-06-06 17:54:57.391364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.392066000, lastModified=2022-06-06 17:54:57.391364000, delta=702000 ns, racy<=15000 ns
17:54:57.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.392409000, lastModified=2022-06-06 17:54:57.391364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.391364000 to 2022-06-06 17:54:57.392364000
17:54:57.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.392710000, lastModified=2022-06-06 17:54:57.392364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.392710000, lastModified=2022-06-06 17:54:57.392364000, delta=346000 ns, racy<=15000 ns
17:54:57.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.393037000, lastModified=2022-06-06 17:54:57.392364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.393037000, lastModified=2022-06-06 17:54:57.392364000, delta=673000 ns, racy<=15000 ns
17:54:57.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.393373000, lastModified=2022-06-06 17:54:57.392364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.393373000, lastModified=2022-06-06 17:54:57.392364000, delta=1009000 ns, racy<=15000 ns
17:54:57.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.393711000, lastModified=2022-06-06 17:54:57.393364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.393711000, lastModified=2022-06-06 17:54:57.393364000, delta=347000 ns, racy<=15000 ns
17:54:57.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.394055000, lastModified=2022-06-06 17:54:57.393364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.394055000, lastModified=2022-06-06 17:54:57.393364000, delta=691000 ns, racy<=15000 ns
17:54:57.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.394379000, lastModified=2022-06-06 17:54:57.393364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.393364000 to 2022-06-06 17:54:57.394364000
17:54:57.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.394682000, lastModified=2022-06-06 17:54:57.394364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.394682000, lastModified=2022-06-06 17:54:57.394364000, delta=318000 ns, racy<=15000 ns
17:54:57.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.395000000, lastModified=2022-06-06 17:54:57.394364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.395000000, lastModified=2022-06-06 17:54:57.394364000, delta=636000 ns, racy<=15000 ns
17:54:57.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.395287000, lastModified=2022-06-06 17:54:57.394364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.395287000, lastModified=2022-06-06 17:54:57.394364000, delta=923000 ns, racy<=15000 ns
17:54:57.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.397876000, lastModified=2022-06-06 17:54:57.395364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.395364000 to 2022-06-06 17:54:57.397364000
17:54:57.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.398183000, lastModified=2022-06-06 17:54:57.397364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.398183000, lastModified=2022-06-06 17:54:57.397364000, delta=819000 ns, racy<=15000 ns
17:54:57.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.398459000, lastModified=2022-06-06 17:54:57.397364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.397364000 to 2022-06-06 17:54:57.398364000
17:54:57.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.398721000, lastModified=2022-06-06 17:54:57.398364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.398721000, lastModified=2022-06-06 17:54:57.398364000, delta=357000 ns, racy<=15000 ns
17:54:57.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.399005000, lastModified=2022-06-06 17:54:57.398364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.399005000, lastModified=2022-06-06 17:54:57.398364000, delta=641000 ns, racy<=15000 ns
17:54:57.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.399390000, lastModified=2022-06-06 17:54:57.398364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.398364000 to 2022-06-06 17:54:57.399364000
17:54:57.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.399684000, lastModified=2022-06-06 17:54:57.399364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.399684000, lastModified=2022-06-06 17:54:57.399364000, delta=320000 ns, racy<=15000 ns
17:54:57.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.400028000, lastModified=2022-06-06 17:54:57.399364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.400028000, lastModified=2022-06-06 17:54:57.399364000, delta=664000 ns, racy<=15000 ns
17:54:57.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.400369000, lastModified=2022-06-06 17:54:57.399364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.400369000, lastModified=2022-06-06 17:54:57.399364000, delta=1005000 ns, racy<=15000 ns
17:54:57.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.400704000, lastModified=2022-06-06 17:54:57.400364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.400704000, lastModified=2022-06-06 17:54:57.400364000, delta=340000 ns, racy<=15000 ns
17:54:57.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.401049000, lastModified=2022-06-06 17:54:57.400364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.401049000, lastModified=2022-06-06 17:54:57.400364000, delta=685000 ns, racy<=15000 ns
17:54:57.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.401363000, lastModified=2022-06-06 17:54:57.400364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.401363000, lastModified=2022-06-06 17:54:57.400364000, delta=999000 ns, racy<=15000 ns
17:54:57.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.401636000, lastModified=2022-06-06 17:54:57.401364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.401636000, lastModified=2022-06-06 17:54:57.401364000, delta=272000 ns, racy<=15000 ns
17:54:57.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.401901000, lastModified=2022-06-06 17:54:57.401364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.401901000, lastModified=2022-06-06 17:54:57.401364000, delta=537000 ns, racy<=15000 ns
17:54:57.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.402389000, lastModified=2022-06-06 17:54:57.401364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.401364000 to 2022-06-06 17:54:57.402364000
17:54:57.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.402685000, lastModified=2022-06-06 17:54:57.402364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.402685000, lastModified=2022-06-06 17:54:57.402364000, delta=321000 ns, racy<=15000 ns
17:54:57.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.402979000, lastModified=2022-06-06 17:54:57.402364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.402979000, lastModified=2022-06-06 17:54:57.402364000, delta=615000 ns, racy<=15000 ns
17:54:57.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.403251000, lastModified=2022-06-06 17:54:57.402364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.403251000, lastModified=2022-06-06 17:54:57.402364000, delta=887000 ns, racy<=15000 ns
17:54:57.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.403514000, lastModified=2022-06-06 17:54:57.402364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.402364000 to 2022-06-06 17:54:57.403364000
17:54:57.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.403772000, lastModified=2022-06-06 17:54:57.403364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.403772000, lastModified=2022-06-06 17:54:57.403364000, delta=408000 ns, racy<=15000 ns
17:54:57.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.404037000, lastModified=2022-06-06 17:54:57.403364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.404037000, lastModified=2022-06-06 17:54:57.403364000, delta=673000 ns, racy<=15000 ns
17:54:57.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.404337000, lastModified=2022-06-06 17:54:57.403364000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.403364000 to 2022-06-06 17:54:57.406365000
17:54:57.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.406701000, lastModified=2022-06-06 17:54:57.406365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.406701000, lastModified=2022-06-06 17:54:57.406365000, delta=336000 ns, racy<=15000 ns
17:54:57.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.410914000, lastModified=2022-06-06 17:54:57.410365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.410914000, lastModified=2022-06-06 17:54:57.410365000, delta=549000 ns, racy<=15000 ns
17:54:57.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.411227000, lastModified=2022-06-06 17:54:57.410365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.411227000, lastModified=2022-06-06 17:54:57.410365000, delta=862000 ns, racy<=15000 ns
17:54:57.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.411551000, lastModified=2022-06-06 17:54:57.411365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.411551000, lastModified=2022-06-06 17:54:57.411365000, delta=186000 ns, racy<=15000 ns
17:54:57.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.411814000, lastModified=2022-06-06 17:54:57.411365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.411814000, lastModified=2022-06-06 17:54:57.411365000, delta=449000 ns, racy<=15000 ns
17:54:57.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.412105000, lastModified=2022-06-06 17:54:57.411365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.412105000, lastModified=2022-06-06 17:54:57.411365000, delta=740000 ns, racy<=15000 ns
17:54:57.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.412365000, lastModified=2022-06-06 17:54:57.411365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.412365000, lastModified=2022-06-06 17:54:57.411365000, delta=1000000 ns, racy<=15000 ns
17:54:57.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.412677000, lastModified=2022-06-06 17:54:57.412365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.412677000, lastModified=2022-06-06 17:54:57.412365000, delta=312000 ns, racy<=15000 ns
17:54:57.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.412964000, lastModified=2022-06-06 17:54:57.412365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.412964000, lastModified=2022-06-06 17:54:57.412365000, delta=599000 ns, racy<=15000 ns
17:54:57.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.413225000, lastModified=2022-06-06 17:54:57.412365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.413225000, lastModified=2022-06-06 17:54:57.412365000, delta=860000 ns, racy<=15000 ns
17:54:57.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.413490000, lastModified=2022-06-06 17:54:57.412365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.412365000 to 2022-06-06 17:54:57.413365000
17:54:57.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.413750000, lastModified=2022-06-06 17:54:57.413365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.413750000, lastModified=2022-06-06 17:54:57.413365000, delta=385000 ns, racy<=15000 ns
17:54:57.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.414008000, lastModified=2022-06-06 17:54:57.413365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.414008000, lastModified=2022-06-06 17:54:57.413365000, delta=643000 ns, racy<=15000 ns
17:54:57.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.417692000, lastModified=2022-06-06 17:54:57.413365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.413365000 to 2022-06-06 17:54:57.417365000
17:54:57.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.417985000, lastModified=2022-06-06 17:54:57.417365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.417985000, lastModified=2022-06-06 17:54:57.417365000, delta=620000 ns, racy<=15000 ns
17:54:57.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.418278000, lastModified=2022-06-06 17:54:57.417365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.418278000, lastModified=2022-06-06 17:54:57.417365000, delta=913000 ns, racy<=15000 ns
17:54:57.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.418604000, lastModified=2022-06-06 17:54:57.418365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.418604000, lastModified=2022-06-06 17:54:57.418365000, delta=239000 ns, racy<=15000 ns
17:54:57.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.418873000, lastModified=2022-06-06 17:54:57.418365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.418873000, lastModified=2022-06-06 17:54:57.418365000, delta=508000 ns, racy<=15000 ns
17:54:57.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.419207000, lastModified=2022-06-06 17:54:57.418365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.419207000, lastModified=2022-06-06 17:54:57.418365000, delta=842000 ns, racy<=15000 ns
17:54:57.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.419539000, lastModified=2022-06-06 17:54:57.418365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.418365000 to 2022-06-06 17:54:57.419365000
17:54:57.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.419793000, lastModified=2022-06-06 17:54:57.419365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.419793000, lastModified=2022-06-06 17:54:57.419365000, delta=428000 ns, racy<=15000 ns
17:54:57.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.420053000, lastModified=2022-06-06 17:54:57.419365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.420053000, lastModified=2022-06-06 17:54:57.419365000, delta=688000 ns, racy<=15000 ns
17:54:57.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.420329000, lastModified=2022-06-06 17:54:57.419365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.420329000, lastModified=2022-06-06 17:54:57.419365000, delta=964000 ns, racy<=15000 ns
17:54:57.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.420601000, lastModified=2022-06-06 17:54:57.420365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.420601000, lastModified=2022-06-06 17:54:57.420365000, delta=236000 ns, racy<=15000 ns
17:54:57.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.420871000, lastModified=2022-06-06 17:54:57.420365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.420871000, lastModified=2022-06-06 17:54:57.420365000, delta=506000 ns, racy<=15000 ns
17:54:57.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.421149000, lastModified=2022-06-06 17:54:57.420365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.421149000, lastModified=2022-06-06 17:54:57.420365000, delta=784000 ns, racy<=15000 ns
17:54:57.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.421451000, lastModified=2022-06-06 17:54:57.420365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.420365000 to 2022-06-06 17:54:57.421365000
17:54:57.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.421749000, lastModified=2022-06-06 17:54:57.421365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.421749000, lastModified=2022-06-06 17:54:57.421365000, delta=384000 ns, racy<=15000 ns
17:54:57.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.422018000, lastModified=2022-06-06 17:54:57.421365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.422018000, lastModified=2022-06-06 17:54:57.421365000, delta=653000 ns, racy<=15000 ns
17:54:57.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.422285000, lastModified=2022-06-06 17:54:57.421365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.422285000, lastModified=2022-06-06 17:54:57.421365000, delta=920000 ns, racy<=15000 ns
17:54:57.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.422548000, lastModified=2022-06-06 17:54:57.422365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.422548000, lastModified=2022-06-06 17:54:57.422365000, delta=183000 ns, racy<=15000 ns
17:54:57.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.422832000, lastModified=2022-06-06 17:54:57.422365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.422832000, lastModified=2022-06-06 17:54:57.422365000, delta=467000 ns, racy<=15000 ns
17:54:57.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.423112000, lastModified=2022-06-06 17:54:57.422365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.423112000, lastModified=2022-06-06 17:54:57.422365000, delta=747000 ns, racy<=15000 ns
17:54:57.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.423403000, lastModified=2022-06-06 17:54:57.422365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.423403000, lastModified=2022-06-06 17:54:57.422365000, delta=1038000 ns, racy<=15000 ns
17:54:57.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.423668000, lastModified=2022-06-06 17:54:57.423365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.423668000, lastModified=2022-06-06 17:54:57.423365000, delta=303000 ns, racy<=15000 ns
17:54:57.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.423928000, lastModified=2022-06-06 17:54:57.423365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.423928000, lastModified=2022-06-06 17:54:57.423365000, delta=563000 ns, racy<=15000 ns
17:54:57.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.447992000, lastModified=2022-06-06 17:54:57.423365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.423365000 to 2022-06-06 17:54:57.447365000
17:54:57.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.448317000, lastModified=2022-06-06 17:54:57.447365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.448317000, lastModified=2022-06-06 17:54:57.447365000, delta=952000 ns, racy<=15000 ns
17:54:57.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.448627000, lastModified=2022-06-06 17:54:57.448365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.448627000, lastModified=2022-06-06 17:54:57.448365000, delta=262000 ns, racy<=15000 ns
17:54:57.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.448899000, lastModified=2022-06-06 17:54:57.448365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.448899000, lastModified=2022-06-06 17:54:57.448365000, delta=534000 ns, racy<=15000 ns
17:54:57.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.449189000, lastModified=2022-06-06 17:54:57.448365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.449189000, lastModified=2022-06-06 17:54:57.448365000, delta=824000 ns, racy<=15000 ns
17:54:57.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.449482000, lastModified=2022-06-06 17:54:57.448365000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.448365000 to 2022-06-06 17:54:57.449366000
17:54:57.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.449723000, lastModified=2022-06-06 17:54:57.449366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.449723000, lastModified=2022-06-06 17:54:57.449366000, delta=357000 ns, racy<=15000 ns
17:54:57.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.450107000, lastModified=2022-06-06 17:54:57.449366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.450107000, lastModified=2022-06-06 17:54:57.449366000, delta=741000 ns, racy<=15000 ns
17:54:57.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.450381000, lastModified=2022-06-06 17:54:57.449366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.450381000, lastModified=2022-06-06 17:54:57.449366000, delta=1015000 ns, racy<=15000 ns
17:54:57.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.450670000, lastModified=2022-06-06 17:54:57.450366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.450670000, lastModified=2022-06-06 17:54:57.450366000, delta=304000 ns, racy<=15000 ns
17:54:57.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.450947000, lastModified=2022-06-06 17:54:57.450366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.450947000, lastModified=2022-06-06 17:54:57.450366000, delta=581000 ns, racy<=15000 ns
17:54:57.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.451203000, lastModified=2022-06-06 17:54:57.450366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.451203000, lastModified=2022-06-06 17:54:57.450366000, delta=837000 ns, racy<=15000 ns
17:54:57.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.454647000, lastModified=2022-06-06 17:54:57.450366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.450366000 to 2022-06-06 17:54:57.454366000
17:54:57.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.454958000, lastModified=2022-06-06 17:54:57.454366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.454958000, lastModified=2022-06-06 17:54:57.454366000, delta=592000 ns, racy<=15000 ns
17:54:57.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.455237000, lastModified=2022-06-06 17:54:57.454366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.455237000, lastModified=2022-06-06 17:54:57.454366000, delta=871000 ns, racy<=15000 ns
17:54:57.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.455508000, lastModified=2022-06-06 17:54:57.454366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.454366000 to 2022-06-06 17:54:57.455366000
17:54:57.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.455746000, lastModified=2022-06-06 17:54:57.455366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.455746000, lastModified=2022-06-06 17:54:57.455366000, delta=380000 ns, racy<=15000 ns
17:54:57.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.456005000, lastModified=2022-06-06 17:54:57.455366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.456005000, lastModified=2022-06-06 17:54:57.455366000, delta=639000 ns, racy<=15000 ns
17:54:57.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.456267000, lastModified=2022-06-06 17:54:57.455366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.456267000, lastModified=2022-06-06 17:54:57.455366000, delta=901000 ns, racy<=15000 ns
17:54:57.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.456532000, lastModified=2022-06-06 17:54:57.455366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.455366000 to 2022-06-06 17:54:57.456366000
17:54:57.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.456779000, lastModified=2022-06-06 17:54:57.456366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.456779000, lastModified=2022-06-06 17:54:57.456366000, delta=413000 ns, racy<=15000 ns
17:54:57.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.457041000, lastModified=2022-06-06 17:54:57.456366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.457041000, lastModified=2022-06-06 17:54:57.456366000, delta=675000 ns, racy<=15000 ns
17:54:57.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.457304000, lastModified=2022-06-06 17:54:57.456366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.457304000, lastModified=2022-06-06 17:54:57.456366000, delta=938000 ns, racy<=15000 ns
17:54:57.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.457551000, lastModified=2022-06-06 17:54:57.457366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.457551000, lastModified=2022-06-06 17:54:57.457366000, delta=185000 ns, racy<=15000 ns
17:54:57.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.457795000, lastModified=2022-06-06 17:54:57.457366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.457795000, lastModified=2022-06-06 17:54:57.457366000, delta=429000 ns, racy<=15000 ns
17:54:57.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.458057000, lastModified=2022-06-06 17:54:57.457366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.458057000, lastModified=2022-06-06 17:54:57.457366000, delta=691000 ns, racy<=15000 ns
17:54:57.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.458314000, lastModified=2022-06-06 17:54:57.457366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.458314000, lastModified=2022-06-06 17:54:57.457366000, delta=948000 ns, racy<=15000 ns
17:54:57.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.458563000, lastModified=2022-06-06 17:54:57.458366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.458563000, lastModified=2022-06-06 17:54:57.458366000, delta=197000 ns, racy<=15000 ns
17:54:57.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.458805000, lastModified=2022-06-06 17:54:57.458366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.458805000, lastModified=2022-06-06 17:54:57.458366000, delta=439000 ns, racy<=15000 ns
17:54:57.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.459110000, lastModified=2022-06-06 17:54:57.458366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.459110000, lastModified=2022-06-06 17:54:57.458366000, delta=744000 ns, racy<=15000 ns
17:54:57.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.459382000, lastModified=2022-06-06 17:54:57.458366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.459382000, lastModified=2022-06-06 17:54:57.458366000, delta=1016000 ns, racy<=15000 ns
17:54:57.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.459676000, lastModified=2022-06-06 17:54:57.459366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.459676000, lastModified=2022-06-06 17:54:57.459366000, delta=310000 ns, racy<=15000 ns
17:54:57.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.459955000, lastModified=2022-06-06 17:54:57.459366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.459955000, lastModified=2022-06-06 17:54:57.459366000, delta=589000 ns, racy<=15000 ns
17:54:57.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.460211000, lastModified=2022-06-06 17:54:57.459366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.460211000, lastModified=2022-06-06 17:54:57.459366000, delta=845000 ns, racy<=15000 ns
17:54:57.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.460453000, lastModified=2022-06-06 17:54:57.459366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.459366000 to 2022-06-06 17:54:57.460366000
17:54:57.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.460718000, lastModified=2022-06-06 17:54:57.460366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.460718000, lastModified=2022-06-06 17:54:57.460366000, delta=352000 ns, racy<=15000 ns
17:54:57.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.460967000, lastModified=2022-06-06 17:54:57.460366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.460967000, lastModified=2022-06-06 17:54:57.460366000, delta=601000 ns, racy<=15000 ns
17:54:57.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.461225000, lastModified=2022-06-06 17:54:57.460366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.461225000, lastModified=2022-06-06 17:54:57.460366000, delta=859000 ns, racy<=15000 ns
17:54:57.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.461481000, lastModified=2022-06-06 17:54:57.460366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.460366000 to 2022-06-06 17:54:57.461366000
17:54:57.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.461716000, lastModified=2022-06-06 17:54:57.461366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.461716000, lastModified=2022-06-06 17:54:57.461366000, delta=350000 ns, racy<=15000 ns
17:54:57.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.461953000, lastModified=2022-06-06 17:54:57.461366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.461953000, lastModified=2022-06-06 17:54:57.461366000, delta=587000 ns, racy<=15000 ns
17:54:57.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.462197000, lastModified=2022-06-06 17:54:57.461366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.462197000, lastModified=2022-06-06 17:54:57.461366000, delta=831000 ns, racy<=15000 ns
17:54:57.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.462467000, lastModified=2022-06-06 17:54:57.461366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.461366000 to 2022-06-06 17:54:57.462366000
17:54:57.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.462774000, lastModified=2022-06-06 17:54:57.462366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.462774000, lastModified=2022-06-06 17:54:57.462366000, delta=408000 ns, racy<=15000 ns
17:54:57.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.463101000, lastModified=2022-06-06 17:54:57.462366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.463101000, lastModified=2022-06-06 17:54:57.462366000, delta=735000 ns, racy<=15000 ns
17:54:57.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.463386000, lastModified=2022-06-06 17:54:57.462366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.463386000, lastModified=2022-06-06 17:54:57.462366000, delta=1020000 ns, racy<=15000 ns
17:54:57.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.463641000, lastModified=2022-06-06 17:54:57.463366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.463641000, lastModified=2022-06-06 17:54:57.463366000, delta=275000 ns, racy<=15000 ns
17:54:57.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.467882000, lastModified=2022-06-06 17:54:57.463366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.463366000 to 2022-06-06 17:54:57.467366000
17:54:57.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.468154000, lastModified=2022-06-06 17:54:57.467366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.468154000, lastModified=2022-06-06 17:54:57.467366000, delta=788000 ns, racy<=15000 ns
17:54:57.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.468396000, lastModified=2022-06-06 17:54:57.467366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.468396000, lastModified=2022-06-06 17:54:57.467366000, delta=1030000 ns, racy<=15000 ns
17:54:57.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.468685000, lastModified=2022-06-06 17:54:57.468366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.468685000, lastModified=2022-06-06 17:54:57.468366000, delta=319000 ns, racy<=15000 ns
17:54:57.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.468974000, lastModified=2022-06-06 17:54:57.468366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.468974000, lastModified=2022-06-06 17:54:57.468366000, delta=608000 ns, racy<=15000 ns
17:54:57.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.469284000, lastModified=2022-06-06 17:54:57.468366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.469284000, lastModified=2022-06-06 17:54:57.468366000, delta=918000 ns, racy<=15000 ns
17:54:57.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.469538000, lastModified=2022-06-06 17:54:57.468366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.468366000 to 2022-06-06 17:54:57.469366000
17:54:57.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.469794000, lastModified=2022-06-06 17:54:57.469366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.469794000, lastModified=2022-06-06 17:54:57.469366000, delta=428000 ns, racy<=15000 ns
17:54:57.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.470055000, lastModified=2022-06-06 17:54:57.469366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.470055000, lastModified=2022-06-06 17:54:57.469366000, delta=689000 ns, racy<=15000 ns
17:54:57.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.470334000, lastModified=2022-06-06 17:54:57.469366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.470334000, lastModified=2022-06-06 17:54:57.469366000, delta=968000 ns, racy<=15000 ns
17:54:57.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.470591000, lastModified=2022-06-06 17:54:57.470366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.470591000, lastModified=2022-06-06 17:54:57.470366000, delta=225000 ns, racy<=15000 ns
17:54:57.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.471031000, lastModified=2022-06-06 17:54:57.470366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.471031000, lastModified=2022-06-06 17:54:57.470366000, delta=665000 ns, racy<=15000 ns
17:54:57.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.471341000, lastModified=2022-06-06 17:54:57.470366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.471341000, lastModified=2022-06-06 17:54:57.470366000, delta=975000 ns, racy<=15000 ns
17:54:57.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.471631000, lastModified=2022-06-06 17:54:57.471366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.471631000, lastModified=2022-06-06 17:54:57.471366000, delta=265000 ns, racy<=15000 ns
17:54:57.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.471886000, lastModified=2022-06-06 17:54:57.471366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.471886000, lastModified=2022-06-06 17:54:57.471366000, delta=520000 ns, racy<=15000 ns
17:54:57.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.472184000, lastModified=2022-06-06 17:54:57.471366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.472184000, lastModified=2022-06-06 17:54:57.471366000, delta=818000 ns, racy<=15000 ns
17:54:57.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.472434000, lastModified=2022-06-06 17:54:57.471366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.471366000 to 2022-06-06 17:54:57.472366000
17:54:57.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.472673000, lastModified=2022-06-06 17:54:57.472366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.472673000, lastModified=2022-06-06 17:54:57.472366000, delta=307000 ns, racy<=15000 ns
17:54:57.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.472928000, lastModified=2022-06-06 17:54:57.472366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.472928000, lastModified=2022-06-06 17:54:57.472366000, delta=562000 ns, racy<=15000 ns
17:54:57.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.473252000, lastModified=2022-06-06 17:54:57.472366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.473252000, lastModified=2022-06-06 17:54:57.472366000, delta=886000 ns, racy<=15000 ns
17:54:57.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.473514000, lastModified=2022-06-06 17:54:57.472366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.472366000 to 2022-06-06 17:54:57.473366000
17:54:57.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.473768000, lastModified=2022-06-06 17:54:57.473366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.473768000, lastModified=2022-06-06 17:54:57.473366000, delta=402000 ns, racy<=15000 ns
17:54:57.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.474029000, lastModified=2022-06-06 17:54:57.473366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.474029000, lastModified=2022-06-06 17:54:57.473366000, delta=663000 ns, racy<=15000 ns
17:54:57.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.474290000, lastModified=2022-06-06 17:54:57.473366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.474290000, lastModified=2022-06-06 17:54:57.473366000, delta=924000 ns, racy<=15000 ns
17:54:57.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.474560000, lastModified=2022-06-06 17:54:57.474366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.474560000, lastModified=2022-06-06 17:54:57.474366000, delta=194000 ns, racy<=15000 ns
17:54:57.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.474846000, lastModified=2022-06-06 17:54:57.474366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.474846000, lastModified=2022-06-06 17:54:57.474366000, delta=480000 ns, racy<=15000 ns
17:54:57.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.475113000, lastModified=2022-06-06 17:54:57.474366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.475113000, lastModified=2022-06-06 17:54:57.474366000, delta=747000 ns, racy<=15000 ns
17:54:57.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.475403000, lastModified=2022-06-06 17:54:57.474366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.475403000, lastModified=2022-06-06 17:54:57.474366000, delta=1037000 ns, racy<=15000 ns
17:54:57.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.475743000, lastModified=2022-06-06 17:54:57.475366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.475743000, lastModified=2022-06-06 17:54:57.475366000, delta=377000 ns, racy<=15000 ns
17:54:57.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.476088000, lastModified=2022-06-06 17:54:57.475366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.476088000, lastModified=2022-06-06 17:54:57.475366000, delta=722000 ns, racy<=15000 ns
17:54:57.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.476403000, lastModified=2022-06-06 17:54:57.475366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.475366000 to 2022-06-06 17:54:57.476366000
17:54:57.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.476652000, lastModified=2022-06-06 17:54:57.476366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.476652000, lastModified=2022-06-06 17:54:57.476366000, delta=286000 ns, racy<=15000 ns
17:54:57.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.476898000, lastModified=2022-06-06 17:54:57.476366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.476898000, lastModified=2022-06-06 17:54:57.476366000, delta=532000 ns, racy<=15000 ns
17:54:57.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.477168000, lastModified=2022-06-06 17:54:57.476366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.477168000, lastModified=2022-06-06 17:54:57.476366000, delta=802000 ns, racy<=15000 ns
17:54:57.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.477453000, lastModified=2022-06-06 17:54:57.476366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.476366000 to 2022-06-06 17:54:57.477366000
17:54:57.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.479901000, lastModified=2022-06-06 17:54:57.477366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.477366000 to 2022-06-06 17:54:57.479366000
17:54:57.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.480297000, lastModified=2022-06-06 17:54:57.479366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.480297000, lastModified=2022-06-06 17:54:57.479366000, delta=931000 ns, racy<=15000 ns
17:54:57.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.480586000, lastModified=2022-06-06 17:54:57.480366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.480586000, lastModified=2022-06-06 17:54:57.480366000, delta=220000 ns, racy<=15000 ns
17:54:57.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.480871000, lastModified=2022-06-06 17:54:57.480366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.480871000, lastModified=2022-06-06 17:54:57.480366000, delta=505000 ns, racy<=15000 ns
17:54:57.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.481142000, lastModified=2022-06-06 17:54:57.480366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.481142000, lastModified=2022-06-06 17:54:57.480366000, delta=776000 ns, racy<=15000 ns
17:54:57.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.481404000, lastModified=2022-06-06 17:54:57.480366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.481404000, lastModified=2022-06-06 17:54:57.480366000, delta=1038000 ns, racy<=15000 ns
17:54:57.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.481660000, lastModified=2022-06-06 17:54:57.481366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.481660000, lastModified=2022-06-06 17:54:57.481366000, delta=294000 ns, racy<=15000 ns
17:54:57.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.481958000, lastModified=2022-06-06 17:54:57.481366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.481958000, lastModified=2022-06-06 17:54:57.481366000, delta=592000 ns, racy<=15000 ns
17:54:57.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.482232000, lastModified=2022-06-06 17:54:57.481366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.482232000, lastModified=2022-06-06 17:54:57.481366000, delta=866000 ns, racy<=15000 ns
17:54:57.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.482477000, lastModified=2022-06-06 17:54:57.481366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.481366000 to 2022-06-06 17:54:57.482366000
17:54:57.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.482755000, lastModified=2022-06-06 17:54:57.482366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.482755000, lastModified=2022-06-06 17:54:57.482366000, delta=389000 ns, racy<=15000 ns
17:54:57.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.482997000, lastModified=2022-06-06 17:54:57.482366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.482997000, lastModified=2022-06-06 17:54:57.482366000, delta=631000 ns, racy<=15000 ns
17:54:57.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.483250000, lastModified=2022-06-06 17:54:57.482366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.483250000, lastModified=2022-06-06 17:54:57.482366000, delta=884000 ns, racy<=15000 ns
17:54:57.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.483488000, lastModified=2022-06-06 17:54:57.482366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.482366000 to 2022-06-06 17:54:57.483366000
17:54:57.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.483750000, lastModified=2022-06-06 17:54:57.483366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.483750000, lastModified=2022-06-06 17:54:57.483366000, delta=384000 ns, racy<=15000 ns
17:54:57.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.484031000, lastModified=2022-06-06 17:54:57.483366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.484031000, lastModified=2022-06-06 17:54:57.483366000, delta=665000 ns, racy<=15000 ns
17:54:57.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.484292000, lastModified=2022-06-06 17:54:57.483366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.484292000, lastModified=2022-06-06 17:54:57.483366000, delta=926000 ns, racy<=15000 ns
17:54:57.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.484547000, lastModified=2022-06-06 17:54:57.484366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.484547000, lastModified=2022-06-06 17:54:57.484366000, delta=181000 ns, racy<=15000 ns
17:54:57.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.484799000, lastModified=2022-06-06 17:54:57.484366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.484799000, lastModified=2022-06-06 17:54:57.484366000, delta=433000 ns, racy<=15000 ns
17:54:57.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.485040000, lastModified=2022-06-06 17:54:57.484366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.485040000, lastModified=2022-06-06 17:54:57.484366000, delta=674000 ns, racy<=15000 ns
17:54:57.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.485305000, lastModified=2022-06-06 17:54:57.484366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.485305000, lastModified=2022-06-06 17:54:57.484366000, delta=939000 ns, racy<=15000 ns
17:54:57.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.485673000, lastModified=2022-06-06 17:54:57.485366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.485673000, lastModified=2022-06-06 17:54:57.485366000, delta=307000 ns, racy<=15000 ns
17:54:57.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.486066000, lastModified=2022-06-06 17:54:57.485366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.486066000, lastModified=2022-06-06 17:54:57.485366000, delta=700000 ns, racy<=15000 ns
17:54:57.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.486496000, lastModified=2022-06-06 17:54:57.485366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.485366000 to 2022-06-06 17:54:57.486366000
17:54:57.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.486886000, lastModified=2022-06-06 17:54:57.486366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.486886000, lastModified=2022-06-06 17:54:57.486366000, delta=520000 ns, racy<=15000 ns
17:54:57.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.487334000, lastModified=2022-06-06 17:54:57.486366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.487334000, lastModified=2022-06-06 17:54:57.486366000, delta=968000 ns, racy<=15000 ns
17:54:57.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.487742000, lastModified=2022-06-06 17:54:57.487366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.487742000, lastModified=2022-06-06 17:54:57.487366000, delta=376000 ns, racy<=15000 ns
17:54:57.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.488150000, lastModified=2022-06-06 17:54:57.487366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.488150000, lastModified=2022-06-06 17:54:57.487366000, delta=784000 ns, racy<=15000 ns
17:54:57.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.488557000, lastModified=2022-06-06 17:54:57.487366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.487366000 to 2022-06-06 17:54:57.488366000
17:54:57.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.488920000, lastModified=2022-06-06 17:54:57.488366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.488920000, lastModified=2022-06-06 17:54:57.488366000, delta=554000 ns, racy<=15000 ns
17:54:57.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.489313000, lastModified=2022-06-06 17:54:57.488366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.489313000, lastModified=2022-06-06 17:54:57.488366000, delta=947000 ns, racy<=15000 ns
17:54:57.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.489705000, lastModified=2022-06-06 17:54:57.489366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.489705000, lastModified=2022-06-06 17:54:57.489366000, delta=339000 ns, racy<=15000 ns
17:54:57.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.490092000, lastModified=2022-06-06 17:54:57.489366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.490092000, lastModified=2022-06-06 17:54:57.489366000, delta=726000 ns, racy<=15000 ns
17:54:57.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.490561000, lastModified=2022-06-06 17:54:57.489366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.489366000 to 2022-06-06 17:54:57.490366000
17:54:57.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.490960000, lastModified=2022-06-06 17:54:57.490366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.490960000, lastModified=2022-06-06 17:54:57.490366000, delta=594000 ns, racy<=15000 ns
17:54:57.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.493671000, lastModified=2022-06-06 17:54:57.490366000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.490366000 to 2022-06-06 17:54:57.493367000
17:54:57.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.494034000, lastModified=2022-06-06 17:54:57.493367000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.494034000, lastModified=2022-06-06 17:54:57.493367000, delta=667000 ns, racy<=15000 ns
17:54:57.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.494315000, lastModified=2022-06-06 17:54:57.493367000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.494315000, lastModified=2022-06-06 17:54:57.493367000, delta=948000 ns, racy<=15000 ns
17:54:57.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.494598000, lastModified=2022-06-06 17:54:57.494367000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.494598000, lastModified=2022-06-06 17:54:57.494367000, delta=231000 ns, racy<=15000 ns
17:54:57.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.494853000, lastModified=2022-06-06 17:54:57.494367000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.494853000, lastModified=2022-06-06 17:54:57.494367000, delta=486000 ns, racy<=15000 ns
17:54:57.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.495110000, lastModified=2022-06-06 17:54:57.494367000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.495110000, lastModified=2022-06-06 17:54:57.494367000, delta=743000 ns, racy<=15000 ns
17:54:57.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.495361000, lastModified=2022-06-06 17:54:57.494367000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.495361000, lastModified=2022-06-06 17:54:57.494367000, delta=994000 ns, racy<=15000 ns
17:54:57.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.495613000, lastModified=2022-06-06 17:54:57.495367000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.495613000, lastModified=2022-06-06 17:54:57.495367000, delta=246000 ns, racy<=15000 ns
17:54:57.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.495859000, lastModified=2022-06-06 17:54:57.495367000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.495859000, lastModified=2022-06-06 17:54:57.495367000, delta=492000 ns, racy<=15000 ns
17:54:57.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.496108000, lastModified=2022-06-06 17:54:57.495367000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.496108000, lastModified=2022-06-06 17:54:57.495367000, delta=741000 ns, racy<=15000 ns
17:54:57.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.548053000, lastModified=2022-06-06 17:54:57.495367000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.495367000 to 2022-06-06 17:54:57.547368000
17:54:57.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.548478000, lastModified=2022-06-06 17:54:57.547368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.547368000 to 2022-06-06 17:54:57.548368000
17:54:57.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.548725000, lastModified=2022-06-06 17:54:57.548368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.548725000, lastModified=2022-06-06 17:54:57.548368000, delta=357000 ns, racy<=15000 ns
17:54:57.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.548976000, lastModified=2022-06-06 17:54:57.548368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.548976000, lastModified=2022-06-06 17:54:57.548368000, delta=608000 ns, racy<=15000 ns
17:54:57.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.549227000, lastModified=2022-06-06 17:54:57.548368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.549227000, lastModified=2022-06-06 17:54:57.548368000, delta=859000 ns, racy<=15000 ns
17:54:57.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.549460000, lastModified=2022-06-06 17:54:57.548368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.548368000 to 2022-06-06 17:54:57.549368000
17:54:57.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.549687000, lastModified=2022-06-06 17:54:57.549368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.549687000, lastModified=2022-06-06 17:54:57.549368000, delta=319000 ns, racy<=15000 ns
17:54:57.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.549929000, lastModified=2022-06-06 17:54:57.549368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.549929000, lastModified=2022-06-06 17:54:57.549368000, delta=561000 ns, racy<=15000 ns
17:54:57.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.550166000, lastModified=2022-06-06 17:54:57.549368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.550166000, lastModified=2022-06-06 17:54:57.549368000, delta=798000 ns, racy<=15000 ns
17:54:57.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.550396000, lastModified=2022-06-06 17:54:57.549368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.550396000, lastModified=2022-06-06 17:54:57.549368000, delta=1028000 ns, racy<=15000 ns
17:54:57.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.550632000, lastModified=2022-06-06 17:54:57.550368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.550632000, lastModified=2022-06-06 17:54:57.550368000, delta=264000 ns, racy<=15000 ns
17:54:57.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.550858000, lastModified=2022-06-06 17:54:57.550368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.550858000, lastModified=2022-06-06 17:54:57.550368000, delta=490000 ns, racy<=15000 ns
17:54:57.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.551097000, lastModified=2022-06-06 17:54:57.550368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.551097000, lastModified=2022-06-06 17:54:57.550368000, delta=729000 ns, racy<=15000 ns
17:54:57.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.551327000, lastModified=2022-06-06 17:54:57.550368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.551327000, lastModified=2022-06-06 17:54:57.550368000, delta=959000 ns, racy<=15000 ns
17:54:57.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.551557000, lastModified=2022-06-06 17:54:57.551368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.551557000, lastModified=2022-06-06 17:54:57.551368000, delta=189000 ns, racy<=15000 ns
17:54:57.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.551786000, lastModified=2022-06-06 17:54:57.551368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.551786000, lastModified=2022-06-06 17:54:57.551368000, delta=418000 ns, racy<=15000 ns
17:54:57.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.552014000, lastModified=2022-06-06 17:54:57.551368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.552014000, lastModified=2022-06-06 17:54:57.551368000, delta=646000 ns, racy<=15000 ns
17:54:57.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.552250000, lastModified=2022-06-06 17:54:57.551368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.552250000, lastModified=2022-06-06 17:54:57.551368000, delta=882000 ns, racy<=15000 ns
17:54:57.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.552476000, lastModified=2022-06-06 17:54:57.551368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.551368000 to 2022-06-06 17:54:57.552368000
17:54:57.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.552694000, lastModified=2022-06-06 17:54:57.552368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.552694000, lastModified=2022-06-06 17:54:57.552368000, delta=326000 ns, racy<=15000 ns
17:54:57.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.552923000, lastModified=2022-06-06 17:54:57.552368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.552923000, lastModified=2022-06-06 17:54:57.552368000, delta=555000 ns, racy<=15000 ns
17:54:57.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.553215000, lastModified=2022-06-06 17:54:57.552368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.553215000, lastModified=2022-06-06 17:54:57.552368000, delta=847000 ns, racy<=15000 ns
17:54:57.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.553447000, lastModified=2022-06-06 17:54:57.552368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.552368000 to 2022-06-06 17:54:57.553368000
17:54:57.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.553703000, lastModified=2022-06-06 17:54:57.553368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.553703000, lastModified=2022-06-06 17:54:57.553368000, delta=335000 ns, racy<=15000 ns
17:54:57.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.553956000, lastModified=2022-06-06 17:54:57.553368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.553956000, lastModified=2022-06-06 17:54:57.553368000, delta=588000 ns, racy<=15000 ns
17:54:57.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.557454000, lastModified=2022-06-06 17:54:57.553368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.553368000 to 2022-06-06 17:54:57.557368000
17:54:57.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.557694000, lastModified=2022-06-06 17:54:57.557368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.557694000, lastModified=2022-06-06 17:54:57.557368000, delta=326000 ns, racy<=15000 ns
17:54:57.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.557929000, lastModified=2022-06-06 17:54:57.557368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.557929000, lastModified=2022-06-06 17:54:57.557368000, delta=561000 ns, racy<=15000 ns
17:54:57.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.558167000, lastModified=2022-06-06 17:54:57.557368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.558167000, lastModified=2022-06-06 17:54:57.557368000, delta=799000 ns, racy<=15000 ns
17:54:57.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.558391000, lastModified=2022-06-06 17:54:57.557368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.558391000, lastModified=2022-06-06 17:54:57.557368000, delta=1023000 ns, racy<=15000 ns
17:54:57.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.558627000, lastModified=2022-06-06 17:54:57.558368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.558627000, lastModified=2022-06-06 17:54:57.558368000, delta=259000 ns, racy<=15000 ns
17:54:57.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.558858000, lastModified=2022-06-06 17:54:57.558368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.558858000, lastModified=2022-06-06 17:54:57.558368000, delta=490000 ns, racy<=15000 ns
17:54:57.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.559092000, lastModified=2022-06-06 17:54:57.558368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.559092000, lastModified=2022-06-06 17:54:57.558368000, delta=724000 ns, racy<=15000 ns
17:54:57.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.559318000, lastModified=2022-06-06 17:54:57.558368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.559318000, lastModified=2022-06-06 17:54:57.558368000, delta=950000 ns, racy<=15000 ns
17:54:57.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.559553000, lastModified=2022-06-06 17:54:57.559368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.559553000, lastModified=2022-06-06 17:54:57.559368000, delta=185000 ns, racy<=15000 ns
17:54:57.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.559784000, lastModified=2022-06-06 17:54:57.559368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.559784000, lastModified=2022-06-06 17:54:57.559368000, delta=416000 ns, racy<=15000 ns
17:54:57.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.560009000, lastModified=2022-06-06 17:54:57.559368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.560009000, lastModified=2022-06-06 17:54:57.559368000, delta=641000 ns, racy<=15000 ns
17:54:57.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.560242000, lastModified=2022-06-06 17:54:57.559368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.560242000, lastModified=2022-06-06 17:54:57.559368000, delta=874000 ns, racy<=15000 ns
17:54:57.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.560466000, lastModified=2022-06-06 17:54:57.559368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.559368000 to 2022-06-06 17:54:57.560368000
17:54:57.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.560683000, lastModified=2022-06-06 17:54:57.560368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.560683000, lastModified=2022-06-06 17:54:57.560368000, delta=315000 ns, racy<=15000 ns
17:54:57.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.560906000, lastModified=2022-06-06 17:54:57.560368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.560906000, lastModified=2022-06-06 17:54:57.560368000, delta=538000 ns, racy<=15000 ns
17:54:57.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.561144000, lastModified=2022-06-06 17:54:57.560368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.561144000, lastModified=2022-06-06 17:54:57.560368000, delta=776000 ns, racy<=15000 ns
17:54:57.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.561370000, lastModified=2022-06-06 17:54:57.560368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.561370000, lastModified=2022-06-06 17:54:57.560368000, delta=1002000 ns, racy<=15000 ns
17:54:57.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.561603000, lastModified=2022-06-06 17:54:57.561368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.561603000, lastModified=2022-06-06 17:54:57.561368000, delta=235000 ns, racy<=15000 ns
17:54:57.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.561833000, lastModified=2022-06-06 17:54:57.561368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.561833000, lastModified=2022-06-06 17:54:57.561368000, delta=465000 ns, racy<=15000 ns
17:54:57.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.562057000, lastModified=2022-06-06 17:54:57.561368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.562057000, lastModified=2022-06-06 17:54:57.561368000, delta=689000 ns, racy<=15000 ns
17:54:57.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.562288000, lastModified=2022-06-06 17:54:57.561368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.562288000, lastModified=2022-06-06 17:54:57.561368000, delta=920000 ns, racy<=15000 ns
17:54:57.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.562514000, lastModified=2022-06-06 17:54:57.561368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.561368000 to 2022-06-06 17:54:57.562368000
17:54:57.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.562726000, lastModified=2022-06-06 17:54:57.562368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.562726000, lastModified=2022-06-06 17:54:57.562368000, delta=358000 ns, racy<=15000 ns
17:54:57.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.562963000, lastModified=2022-06-06 17:54:57.562368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.562963000, lastModified=2022-06-06 17:54:57.562368000, delta=595000 ns, racy<=15000 ns
17:54:57.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.563199000, lastModified=2022-06-06 17:54:57.562368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.563199000, lastModified=2022-06-06 17:54:57.562368000, delta=831000 ns, racy<=15000 ns
17:54:57.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.563427000, lastModified=2022-06-06 17:54:57.562368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.562368000 to 2022-06-06 17:54:57.563368000
17:54:57.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.563650000, lastModified=2022-06-06 17:54:57.563368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.563650000, lastModified=2022-06-06 17:54:57.563368000, delta=282000 ns, racy<=15000 ns
17:54:57.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.563879000, lastModified=2022-06-06 17:54:57.563368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.563879000, lastModified=2022-06-06 17:54:57.563368000, delta=511000 ns, racy<=15000 ns
17:54:57.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.564110000, lastModified=2022-06-06 17:54:57.563368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.564110000, lastModified=2022-06-06 17:54:57.563368000, delta=742000 ns, racy<=15000 ns
17:54:57.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.564342000, lastModified=2022-06-06 17:54:57.563368000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.564342000, lastModified=2022-06-06 17:54:57.563368000, delta=974000 ns, racy<=15000 ns
17:54:57.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.597176000, lastModified=2022-06-06 17:54:57.596369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.597176000, lastModified=2022-06-06 17:54:57.596369000, delta=807000 ns, racy<=15000 ns
17:54:57.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.597601000, lastModified=2022-06-06 17:54:57.597369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.597601000, lastModified=2022-06-06 17:54:57.597369000, delta=232000 ns, racy<=15000 ns
17:54:57.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.598066000, lastModified=2022-06-06 17:54:57.597369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.598066000, lastModified=2022-06-06 17:54:57.597369000, delta=697000 ns, racy<=15000 ns
17:54:57.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.598423000, lastModified=2022-06-06 17:54:57.597369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.597369000 to 2022-06-06 17:54:57.598369000
17:54:57.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.601932000, lastModified=2022-06-06 17:54:57.598369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.598369000 to 2022-06-06 17:54:57.601369000
17:54:57.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.602300000, lastModified=2022-06-06 17:54:57.601369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.602300000, lastModified=2022-06-06 17:54:57.601369000, delta=931000 ns, racy<=15000 ns
17:54:57.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.602613000, lastModified=2022-06-06 17:54:57.602369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.602613000, lastModified=2022-06-06 17:54:57.602369000, delta=244000 ns, racy<=15000 ns
17:54:57.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.602897000, lastModified=2022-06-06 17:54:57.602369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.602897000, lastModified=2022-06-06 17:54:57.602369000, delta=528000 ns, racy<=15000 ns
17:54:57.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.603203000, lastModified=2022-06-06 17:54:57.602369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.603203000, lastModified=2022-06-06 17:54:57.602369000, delta=834000 ns, racy<=15000 ns
17:54:57.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.603498000, lastModified=2022-06-06 17:54:57.602369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.602369000 to 2022-06-06 17:54:57.603369000
17:54:57.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.603776000, lastModified=2022-06-06 17:54:57.603369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.603776000, lastModified=2022-06-06 17:54:57.603369000, delta=407000 ns, racy<=15000 ns
17:54:57.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.604048000, lastModified=2022-06-06 17:54:57.603369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.604048000, lastModified=2022-06-06 17:54:57.603369000, delta=679000 ns, racy<=15000 ns
17:54:57.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.604337000, lastModified=2022-06-06 17:54:57.603369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.604337000, lastModified=2022-06-06 17:54:57.603369000, delta=968000 ns, racy<=15000 ns
17:54:57.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.604598000, lastModified=2022-06-06 17:54:57.604369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.604598000, lastModified=2022-06-06 17:54:57.604369000, delta=229000 ns, racy<=15000 ns
17:54:57.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.604859000, lastModified=2022-06-06 17:54:57.604369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.604859000, lastModified=2022-06-06 17:54:57.604369000, delta=490000 ns, racy<=15000 ns
17:54:57.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.605122000, lastModified=2022-06-06 17:54:57.604369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.605122000, lastModified=2022-06-06 17:54:57.604369000, delta=753000 ns, racy<=15000 ns
17:54:57.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.605371000, lastModified=2022-06-06 17:54:57.604369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.605371000, lastModified=2022-06-06 17:54:57.604369000, delta=1002000 ns, racy<=15000 ns
17:54:57.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.605634000, lastModified=2022-06-06 17:54:57.605369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.605634000, lastModified=2022-06-06 17:54:57.605369000, delta=265000 ns, racy<=15000 ns
17:54:57.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.605871000, lastModified=2022-06-06 17:54:57.605369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.605871000, lastModified=2022-06-06 17:54:57.605369000, delta=502000 ns, racy<=15000 ns
17:54:57.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.606110000, lastModified=2022-06-06 17:54:57.605369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.606110000, lastModified=2022-06-06 17:54:57.605369000, delta=741000 ns, racy<=15000 ns
17:54:57.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.606346000, lastModified=2022-06-06 17:54:57.605369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.606346000, lastModified=2022-06-06 17:54:57.605369000, delta=977000 ns, racy<=15000 ns
17:54:57.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.606594000, lastModified=2022-06-06 17:54:57.606369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.606594000, lastModified=2022-06-06 17:54:57.606369000, delta=225000 ns, racy<=15000 ns
17:54:57.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.606825000, lastModified=2022-06-06 17:54:57.606369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.606825000, lastModified=2022-06-06 17:54:57.606369000, delta=456000 ns, racy<=15000 ns
17:54:57.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.607053000, lastModified=2022-06-06 17:54:57.606369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.607053000, lastModified=2022-06-06 17:54:57.606369000, delta=684000 ns, racy<=15000 ns
17:54:57.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.607294000, lastModified=2022-06-06 17:54:57.606369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.607294000, lastModified=2022-06-06 17:54:57.606369000, delta=925000 ns, racy<=15000 ns
17:54:57.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.607558000, lastModified=2022-06-06 17:54:57.607369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.607558000, lastModified=2022-06-06 17:54:57.607369000, delta=189000 ns, racy<=15000 ns
17:54:57.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.607796000, lastModified=2022-06-06 17:54:57.607369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.607796000, lastModified=2022-06-06 17:54:57.607369000, delta=427000 ns, racy<=15000 ns
17:54:57.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.608059000, lastModified=2022-06-06 17:54:57.607369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.608059000, lastModified=2022-06-06 17:54:57.607369000, delta=690000 ns, racy<=15000 ns
17:54:57.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.608314000, lastModified=2022-06-06 17:54:57.607369000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.608314000, lastModified=2022-06-06 17:54:57.607369000, delta=945000 ns, racy<=15000 ns
17:54:57.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.648294000, lastModified=2022-06-06 17:54:57.647370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.648294000, lastModified=2022-06-06 17:54:57.647370000, delta=924000 ns, racy<=15000 ns
17:54:57.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.648605000, lastModified=2022-06-06 17:54:57.648370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.648605000, lastModified=2022-06-06 17:54:57.648370000, delta=235000 ns, racy<=15000 ns
17:54:57.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.648888000, lastModified=2022-06-06 17:54:57.648370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.648888000, lastModified=2022-06-06 17:54:57.648370000, delta=518000 ns, racy<=15000 ns
17:54:57.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.649166000, lastModified=2022-06-06 17:54:57.648370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.649166000, lastModified=2022-06-06 17:54:57.648370000, delta=796000 ns, racy<=15000 ns
17:54:57.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.649418000, lastModified=2022-06-06 17:54:57.648370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.648370000 to 2022-06-06 17:54:57.649370000
17:54:57.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.649671000, lastModified=2022-06-06 17:54:57.649370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.649671000, lastModified=2022-06-06 17:54:57.649370000, delta=301000 ns, racy<=15000 ns
17:54:57.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.649956000, lastModified=2022-06-06 17:54:57.649370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.649956000, lastModified=2022-06-06 17:54:57.649370000, delta=586000 ns, racy<=15000 ns
17:54:57.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.650253000, lastModified=2022-06-06 17:54:57.649370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.650253000, lastModified=2022-06-06 17:54:57.649370000, delta=883000 ns, racy<=15000 ns
17:54:57.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.650528000, lastModified=2022-06-06 17:54:57.649370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.649370000 to 2022-06-06 17:54:57.650370000
17:54:57.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.650785000, lastModified=2022-06-06 17:54:57.650370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.650785000, lastModified=2022-06-06 17:54:57.650370000, delta=415000 ns, racy<=15000 ns
17:54:57.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.655176000, lastModified=2022-06-06 17:54:57.650370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.650370000 to 2022-06-06 17:54:57.654370000
17:54:57.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.655513000, lastModified=2022-06-06 17:54:57.654370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.654370000 to 2022-06-06 17:54:57.655370000
17:54:57.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.655759000, lastModified=2022-06-06 17:54:57.655370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.655759000, lastModified=2022-06-06 17:54:57.655370000, delta=389000 ns, racy<=15000 ns
17:54:57.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.656 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.656012000, lastModified=2022-06-06 17:54:57.655370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.656 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.656012000, lastModified=2022-06-06 17:54:57.655370000, delta=642000 ns, racy<=15000 ns
17:54:57.656 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.656 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.656297000, lastModified=2022-06-06 17:54:57.655370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.656 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.656297000, lastModified=2022-06-06 17:54:57.655370000, delta=927000 ns, racy<=15000 ns
17:54:57.656 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.656 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.656569000, lastModified=2022-06-06 17:54:57.656370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.656 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.656569000, lastModified=2022-06-06 17:54:57.656370000, delta=199000 ns, racy<=15000 ns
17:54:57.656 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.656 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.656848000, lastModified=2022-06-06 17:54:57.656370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.657 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.656848000, lastModified=2022-06-06 17:54:57.656370000, delta=478000 ns, racy<=15000 ns
17:54:57.657 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.657 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.657123000, lastModified=2022-06-06 17:54:57.656370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.657 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.657123000, lastModified=2022-06-06 17:54:57.656370000, delta=753000 ns, racy<=15000 ns
17:54:57.657 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.657 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.657387000, lastModified=2022-06-06 17:54:57.656370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.657 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.657387000, lastModified=2022-06-06 17:54:57.656370000, delta=1017000 ns, racy<=15000 ns
17:54:57.657 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.657 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.657675000, lastModified=2022-06-06 17:54:57.657370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.657 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.657675000, lastModified=2022-06-06 17:54:57.657370000, delta=305000 ns, racy<=15000 ns
17:54:57.657 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.657 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.657951000, lastModified=2022-06-06 17:54:57.657370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.657951000, lastModified=2022-06-06 17:54:57.657370000, delta=581000 ns, racy<=15000 ns
17:54:57.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.658270000, lastModified=2022-06-06 17:54:57.657370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.658270000, lastModified=2022-06-06 17:54:57.657370000, delta=900000 ns, racy<=15000 ns
17:54:57.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.658520000, lastModified=2022-06-06 17:54:57.657370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.657370000 to 2022-06-06 17:54:57.658370000
17:54:57.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.658747000, lastModified=2022-06-06 17:54:57.658370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.658747000, lastModified=2022-06-06 17:54:57.658370000, delta=377000 ns, racy<=15000 ns
17:54:57.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.658985000, lastModified=2022-06-06 17:54:57.658370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.658985000, lastModified=2022-06-06 17:54:57.658370000, delta=615000 ns, racy<=15000 ns
17:54:57.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.659233000, lastModified=2022-06-06 17:54:57.658370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.659233000, lastModified=2022-06-06 17:54:57.658370000, delta=863000 ns, racy<=15000 ns
17:54:57.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.659471000, lastModified=2022-06-06 17:54:57.658370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.658370000 to 2022-06-06 17:54:57.659370000
17:54:57.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.659719000, lastModified=2022-06-06 17:54:57.659370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.659719000, lastModified=2022-06-06 17:54:57.659370000, delta=349000 ns, racy<=15000 ns
17:54:57.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.659961000, lastModified=2022-06-06 17:54:57.659370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.659961000, lastModified=2022-06-06 17:54:57.659370000, delta=591000 ns, racy<=15000 ns
17:54:57.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.660221000, lastModified=2022-06-06 17:54:57.659370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.660221000, lastModified=2022-06-06 17:54:57.659370000, delta=851000 ns, racy<=15000 ns
17:54:57.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.660461000, lastModified=2022-06-06 17:54:57.659370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.659370000 to 2022-06-06 17:54:57.660370000
17:54:57.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.660691000, lastModified=2022-06-06 17:54:57.660370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.660691000, lastModified=2022-06-06 17:54:57.660370000, delta=321000 ns, racy<=15000 ns
17:54:57.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.660948000, lastModified=2022-06-06 17:54:57.660370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.660948000, lastModified=2022-06-06 17:54:57.660370000, delta=578000 ns, racy<=15000 ns
17:54:57.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.661212000, lastModified=2022-06-06 17:54:57.660370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.661212000, lastModified=2022-06-06 17:54:57.660370000, delta=842000 ns, racy<=15000 ns
17:54:57.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.661455000, lastModified=2022-06-06 17:54:57.660370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.660370000 to 2022-06-06 17:54:57.661370000
17:54:57.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.661684000, lastModified=2022-06-06 17:54:57.661370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.661684000, lastModified=2022-06-06 17:54:57.661370000, delta=314000 ns, racy<=15000 ns
17:54:57.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.661924000, lastModified=2022-06-06 17:54:57.661370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.661924000, lastModified=2022-06-06 17:54:57.661370000, delta=554000 ns, racy<=15000 ns
17:54:57.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.662166000, lastModified=2022-06-06 17:54:57.661370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.662166000, lastModified=2022-06-06 17:54:57.661370000, delta=796000 ns, racy<=15000 ns
17:54:57.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.662402000, lastModified=2022-06-06 17:54:57.661370000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.662402000, lastModified=2022-06-06 17:54:57.661370000, delta=1032000 ns, racy<=15000 ns
17:54:57.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.662650000, lastModified=2022-06-06 17:54:57.662371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.662650000, lastModified=2022-06-06 17:54:57.662371000, delta=279000 ns, racy<=15000 ns
17:54:57.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.662891000, lastModified=2022-06-06 17:54:57.662371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.662891000, lastModified=2022-06-06 17:54:57.662371000, delta=520000 ns, racy<=15000 ns
17:54:57.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.663138000, lastModified=2022-06-06 17:54:57.662371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.663138000, lastModified=2022-06-06 17:54:57.662371000, delta=767000 ns, racy<=15000 ns
17:54:57.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.663377000, lastModified=2022-06-06 17:54:57.662371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.663377000, lastModified=2022-06-06 17:54:57.662371000, delta=1006000 ns, racy<=15000 ns
17:54:57.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.663618000, lastModified=2022-06-06 17:54:57.663371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.663618000, lastModified=2022-06-06 17:54:57.663371000, delta=247000 ns, racy<=15000 ns
17:54:57.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.663853000, lastModified=2022-06-06 17:54:57.663371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.663853000, lastModified=2022-06-06 17:54:57.663371000, delta=482000 ns, racy<=15000 ns
17:54:57.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.670438000, lastModified=2022-06-06 17:54:57.663371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.663371000 to 2022-06-06 17:54:57.670371000
17:54:57.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.670708000, lastModified=2022-06-06 17:54:57.670371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.670708000, lastModified=2022-06-06 17:54:57.670371000, delta=337000 ns, racy<=15000 ns
17:54:57.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.670953000, lastModified=2022-06-06 17:54:57.670371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.670953000, lastModified=2022-06-06 17:54:57.670371000, delta=582000 ns, racy<=15000 ns
17:54:57.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.671214000, lastModified=2022-06-06 17:54:57.670371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.671214000, lastModified=2022-06-06 17:54:57.670371000, delta=843000 ns, racy<=15000 ns
17:54:57.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.671466000, lastModified=2022-06-06 17:54:57.670371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.670371000 to 2022-06-06 17:54:57.671371000
17:54:57.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.671706000, lastModified=2022-06-06 17:54:57.671371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.671706000, lastModified=2022-06-06 17:54:57.671371000, delta=335000 ns, racy<=15000 ns
17:54:57.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.671943000, lastModified=2022-06-06 17:54:57.671371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.671943000, lastModified=2022-06-06 17:54:57.671371000, delta=572000 ns, racy<=15000 ns
17:54:57.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.672192000, lastModified=2022-06-06 17:54:57.671371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.672192000, lastModified=2022-06-06 17:54:57.671371000, delta=821000 ns, racy<=15000 ns
17:54:57.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.672430000, lastModified=2022-06-06 17:54:57.671371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.671371000 to 2022-06-06 17:54:57.672371000
17:54:57.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.672668000, lastModified=2022-06-06 17:54:57.672371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.672668000, lastModified=2022-06-06 17:54:57.672371000, delta=297000 ns, racy<=15000 ns
17:54:57.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.672906000, lastModified=2022-06-06 17:54:57.672371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.672906000, lastModified=2022-06-06 17:54:57.672371000, delta=535000 ns, racy<=15000 ns
17:54:57.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.673149000, lastModified=2022-06-06 17:54:57.672371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.673149000, lastModified=2022-06-06 17:54:57.672371000, delta=778000 ns, racy<=15000 ns
17:54:57.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.673394000, lastModified=2022-06-06 17:54:57.672371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.673394000, lastModified=2022-06-06 17:54:57.672371000, delta=1023000 ns, racy<=15000 ns
17:54:57.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.673640000, lastModified=2022-06-06 17:54:57.673371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.673640000, lastModified=2022-06-06 17:54:57.673371000, delta=269000 ns, racy<=15000 ns
17:54:57.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.673919000, lastModified=2022-06-06 17:54:57.673371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.673919000, lastModified=2022-06-06 17:54:57.673371000, delta=548000 ns, racy<=15000 ns
17:54:57.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.674183000, lastModified=2022-06-06 17:54:57.673371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.674183000, lastModified=2022-06-06 17:54:57.673371000, delta=812000 ns, racy<=15000 ns
17:54:57.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.674425000, lastModified=2022-06-06 17:54:57.673371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.673371000 to 2022-06-06 17:54:57.674371000
17:54:57.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.674675000, lastModified=2022-06-06 17:54:57.674371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.674675000, lastModified=2022-06-06 17:54:57.674371000, delta=304000 ns, racy<=15000 ns
17:54:57.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.674919000, lastModified=2022-06-06 17:54:57.674371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.674919000, lastModified=2022-06-06 17:54:57.674371000, delta=548000 ns, racy<=15000 ns
17:54:57.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.675170000, lastModified=2022-06-06 17:54:57.674371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.675170000, lastModified=2022-06-06 17:54:57.674371000, delta=799000 ns, racy<=15000 ns
17:54:57.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.675410000, lastModified=2022-06-06 17:54:57.674371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.675410000, lastModified=2022-06-06 17:54:57.674371000, delta=1039000 ns, racy<=15000 ns
17:54:57.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.675691000, lastModified=2022-06-06 17:54:57.675371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.675691000, lastModified=2022-06-06 17:54:57.675371000, delta=320000 ns, racy<=15000 ns
17:54:57.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.675929000, lastModified=2022-06-06 17:54:57.675371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.675929000, lastModified=2022-06-06 17:54:57.675371000, delta=558000 ns, racy<=15000 ns
17:54:57.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.676175000, lastModified=2022-06-06 17:54:57.675371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.676175000, lastModified=2022-06-06 17:54:57.675371000, delta=804000 ns, racy<=15000 ns
17:54:57.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.676419000, lastModified=2022-06-06 17:54:57.675371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.675371000 to 2022-06-06 17:54:57.676371000
17:54:57.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.676655000, lastModified=2022-06-06 17:54:57.676371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.676655000, lastModified=2022-06-06 17:54:57.676371000, delta=284000 ns, racy<=15000 ns
17:54:57.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.676895000, lastModified=2022-06-06 17:54:57.676371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.676895000, lastModified=2022-06-06 17:54:57.676371000, delta=524000 ns, racy<=15000 ns
17:54:57.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.677139000, lastModified=2022-06-06 17:54:57.676371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.677139000, lastModified=2022-06-06 17:54:57.676371000, delta=768000 ns, racy<=15000 ns
17:54:57.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.677378000, lastModified=2022-06-06 17:54:57.676371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.677378000, lastModified=2022-06-06 17:54:57.676371000, delta=1007000 ns, racy<=15000 ns
17:54:57.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.677622000, lastModified=2022-06-06 17:54:57.677371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.677622000, lastModified=2022-06-06 17:54:57.677371000, delta=251000 ns, racy<=15000 ns
17:54:57.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.677872000, lastModified=2022-06-06 17:54:57.677371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.677872000, lastModified=2022-06-06 17:54:57.677371000, delta=501000 ns, racy<=15000 ns
17:54:57.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.678129000, lastModified=2022-06-06 17:54:57.677371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.678129000, lastModified=2022-06-06 17:54:57.677371000, delta=758000 ns, racy<=15000 ns
17:54:57.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.678370000, lastModified=2022-06-06 17:54:57.677371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.678370000, lastModified=2022-06-06 17:54:57.677371000, delta=999000 ns, racy<=15000 ns
17:54:57.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.678611000, lastModified=2022-06-06 17:54:57.678371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.678611000, lastModified=2022-06-06 17:54:57.678371000, delta=240000 ns, racy<=15000 ns
17:54:57.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.678855000, lastModified=2022-06-06 17:54:57.678371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.678855000, lastModified=2022-06-06 17:54:57.678371000, delta=484000 ns, racy<=15000 ns
17:54:57.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.681306000, lastModified=2022-06-06 17:54:57.678371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.678371000 to 2022-06-06 17:54:57.680371000
17:54:57.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.681578000, lastModified=2022-06-06 17:54:57.681371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.681578000, lastModified=2022-06-06 17:54:57.681371000, delta=207000 ns, racy<=15000 ns
17:54:57.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.681806000, lastModified=2022-06-06 17:54:57.681371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.681806000, lastModified=2022-06-06 17:54:57.681371000, delta=435000 ns, racy<=15000 ns
17:54:57.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.682024000, lastModified=2022-06-06 17:54:57.681371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.682024000, lastModified=2022-06-06 17:54:57.681371000, delta=653000 ns, racy<=15000 ns
17:54:57.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.682279000, lastModified=2022-06-06 17:54:57.681371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.682279000, lastModified=2022-06-06 17:54:57.681371000, delta=908000 ns, racy<=15000 ns
17:54:57.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.682505000, lastModified=2022-06-06 17:54:57.681371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.681371000 to 2022-06-06 17:54:57.682371000
17:54:57.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.682714000, lastModified=2022-06-06 17:54:57.682371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.682714000, lastModified=2022-06-06 17:54:57.682371000, delta=343000 ns, racy<=15000 ns
17:54:57.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.682936000, lastModified=2022-06-06 17:54:57.682371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.682936000, lastModified=2022-06-06 17:54:57.682371000, delta=565000 ns, racy<=15000 ns
17:54:57.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.683200000, lastModified=2022-06-06 17:54:57.682371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.683200000, lastModified=2022-06-06 17:54:57.682371000, delta=829000 ns, racy<=15000 ns
17:54:57.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.683444000, lastModified=2022-06-06 17:54:57.682371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.682371000 to 2022-06-06 17:54:57.683371000
17:54:57.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.683682000, lastModified=2022-06-06 17:54:57.683371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.683682000, lastModified=2022-06-06 17:54:57.683371000, delta=311000 ns, racy<=15000 ns
17:54:57.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.683907000, lastModified=2022-06-06 17:54:57.683371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.683907000, lastModified=2022-06-06 17:54:57.683371000, delta=536000 ns, racy<=15000 ns
17:54:57.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.684155000, lastModified=2022-06-06 17:54:57.683371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.684155000, lastModified=2022-06-06 17:54:57.683371000, delta=784000 ns, racy<=15000 ns
17:54:57.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.684379000, lastModified=2022-06-06 17:54:57.683371000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.684379000, lastModified=2022-06-06 17:54:57.683371000, delta=1008000 ns, racy<=15000 ns
17:54:57.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.748367000, lastModified=2022-06-06 17:54:57.747373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.748367000, lastModified=2022-06-06 17:54:57.747373000, delta=994000 ns, racy<=15000 ns
17:54:57.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.748674000, lastModified=2022-06-06 17:54:57.748373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.748674000, lastModified=2022-06-06 17:54:57.748373000, delta=301000 ns, racy<=15000 ns
17:54:57.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.748925000, lastModified=2022-06-06 17:54:57.748373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.748925000, lastModified=2022-06-06 17:54:57.748373000, delta=552000 ns, racy<=15000 ns
17:54:57.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.749178000, lastModified=2022-06-06 17:54:57.748373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.749178000, lastModified=2022-06-06 17:54:57.748373000, delta=805000 ns, racy<=15000 ns
17:54:57.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.749418000, lastModified=2022-06-06 17:54:57.748373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.748373000 to 2022-06-06 17:54:57.749373000
17:54:57.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.749664000, lastModified=2022-06-06 17:54:57.749373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.749664000, lastModified=2022-06-06 17:54:57.749373000, delta=291000 ns, racy<=15000 ns
17:54:57.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.749892000, lastModified=2022-06-06 17:54:57.749373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.749892000, lastModified=2022-06-06 17:54:57.749373000, delta=519000 ns, racy<=15000 ns
17:54:57.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.750172000, lastModified=2022-06-06 17:54:57.749373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.750172000, lastModified=2022-06-06 17:54:57.749373000, delta=799000 ns, racy<=15000 ns
17:54:57.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.750408000, lastModified=2022-06-06 17:54:57.749373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.749373000 to 2022-06-06 17:54:57.750373000
17:54:57.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.750650000, lastModified=2022-06-06 17:54:57.750373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.750650000, lastModified=2022-06-06 17:54:57.750373000, delta=277000 ns, racy<=15000 ns
17:54:57.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.750888000, lastModified=2022-06-06 17:54:57.750373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.750888000, lastModified=2022-06-06 17:54:57.750373000, delta=515000 ns, racy<=15000 ns
17:54:57.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.751148000, lastModified=2022-06-06 17:54:57.750373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.751148000, lastModified=2022-06-06 17:54:57.750373000, delta=775000 ns, racy<=15000 ns
17:54:57.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.751382000, lastModified=2022-06-06 17:54:57.750373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.751382000, lastModified=2022-06-06 17:54:57.750373000, delta=1009000 ns, racy<=15000 ns
17:54:57.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.751651000, lastModified=2022-06-06 17:54:57.751373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.751651000, lastModified=2022-06-06 17:54:57.751373000, delta=278000 ns, racy<=15000 ns
17:54:57.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.751908000, lastModified=2022-06-06 17:54:57.751373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.751908000, lastModified=2022-06-06 17:54:57.751373000, delta=535000 ns, racy<=15000 ns
17:54:57.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.752161000, lastModified=2022-06-06 17:54:57.751373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.752161000, lastModified=2022-06-06 17:54:57.751373000, delta=788000 ns, racy<=15000 ns
17:54:57.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.752397000, lastModified=2022-06-06 17:54:57.751373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.752397000, lastModified=2022-06-06 17:54:57.751373000, delta=1024000 ns, racy<=15000 ns
17:54:57.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.752641000, lastModified=2022-06-06 17:54:57.752373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.752641000, lastModified=2022-06-06 17:54:57.752373000, delta=268000 ns, racy<=15000 ns
17:54:57.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.752880000, lastModified=2022-06-06 17:54:57.752373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.752880000, lastModified=2022-06-06 17:54:57.752373000, delta=507000 ns, racy<=15000 ns
17:54:57.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.753127000, lastModified=2022-06-06 17:54:57.752373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.753127000, lastModified=2022-06-06 17:54:57.752373000, delta=754000 ns, racy<=15000 ns
17:54:57.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.753377000, lastModified=2022-06-06 17:54:57.752373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.753377000, lastModified=2022-06-06 17:54:57.752373000, delta=1004000 ns, racy<=15000 ns
17:54:57.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.756785000, lastModified=2022-06-06 17:54:57.753373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.753373000 to 2022-06-06 17:54:57.756373000
17:54:57.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.757047000, lastModified=2022-06-06 17:54:57.756373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.757047000, lastModified=2022-06-06 17:54:57.756373000, delta=674000 ns, racy<=15000 ns
17:54:57.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.757276000, lastModified=2022-06-06 17:54:57.756373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.757276000, lastModified=2022-06-06 17:54:57.756373000, delta=903000 ns, racy<=15000 ns
17:54:57.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.757508000, lastModified=2022-06-06 17:54:57.756373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.756373000 to 2022-06-06 17:54:57.757373000
17:54:57.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.757734000, lastModified=2022-06-06 17:54:57.757373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.757734000, lastModified=2022-06-06 17:54:57.757373000, delta=361000 ns, racy<=15000 ns
17:54:57.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.757958000, lastModified=2022-06-06 17:54:57.757373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.757958000, lastModified=2022-06-06 17:54:57.757373000, delta=585000 ns, racy<=15000 ns
17:54:57.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.758188000, lastModified=2022-06-06 17:54:57.757373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.758188000, lastModified=2022-06-06 17:54:57.757373000, delta=815000 ns, racy<=15000 ns
17:54:57.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.758409000, lastModified=2022-06-06 17:54:57.757373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.758409000, lastModified=2022-06-06 17:54:57.757373000, delta=1036000 ns, racy<=15000 ns
17:54:57.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.758680000, lastModified=2022-06-06 17:54:57.758373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.758680000, lastModified=2022-06-06 17:54:57.758373000, delta=307000 ns, racy<=15000 ns
17:54:57.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.758920000, lastModified=2022-06-06 17:54:57.758373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.758920000, lastModified=2022-06-06 17:54:57.758373000, delta=547000 ns, racy<=15000 ns
17:54:57.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.759170000, lastModified=2022-06-06 17:54:57.758373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.759170000, lastModified=2022-06-06 17:54:57.758373000, delta=797000 ns, racy<=15000 ns
17:54:57.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.759409000, lastModified=2022-06-06 17:54:57.758373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.758373000 to 2022-06-06 17:54:57.759373000
17:54:57.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.759640000, lastModified=2022-06-06 17:54:57.759373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.759640000, lastModified=2022-06-06 17:54:57.759373000, delta=267000 ns, racy<=15000 ns
17:54:57.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.759878000, lastModified=2022-06-06 17:54:57.759373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.759878000, lastModified=2022-06-06 17:54:57.759373000, delta=505000 ns, racy<=15000 ns
17:54:57.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.760132000, lastModified=2022-06-06 17:54:57.759373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.760132000, lastModified=2022-06-06 17:54:57.759373000, delta=759000 ns, racy<=15000 ns
17:54:57.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.760371000, lastModified=2022-06-06 17:54:57.759373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.760371000, lastModified=2022-06-06 17:54:57.759373000, delta=998000 ns, racy<=15000 ns
17:54:57.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.760615000, lastModified=2022-06-06 17:54:57.760373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.760615000, lastModified=2022-06-06 17:54:57.760373000, delta=242000 ns, racy<=15000 ns
17:54:57.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.760854000, lastModified=2022-06-06 17:54:57.760373000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.760854000, lastModified=2022-06-06 17:54:57.760373000, delta=481000 ns, racy<=15000 ns
17:54:57.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.791486000, lastModified=2022-06-06 17:54:57.790374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.790374000 to 2022-06-06 17:54:57.791374000
17:54:57.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.791913000, lastModified=2022-06-06 17:54:57.791374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.791913000, lastModified=2022-06-06 17:54:57.791374000, delta=539000 ns, racy<=15000 ns
17:54:57.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.792204000, lastModified=2022-06-06 17:54:57.791374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.792204000, lastModified=2022-06-06 17:54:57.791374000, delta=830000 ns, racy<=15000 ns
17:54:57.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.792460000, lastModified=2022-06-06 17:54:57.791374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.791374000 to 2022-06-06 17:54:57.792374000
17:54:57.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.792709000, lastModified=2022-06-06 17:54:57.792374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.792709000, lastModified=2022-06-06 17:54:57.792374000, delta=335000 ns, racy<=15000 ns
17:54:57.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.792955000, lastModified=2022-06-06 17:54:57.792374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.792955000, lastModified=2022-06-06 17:54:57.792374000, delta=581000 ns, racy<=15000 ns
17:54:57.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.793212000, lastModified=2022-06-06 17:54:57.792374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.793212000, lastModified=2022-06-06 17:54:57.792374000, delta=838000 ns, racy<=15000 ns
17:54:57.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.793456000, lastModified=2022-06-06 17:54:57.792374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.792374000 to 2022-06-06 17:54:57.793374000
17:54:57.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.793698000, lastModified=2022-06-06 17:54:57.793374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.793698000, lastModified=2022-06-06 17:54:57.793374000, delta=324000 ns, racy<=15000 ns
17:54:57.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.793948000, lastModified=2022-06-06 17:54:57.793374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.793948000, lastModified=2022-06-06 17:54:57.793374000, delta=574000 ns, racy<=15000 ns
17:54:57.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.794212000, lastModified=2022-06-06 17:54:57.793374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.794212000, lastModified=2022-06-06 17:54:57.793374000, delta=838000 ns, racy<=15000 ns
17:54:57.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.794459000, lastModified=2022-06-06 17:54:57.793374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.793374000 to 2022-06-06 17:54:57.794374000
17:54:57.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.794701000, lastModified=2022-06-06 17:54:57.794374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.794701000, lastModified=2022-06-06 17:54:57.794374000, delta=327000 ns, racy<=15000 ns
17:54:57.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.794951000, lastModified=2022-06-06 17:54:57.794374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.794951000, lastModified=2022-06-06 17:54:57.794374000, delta=577000 ns, racy<=15000 ns
17:54:57.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.795202000, lastModified=2022-06-06 17:54:57.794374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.795202000, lastModified=2022-06-06 17:54:57.794374000, delta=828000 ns, racy<=15000 ns
17:54:57.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.795446000, lastModified=2022-06-06 17:54:57.794374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.794374000 to 2022-06-06 17:54:57.795374000
17:54:57.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.795677000, lastModified=2022-06-06 17:54:57.795374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.795677000, lastModified=2022-06-06 17:54:57.795374000, delta=303000 ns, racy<=15000 ns
17:54:57.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.799074000, lastModified=2022-06-06 17:54:57.795374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.795374000 to 2022-06-06 17:54:57.798374000
17:54:57.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.799310000, lastModified=2022-06-06 17:54:57.798374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.799310000, lastModified=2022-06-06 17:54:57.798374000, delta=936000 ns, racy<=15000 ns
17:54:57.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.799543000, lastModified=2022-06-06 17:54:57.799374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.799543000, lastModified=2022-06-06 17:54:57.799374000, delta=169000 ns, racy<=15000 ns
17:54:57.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.799761000, lastModified=2022-06-06 17:54:57.799374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.799761000, lastModified=2022-06-06 17:54:57.799374000, delta=387000 ns, racy<=15000 ns
17:54:57.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.799976000, lastModified=2022-06-06 17:54:57.799374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.799976000, lastModified=2022-06-06 17:54:57.799374000, delta=602000 ns, racy<=15000 ns
17:54:57.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.848064000, lastModified=2022-06-06 17:54:57.799374000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.799374000 to 2022-06-06 17:54:57.847375000
17:54:57.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.848482000, lastModified=2022-06-06 17:54:57.847375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.847375000 to 2022-06-06 17:54:57.848375000
17:54:57.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.848724000, lastModified=2022-06-06 17:54:57.848375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.848724000, lastModified=2022-06-06 17:54:57.848375000, delta=349000 ns, racy<=15000 ns
17:54:57.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.848956000, lastModified=2022-06-06 17:54:57.848375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.848956000, lastModified=2022-06-06 17:54:57.848375000, delta=581000 ns, racy<=15000 ns
17:54:57.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.849192000, lastModified=2022-06-06 17:54:57.848375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.849192000, lastModified=2022-06-06 17:54:57.848375000, delta=817000 ns, racy<=15000 ns
17:54:57.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.849410000, lastModified=2022-06-06 17:54:57.848375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.849410000, lastModified=2022-06-06 17:54:57.848375000, delta=1035000 ns, racy<=15000 ns
17:54:57.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.849652000, lastModified=2022-06-06 17:54:57.849375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.849652000, lastModified=2022-06-06 17:54:57.849375000, delta=277000 ns, racy<=15000 ns
17:54:57.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.849872000, lastModified=2022-06-06 17:54:57.849375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.849872000, lastModified=2022-06-06 17:54:57.849375000, delta=497000 ns, racy<=15000 ns
17:54:57.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.850095000, lastModified=2022-06-06 17:54:57.849375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.850095000, lastModified=2022-06-06 17:54:57.849375000, delta=720000 ns, racy<=15000 ns
17:54:57.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.850312000, lastModified=2022-06-06 17:54:57.849375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.850312000, lastModified=2022-06-06 17:54:57.849375000, delta=937000 ns, racy<=15000 ns
17:54:57.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.850565000, lastModified=2022-06-06 17:54:57.850375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.850565000, lastModified=2022-06-06 17:54:57.850375000, delta=190000 ns, racy<=15000 ns
17:54:57.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.850787000, lastModified=2022-06-06 17:54:57.850375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.850787000, lastModified=2022-06-06 17:54:57.850375000, delta=412000 ns, racy<=15000 ns
17:54:57.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.851006000, lastModified=2022-06-06 17:54:57.850375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.851006000, lastModified=2022-06-06 17:54:57.850375000, delta=631000 ns, racy<=15000 ns
17:54:57.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.851229000, lastModified=2022-06-06 17:54:57.850375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.851229000, lastModified=2022-06-06 17:54:57.850375000, delta=854000 ns, racy<=15000 ns
17:54:57.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.851444000, lastModified=2022-06-06 17:54:57.850375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.850375000 to 2022-06-06 17:54:57.851375000
17:54:57.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.851654000, lastModified=2022-06-06 17:54:57.851375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.851654000, lastModified=2022-06-06 17:54:57.851375000, delta=279000 ns, racy<=15000 ns
17:54:57.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.851866000, lastModified=2022-06-06 17:54:57.851375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.851866000, lastModified=2022-06-06 17:54:57.851375000, delta=491000 ns, racy<=15000 ns
17:54:57.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.852089000, lastModified=2022-06-06 17:54:57.851375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.852089000, lastModified=2022-06-06 17:54:57.851375000, delta=714000 ns, racy<=15000 ns
17:54:57.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.852301000, lastModified=2022-06-06 17:54:57.851375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.852301000, lastModified=2022-06-06 17:54:57.851375000, delta=926000 ns, racy<=15000 ns
17:54:57.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.852524000, lastModified=2022-06-06 17:54:57.851375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.851375000 to 2022-06-06 17:54:57.852375000
17:54:57.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.852724000, lastModified=2022-06-06 17:54:57.852375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.852724000, lastModified=2022-06-06 17:54:57.852375000, delta=349000 ns, racy<=15000 ns
17:54:57.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.852946000, lastModified=2022-06-06 17:54:57.852375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.852946000, lastModified=2022-06-06 17:54:57.852375000, delta=571000 ns, racy<=15000 ns
17:54:57.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.853167000, lastModified=2022-06-06 17:54:57.852375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.853167000, lastModified=2022-06-06 17:54:57.852375000, delta=792000 ns, racy<=15000 ns
17:54:57.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.853383000, lastModified=2022-06-06 17:54:57.852375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.853383000, lastModified=2022-06-06 17:54:57.852375000, delta=1008000 ns, racy<=15000 ns
17:54:57.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.853632000, lastModified=2022-06-06 17:54:57.853375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.853632000, lastModified=2022-06-06 17:54:57.853375000, delta=257000 ns, racy<=15000 ns
17:54:57.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.853854000, lastModified=2022-06-06 17:54:57.853375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.853854000, lastModified=2022-06-06 17:54:57.853375000, delta=479000 ns, racy<=15000 ns
17:54:57.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.854096000, lastModified=2022-06-06 17:54:57.853375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.854096000, lastModified=2022-06-06 17:54:57.853375000, delta=721000 ns, racy<=15000 ns
17:54:57.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.854335000, lastModified=2022-06-06 17:54:57.853375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.854335000, lastModified=2022-06-06 17:54:57.853375000, delta=960000 ns, racy<=15000 ns
17:54:57.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.854569000, lastModified=2022-06-06 17:54:57.854375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.854569000, lastModified=2022-06-06 17:54:57.854375000, delta=194000 ns, racy<=15000 ns
17:54:57.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.854832000, lastModified=2022-06-06 17:54:57.854375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.854832000, lastModified=2022-06-06 17:54:57.854375000, delta=457000 ns, racy<=15000 ns
17:54:57.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.859169000, lastModified=2022-06-06 17:54:57.854375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.854375000 to 2022-06-06 17:54:57.858375000
17:54:57.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.859419000, lastModified=2022-06-06 17:54:57.858375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.858375000 to 2022-06-06 17:54:57.859375000
17:54:57.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.859638000, lastModified=2022-06-06 17:54:57.859375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.859638000, lastModified=2022-06-06 17:54:57.859375000, delta=263000 ns, racy<=15000 ns
17:54:57.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.859867000, lastModified=2022-06-06 17:54:57.859375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.859867000, lastModified=2022-06-06 17:54:57.859375000, delta=492000 ns, racy<=15000 ns
17:54:57.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.860104000, lastModified=2022-06-06 17:54:57.859375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.860104000, lastModified=2022-06-06 17:54:57.859375000, delta=729000 ns, racy<=15000 ns
17:54:57.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.860317000, lastModified=2022-06-06 17:54:57.859375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.860317000, lastModified=2022-06-06 17:54:57.859375000, delta=942000 ns, racy<=15000 ns
17:54:57.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.860536000, lastModified=2022-06-06 17:54:57.859375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.859375000 to 2022-06-06 17:54:57.860375000
17:54:57.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.860734000, lastModified=2022-06-06 17:54:57.860375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.860734000, lastModified=2022-06-06 17:54:57.860375000, delta=359000 ns, racy<=15000 ns
17:54:57.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.860949000, lastModified=2022-06-06 17:54:57.860375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.860949000, lastModified=2022-06-06 17:54:57.860375000, delta=574000 ns, racy<=15000 ns
17:54:57.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.861199000, lastModified=2022-06-06 17:54:57.860375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.861199000, lastModified=2022-06-06 17:54:57.860375000, delta=824000 ns, racy<=15000 ns
17:54:57.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.861446000, lastModified=2022-06-06 17:54:57.860375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.860375000 to 2022-06-06 17:54:57.861375000
17:54:57.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.861657000, lastModified=2022-06-06 17:54:57.861375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.861657000, lastModified=2022-06-06 17:54:57.861375000, delta=282000 ns, racy<=15000 ns
17:54:57.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.861875000, lastModified=2022-06-06 17:54:57.861375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.861875000, lastModified=2022-06-06 17:54:57.861375000, delta=500000 ns, racy<=15000 ns
17:54:57.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.862121000, lastModified=2022-06-06 17:54:57.861375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.862121000, lastModified=2022-06-06 17:54:57.861375000, delta=746000 ns, racy<=15000 ns
17:54:57.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.862342000, lastModified=2022-06-06 17:54:57.861375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.862342000, lastModified=2022-06-06 17:54:57.861375000, delta=967000 ns, racy<=15000 ns
17:54:57.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.862563000, lastModified=2022-06-06 17:54:57.862375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.862563000, lastModified=2022-06-06 17:54:57.862375000, delta=188000 ns, racy<=15000 ns
17:54:57.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.862780000, lastModified=2022-06-06 17:54:57.862375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.862780000, lastModified=2022-06-06 17:54:57.862375000, delta=405000 ns, racy<=15000 ns
17:54:57.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.862997000, lastModified=2022-06-06 17:54:57.862375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.862997000, lastModified=2022-06-06 17:54:57.862375000, delta=622000 ns, racy<=15000 ns
17:54:57.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.863222000, lastModified=2022-06-06 17:54:57.862375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.863222000, lastModified=2022-06-06 17:54:57.862375000, delta=847000 ns, racy<=15000 ns
17:54:57.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.863441000, lastModified=2022-06-06 17:54:57.862375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.862375000 to 2022-06-06 17:54:57.863375000
17:54:57.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.863654000, lastModified=2022-06-06 17:54:57.863375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.863654000, lastModified=2022-06-06 17:54:57.863375000, delta=279000 ns, racy<=15000 ns
17:54:57.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.863874000, lastModified=2022-06-06 17:54:57.863375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.863874000, lastModified=2022-06-06 17:54:57.863375000, delta=499000 ns, racy<=15000 ns
17:54:57.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.864128000, lastModified=2022-06-06 17:54:57.863375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.864128000, lastModified=2022-06-06 17:54:57.863375000, delta=753000 ns, racy<=15000 ns
17:54:57.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.864344000, lastModified=2022-06-06 17:54:57.863375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.864344000, lastModified=2022-06-06 17:54:57.863375000, delta=969000 ns, racy<=15000 ns
17:54:57.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.864568000, lastModified=2022-06-06 17:54:57.864375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.864568000, lastModified=2022-06-06 17:54:57.864375000, delta=193000 ns, racy<=15000 ns
17:54:57.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.864833000, lastModified=2022-06-06 17:54:57.864375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.864833000, lastModified=2022-06-06 17:54:57.864375000, delta=458000 ns, racy<=15000 ns
17:54:57.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.865051000, lastModified=2022-06-06 17:54:57.864375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.865051000, lastModified=2022-06-06 17:54:57.864375000, delta=676000 ns, racy<=15000 ns
17:54:57.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.865275000, lastModified=2022-06-06 17:54:57.864375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.865275000, lastModified=2022-06-06 17:54:57.864375000, delta=900000 ns, racy<=15000 ns
17:54:57.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.865490000, lastModified=2022-06-06 17:54:57.864375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.864375000 to 2022-06-06 17:54:57.865375000
17:54:57.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.865740000, lastModified=2022-06-06 17:54:57.865375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.865740000, lastModified=2022-06-06 17:54:57.865375000, delta=365000 ns, racy<=15000 ns
17:54:57.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.865959000, lastModified=2022-06-06 17:54:57.865375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.865959000, lastModified=2022-06-06 17:54:57.865375000, delta=584000 ns, racy<=15000 ns
17:54:57.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.866186000, lastModified=2022-06-06 17:54:57.865375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.866186000, lastModified=2022-06-06 17:54:57.865375000, delta=811000 ns, racy<=15000 ns
17:54:57.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.866409000, lastModified=2022-06-06 17:54:57.865375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.866409000, lastModified=2022-06-06 17:54:57.865375000, delta=1034000 ns, racy<=15000 ns
17:54:57.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.866635000, lastModified=2022-06-06 17:54:57.866375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.866635000, lastModified=2022-06-06 17:54:57.866375000, delta=260000 ns, racy<=15000 ns
17:54:57.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.866851000, lastModified=2022-06-06 17:54:57.866375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.866851000, lastModified=2022-06-06 17:54:57.866375000, delta=476000 ns, racy<=15000 ns
17:54:57.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.871089000, lastModified=2022-06-06 17:54:57.866375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.866375000 to 2022-06-06 17:54:57.870375000
17:54:57.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.871314000, lastModified=2022-06-06 17:54:57.870375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.871314000, lastModified=2022-06-06 17:54:57.870375000, delta=939000 ns, racy<=15000 ns
17:54:57.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.871545000, lastModified=2022-06-06 17:54:57.871375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.871545000, lastModified=2022-06-06 17:54:57.871375000, delta=170000 ns, racy<=15000 ns
17:54:57.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.871759000, lastModified=2022-06-06 17:54:57.871375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.871759000, lastModified=2022-06-06 17:54:57.871375000, delta=384000 ns, racy<=15000 ns
17:54:57.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.871974000, lastModified=2022-06-06 17:54:57.871375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.871974000, lastModified=2022-06-06 17:54:57.871375000, delta=599000 ns, racy<=15000 ns
17:54:57.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.872191000, lastModified=2022-06-06 17:54:57.871375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.872191000, lastModified=2022-06-06 17:54:57.871375000, delta=816000 ns, racy<=15000 ns
17:54:57.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.872404000, lastModified=2022-06-06 17:54:57.871375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.872404000, lastModified=2022-06-06 17:54:57.871375000, delta=1029000 ns, racy<=15000 ns
17:54:57.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.872623000, lastModified=2022-06-06 17:54:57.872375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.872623000, lastModified=2022-06-06 17:54:57.872375000, delta=248000 ns, racy<=15000 ns
17:54:57.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.872836000, lastModified=2022-06-06 17:54:57.872375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.872836000, lastModified=2022-06-06 17:54:57.872375000, delta=461000 ns, racy<=15000 ns
17:54:57.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.873043000, lastModified=2022-06-06 17:54:57.872375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.873043000, lastModified=2022-06-06 17:54:57.872375000, delta=668000 ns, racy<=15000 ns
17:54:57.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.873259000, lastModified=2022-06-06 17:54:57.872375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.873259000, lastModified=2022-06-06 17:54:57.872375000, delta=884000 ns, racy<=15000 ns
17:54:57.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.873478000, lastModified=2022-06-06 17:54:57.872375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.872375000 to 2022-06-06 17:54:57.873375000
17:54:57.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.873683000, lastModified=2022-06-06 17:54:57.873375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.873683000, lastModified=2022-06-06 17:54:57.873375000, delta=308000 ns, racy<=15000 ns
17:54:57.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.873894000, lastModified=2022-06-06 17:54:57.873375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.873894000, lastModified=2022-06-06 17:54:57.873375000, delta=519000 ns, racy<=15000 ns
17:54:57.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.874111000, lastModified=2022-06-06 17:54:57.873375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.874111000, lastModified=2022-06-06 17:54:57.873375000, delta=736000 ns, racy<=15000 ns
17:54:57.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.874325000, lastModified=2022-06-06 17:54:57.873375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.874325000, lastModified=2022-06-06 17:54:57.873375000, delta=950000 ns, racy<=15000 ns
17:54:57.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.874585000, lastModified=2022-06-06 17:54:57.874375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.874585000, lastModified=2022-06-06 17:54:57.874375000, delta=210000 ns, racy<=15000 ns
17:54:57.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.874802000, lastModified=2022-06-06 17:54:57.874375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.874802000, lastModified=2022-06-06 17:54:57.874375000, delta=427000 ns, racy<=15000 ns
17:54:57.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.875013000, lastModified=2022-06-06 17:54:57.874375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.875013000, lastModified=2022-06-06 17:54:57.874375000, delta=638000 ns, racy<=15000 ns
17:54:57.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.875232000, lastModified=2022-06-06 17:54:57.874375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.875232000, lastModified=2022-06-06 17:54:57.874375000, delta=857000 ns, racy<=15000 ns
17:54:57.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.875447000, lastModified=2022-06-06 17:54:57.874375000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.874375000 to 2022-06-06 17:54:57.875376000
17:54:57.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.875654000, lastModified=2022-06-06 17:54:57.875376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.875654000, lastModified=2022-06-06 17:54:57.875376000, delta=278000 ns, racy<=15000 ns
17:54:57.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.875863000, lastModified=2022-06-06 17:54:57.875376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.875863000, lastModified=2022-06-06 17:54:57.875376000, delta=487000 ns, racy<=15000 ns
17:54:57.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.876084000, lastModified=2022-06-06 17:54:57.875376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.876084000, lastModified=2022-06-06 17:54:57.875376000, delta=708000 ns, racy<=15000 ns
17:54:57.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.876299000, lastModified=2022-06-06 17:54:57.875376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.876299000, lastModified=2022-06-06 17:54:57.875376000, delta=923000 ns, racy<=15000 ns
17:54:57.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.876519000, lastModified=2022-06-06 17:54:57.875376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.875376000 to 2022-06-06 17:54:57.876376000
17:54:57.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.876724000, lastModified=2022-06-06 17:54:57.876376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.876724000, lastModified=2022-06-06 17:54:57.876376000, delta=348000 ns, racy<=15000 ns
17:54:57.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.876934000, lastModified=2022-06-06 17:54:57.876376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.876934000, lastModified=2022-06-06 17:54:57.876376000, delta=558000 ns, racy<=15000 ns
17:54:57.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.877153000, lastModified=2022-06-06 17:54:57.876376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.877153000, lastModified=2022-06-06 17:54:57.876376000, delta=777000 ns, racy<=15000 ns
17:54:57.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.877361000, lastModified=2022-06-06 17:54:57.876376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.877361000, lastModified=2022-06-06 17:54:57.876376000, delta=985000 ns, racy<=15000 ns
17:54:57.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.877579000, lastModified=2022-06-06 17:54:57.877376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.877579000, lastModified=2022-06-06 17:54:57.877376000, delta=203000 ns, racy<=15000 ns
17:54:57.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.877796000, lastModified=2022-06-06 17:54:57.877376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.877796000, lastModified=2022-06-06 17:54:57.877376000, delta=420000 ns, racy<=15000 ns
17:54:57.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.878010000, lastModified=2022-06-06 17:54:57.877376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.878010000, lastModified=2022-06-06 17:54:57.877376000, delta=634000 ns, racy<=15000 ns
17:54:57.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.878230000, lastModified=2022-06-06 17:54:57.877376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.878230000, lastModified=2022-06-06 17:54:57.877376000, delta=854000 ns, racy<=15000 ns
17:54:57.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.878440000, lastModified=2022-06-06 17:54:57.877376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.877376000 to 2022-06-06 17:54:57.878376000
17:54:57.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.880915000, lastModified=2022-06-06 17:54:57.878376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.878376000 to 2022-06-06 17:54:57.880376000
17:54:57.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.881169000, lastModified=2022-06-06 17:54:57.880376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.881169000, lastModified=2022-06-06 17:54:57.880376000, delta=793000 ns, racy<=15000 ns
17:54:57.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.881385000, lastModified=2022-06-06 17:54:57.880376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.881385000, lastModified=2022-06-06 17:54:57.880376000, delta=1009000 ns, racy<=15000 ns
17:54:57.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.881603000, lastModified=2022-06-06 17:54:57.881376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.881603000, lastModified=2022-06-06 17:54:57.881376000, delta=227000 ns, racy<=15000 ns
17:54:57.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.881820000, lastModified=2022-06-06 17:54:57.881376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.881820000, lastModified=2022-06-06 17:54:57.881376000, delta=444000 ns, racy<=15000 ns
17:54:57.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.882029000, lastModified=2022-06-06 17:54:57.881376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.882029000, lastModified=2022-06-06 17:54:57.881376000, delta=653000 ns, racy<=15000 ns
17:54:57.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.882622000, lastModified=2022-06-06 17:54:57.882376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.882622000, lastModified=2022-06-06 17:54:57.882376000, delta=246000 ns, racy<=15000 ns
17:54:57.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.882837000, lastModified=2022-06-06 17:54:57.882376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.882837000, lastModified=2022-06-06 17:54:57.882376000, delta=461000 ns, racy<=15000 ns
17:54:57.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.883048000, lastModified=2022-06-06 17:54:57.882376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.883048000, lastModified=2022-06-06 17:54:57.882376000, delta=672000 ns, racy<=15000 ns
17:54:57.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.883267000, lastModified=2022-06-06 17:54:57.882376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.883267000, lastModified=2022-06-06 17:54:57.882376000, delta=891000 ns, racy<=15000 ns
17:54:57.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.883476000, lastModified=2022-06-06 17:54:57.882376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.882376000 to 2022-06-06 17:54:57.883376000
17:54:57.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.948057000, lastModified=2022-06-06 17:54:57.883376000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.883376000 to 2022-06-06 17:54:57.947377000
17:54:57.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.948514000, lastModified=2022-06-06 17:54:57.947377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.947377000 to 2022-06-06 17:54:57.948377000
17:54:57.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.948761000, lastModified=2022-06-06 17:54:57.948377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.948761000, lastModified=2022-06-06 17:54:57.948377000, delta=384000 ns, racy<=15000 ns
17:54:57.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.949008000, lastModified=2022-06-06 17:54:57.948377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.949008000, lastModified=2022-06-06 17:54:57.948377000, delta=631000 ns, racy<=15000 ns
17:54:57.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.949256000, lastModified=2022-06-06 17:54:57.948377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.949256000, lastModified=2022-06-06 17:54:57.948377000, delta=879000 ns, racy<=15000 ns
17:54:57.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.949472000, lastModified=2022-06-06 17:54:57.948377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.948377000 to 2022-06-06 17:54:57.949377000
17:54:57.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.949685000, lastModified=2022-06-06 17:54:57.949377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.949685000, lastModified=2022-06-06 17:54:57.949377000, delta=308000 ns, racy<=15000 ns
17:54:57.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.949897000, lastModified=2022-06-06 17:54:57.949377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.949897000, lastModified=2022-06-06 17:54:57.949377000, delta=520000 ns, racy<=15000 ns
17:54:57.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.950131000, lastModified=2022-06-06 17:54:57.949377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.950131000, lastModified=2022-06-06 17:54:57.949377000, delta=754000 ns, racy<=15000 ns
17:54:57.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.950351000, lastModified=2022-06-06 17:54:57.949377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.950351000, lastModified=2022-06-06 17:54:57.949377000, delta=974000 ns, racy<=15000 ns
17:54:57.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.950570000, lastModified=2022-06-06 17:54:57.950377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.950570000, lastModified=2022-06-06 17:54:57.950377000, delta=193000 ns, racy<=15000 ns
17:54:57.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.950783000, lastModified=2022-06-06 17:54:57.950377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.950783000, lastModified=2022-06-06 17:54:57.950377000, delta=406000 ns, racy<=15000 ns
17:54:57.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.950995000, lastModified=2022-06-06 17:54:57.950377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.950995000, lastModified=2022-06-06 17:54:57.950377000, delta=618000 ns, racy<=15000 ns
17:54:57.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.951213000, lastModified=2022-06-06 17:54:57.950377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.951213000, lastModified=2022-06-06 17:54:57.950377000, delta=836000 ns, racy<=15000 ns
17:54:57.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.951424000, lastModified=2022-06-06 17:54:57.950377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.950377000 to 2022-06-06 17:54:57.951377000
17:54:57.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.951630000, lastModified=2022-06-06 17:54:57.951377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.951630000, lastModified=2022-06-06 17:54:57.951377000, delta=253000 ns, racy<=15000 ns
17:54:57.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.951872000, lastModified=2022-06-06 17:54:57.951377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.951872000, lastModified=2022-06-06 17:54:57.951377000, delta=495000 ns, racy<=15000 ns
17:54:57.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.952097000, lastModified=2022-06-06 17:54:57.951377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.952097000, lastModified=2022-06-06 17:54:57.951377000, delta=720000 ns, racy<=15000 ns
17:54:57.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.952309000, lastModified=2022-06-06 17:54:57.951377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.952309000, lastModified=2022-06-06 17:54:57.951377000, delta=932000 ns, racy<=15000 ns
17:54:57.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.952530000, lastModified=2022-06-06 17:54:57.951377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.951377000 to 2022-06-06 17:54:57.952377000
17:54:57.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.952737000, lastModified=2022-06-06 17:54:57.952377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.952737000, lastModified=2022-06-06 17:54:57.952377000, delta=360000 ns, racy<=15000 ns
17:54:57.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.952955000, lastModified=2022-06-06 17:54:57.952377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.952955000, lastModified=2022-06-06 17:54:57.952377000, delta=578000 ns, racy<=15000 ns
17:54:57.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.953173000, lastModified=2022-06-06 17:54:57.952377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.953173000, lastModified=2022-06-06 17:54:57.952377000, delta=796000 ns, racy<=15000 ns
17:54:57.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.953382000, lastModified=2022-06-06 17:54:57.952377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.953382000, lastModified=2022-06-06 17:54:57.952377000, delta=1005000 ns, racy<=15000 ns
17:54:57.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.955906000, lastModified=2022-06-06 17:54:57.953377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.953377000 to 2022-06-06 17:54:57.955377000
17:54:57.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.956206000, lastModified=2022-06-06 17:54:57.955377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.956206000, lastModified=2022-06-06 17:54:57.955377000, delta=829000 ns, racy<=15000 ns
17:54:57.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.956428000, lastModified=2022-06-06 17:54:57.955377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.955377000 to 2022-06-06 17:54:57.956377000
17:54:57.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.956639000, lastModified=2022-06-06 17:54:57.956377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.956639000, lastModified=2022-06-06 17:54:57.956377000, delta=262000 ns, racy<=15000 ns
17:54:57.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.956854000, lastModified=2022-06-06 17:54:57.956377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.956854000, lastModified=2022-06-06 17:54:57.956377000, delta=477000 ns, racy<=15000 ns
17:54:57.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.957064000, lastModified=2022-06-06 17:54:57.956377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.957064000, lastModified=2022-06-06 17:54:57.956377000, delta=687000 ns, racy<=15000 ns
17:54:57.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.957284000, lastModified=2022-06-06 17:54:57.956377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.957284000, lastModified=2022-06-06 17:54:57.956377000, delta=907000 ns, racy<=15000 ns
17:54:57.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.957493000, lastModified=2022-06-06 17:54:57.956377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.956377000 to 2022-06-06 17:54:57.957377000
17:54:57.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.957700000, lastModified=2022-06-06 17:54:57.957377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.957700000, lastModified=2022-06-06 17:54:57.957377000, delta=323000 ns, racy<=15000 ns
17:54:57.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.957908000, lastModified=2022-06-06 17:54:57.957377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.957908000, lastModified=2022-06-06 17:54:57.957377000, delta=531000 ns, racy<=15000 ns
17:54:57.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.958129000, lastModified=2022-06-06 17:54:57.957377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.958129000, lastModified=2022-06-06 17:54:57.957377000, delta=752000 ns, racy<=15000 ns
17:54:57.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.958342000, lastModified=2022-06-06 17:54:57.957377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.958342000, lastModified=2022-06-06 17:54:57.957377000, delta=965000 ns, racy<=15000 ns
17:54:57.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.958589000, lastModified=2022-06-06 17:54:57.958377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.958589000, lastModified=2022-06-06 17:54:57.958377000, delta=212000 ns, racy<=15000 ns
17:54:57.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.958808000, lastModified=2022-06-06 17:54:57.958377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.958808000, lastModified=2022-06-06 17:54:57.958377000, delta=431000 ns, racy<=15000 ns
17:54:57.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.959021000, lastModified=2022-06-06 17:54:57.958377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.959021000, lastModified=2022-06-06 17:54:57.958377000, delta=644000 ns, racy<=15000 ns
17:54:57.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.959242000, lastModified=2022-06-06 17:54:57.958377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.959242000, lastModified=2022-06-06 17:54:57.958377000, delta=865000 ns, racy<=15000 ns
17:54:57.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.959454000, lastModified=2022-06-06 17:54:57.958377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.958377000 to 2022-06-06 17:54:57.959377000
17:54:57.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.959677000, lastModified=2022-06-06 17:54:57.959377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.959677000, lastModified=2022-06-06 17:54:57.959377000, delta=300000 ns, racy<=15000 ns
17:54:57.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.959887000, lastModified=2022-06-06 17:54:57.959377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.960 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.959887000, lastModified=2022-06-06 17:54:57.959377000, delta=510000 ns, racy<=15000 ns
17:54:57.960 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.960 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.960108000, lastModified=2022-06-06 17:54:57.959377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.960 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.960108000, lastModified=2022-06-06 17:54:57.959377000, delta=731000 ns, racy<=15000 ns
17:54:57.960 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.960 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.960349000, lastModified=2022-06-06 17:54:57.959377000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.960 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.960349000, lastModified=2022-06-06 17:54:57.959377000, delta=972000 ns, racy<=15000 ns
17:54:57.960 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.960 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.960565000, lastModified=2022-06-06 17:54:57.960378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.960 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.960565000, lastModified=2022-06-06 17:54:57.960378000, delta=187000 ns, racy<=15000 ns
17:54:57.960 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.960 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.960776000, lastModified=2022-06-06 17:54:57.960378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.960 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.960776000, lastModified=2022-06-06 17:54:57.960378000, delta=398000 ns, racy<=15000 ns
17:54:57.960 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.960998000, lastModified=2022-06-06 17:54:57.960378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.960998000, lastModified=2022-06-06 17:54:57.960378000, delta=620000 ns, racy<=15000 ns
17:54:57.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.961218000, lastModified=2022-06-06 17:54:57.960378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.961218000, lastModified=2022-06-06 17:54:57.960378000, delta=840000 ns, racy<=15000 ns
17:54:57.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.961454000, lastModified=2022-06-06 17:54:57.960378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.960378000 to 2022-06-06 17:54:57.961378000
17:54:57.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.961680000, lastModified=2022-06-06 17:54:57.961378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.961680000, lastModified=2022-06-06 17:54:57.961378000, delta=302000 ns, racy<=15000 ns
17:54:57.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.961920000, lastModified=2022-06-06 17:54:57.961378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.961920000, lastModified=2022-06-06 17:54:57.961378000, delta=542000 ns, racy<=15000 ns
17:54:57.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.962157000, lastModified=2022-06-06 17:54:57.961378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.962157000, lastModified=2022-06-06 17:54:57.961378000, delta=779000 ns, racy<=15000 ns
17:54:57.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.962368000, lastModified=2022-06-06 17:54:57.961378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.962368000, lastModified=2022-06-06 17:54:57.961378000, delta=990000 ns, racy<=15000 ns
17:54:57.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.962635000, lastModified=2022-06-06 17:54:57.962378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.962635000, lastModified=2022-06-06 17:54:57.962378000, delta=257000 ns, racy<=15000 ns
17:54:57.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.962852000, lastModified=2022-06-06 17:54:57.962378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.962852000, lastModified=2022-06-06 17:54:57.962378000, delta=474000 ns, racy<=15000 ns
17:54:57.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.963070000, lastModified=2022-06-06 17:54:57.962378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.963070000, lastModified=2022-06-06 17:54:57.962378000, delta=692000 ns, racy<=15000 ns
17:54:57.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.963305000, lastModified=2022-06-06 17:54:57.962378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.963305000, lastModified=2022-06-06 17:54:57.962378000, delta=927000 ns, racy<=15000 ns
17:54:57.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.963567000, lastModified=2022-06-06 17:54:57.963378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.963567000, lastModified=2022-06-06 17:54:57.963378000, delta=189000 ns, racy<=15000 ns
17:54:57.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.966842000, lastModified=2022-06-06 17:54:57.963378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.963378000 to 2022-06-06 17:54:57.966378000
17:54:57.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.967193000, lastModified=2022-06-06 17:54:57.966378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.967193000, lastModified=2022-06-06 17:54:57.966378000, delta=815000 ns, racy<=15000 ns
17:54:57.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.967466000, lastModified=2022-06-06 17:54:57.966378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.966378000 to 2022-06-06 17:54:57.967378000
17:54:57.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.967682000, lastModified=2022-06-06 17:54:57.967378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.967682000, lastModified=2022-06-06 17:54:57.967378000, delta=304000 ns, racy<=15000 ns
17:54:57.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.967899000, lastModified=2022-06-06 17:54:57.967378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.967899000, lastModified=2022-06-06 17:54:57.967378000, delta=521000 ns, racy<=15000 ns
17:54:57.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.968136000, lastModified=2022-06-06 17:54:57.967378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.968136000, lastModified=2022-06-06 17:54:57.967378000, delta=758000 ns, racy<=15000 ns
17:54:57.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.968351000, lastModified=2022-06-06 17:54:57.967378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.968351000, lastModified=2022-06-06 17:54:57.967378000, delta=973000 ns, racy<=15000 ns
17:54:57.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.968570000, lastModified=2022-06-06 17:54:57.968378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.968570000, lastModified=2022-06-06 17:54:57.968378000, delta=192000 ns, racy<=15000 ns
17:54:57.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.968788000, lastModified=2022-06-06 17:54:57.968378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.968788000, lastModified=2022-06-06 17:54:57.968378000, delta=410000 ns, racy<=15000 ns
17:54:57.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.969002000, lastModified=2022-06-06 17:54:57.968378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.969002000, lastModified=2022-06-06 17:54:57.968378000, delta=624000 ns, racy<=15000 ns
17:54:57.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.969225000, lastModified=2022-06-06 17:54:57.968378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.969225000, lastModified=2022-06-06 17:54:57.968378000, delta=847000 ns, racy<=15000 ns
17:54:57.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.969439000, lastModified=2022-06-06 17:54:57.968378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.968378000 to 2022-06-06 17:54:57.969378000
17:54:57.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.969645000, lastModified=2022-06-06 17:54:57.969378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.969645000, lastModified=2022-06-06 17:54:57.969378000, delta=267000 ns, racy<=15000 ns
17:54:57.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.969862000, lastModified=2022-06-06 17:54:57.969378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.969862000, lastModified=2022-06-06 17:54:57.969378000, delta=484000 ns, racy<=15000 ns
17:54:57.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.970085000, lastModified=2022-06-06 17:54:57.969378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.970085000, lastModified=2022-06-06 17:54:57.969378000, delta=707000 ns, racy<=15000 ns
17:54:57.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.970298000, lastModified=2022-06-06 17:54:57.969378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.970298000, lastModified=2022-06-06 17:54:57.969378000, delta=920000 ns, racy<=15000 ns
17:54:57.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.970533000, lastModified=2022-06-06 17:54:57.969378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.969378000 to 2022-06-06 17:54:57.970378000
17:54:57.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.970739000, lastModified=2022-06-06 17:54:57.970378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.970739000, lastModified=2022-06-06 17:54:57.970378000, delta=361000 ns, racy<=15000 ns
17:54:57.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.970956000, lastModified=2022-06-06 17:54:57.970378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.970956000, lastModified=2022-06-06 17:54:57.970378000, delta=578000 ns, racy<=15000 ns
17:54:57.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.971181000, lastModified=2022-06-06 17:54:57.970378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.971181000, lastModified=2022-06-06 17:54:57.970378000, delta=803000 ns, racy<=15000 ns
17:54:57.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.971395000, lastModified=2022-06-06 17:54:57.970378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.971395000, lastModified=2022-06-06 17:54:57.970378000, delta=1017000 ns, racy<=15000 ns
17:54:57.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.971628000, lastModified=2022-06-06 17:54:57.971378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.971628000, lastModified=2022-06-06 17:54:57.971378000, delta=250000 ns, racy<=15000 ns
17:54:57.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.971846000, lastModified=2022-06-06 17:54:57.971378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.971846000, lastModified=2022-06-06 17:54:57.971378000, delta=468000 ns, racy<=15000 ns
17:54:57.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.972 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.972057000, lastModified=2022-06-06 17:54:57.971378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.972 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.972057000, lastModified=2022-06-06 17:54:57.971378000, delta=679000 ns, racy<=15000 ns
17:54:57.972 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.972 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.972274000, lastModified=2022-06-06 17:54:57.971378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.972 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.972274000, lastModified=2022-06-06 17:54:57.971378000, delta=896000 ns, racy<=15000 ns
17:54:57.972 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.972 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.972481000, lastModified=2022-06-06 17:54:57.971378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.972 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.971378000 to 2022-06-06 17:54:57.972378000
17:54:57.972 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.972690000, lastModified=2022-06-06 17:54:57.972378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.972 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.972690000, lastModified=2022-06-06 17:54:57.972378000, delta=312000 ns, racy<=15000 ns
17:54:57.972 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.972 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.972902000, lastModified=2022-06-06 17:54:57.972378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.972902000, lastModified=2022-06-06 17:54:57.972378000, delta=524000 ns, racy<=15000 ns
17:54:57.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.973124000, lastModified=2022-06-06 17:54:57.972378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.973124000, lastModified=2022-06-06 17:54:57.972378000, delta=746000 ns, racy<=15000 ns
17:54:57.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.973334000, lastModified=2022-06-06 17:54:57.972378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.973334000, lastModified=2022-06-06 17:54:57.972378000, delta=956000 ns, racy<=15000 ns
17:54:57.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.973573000, lastModified=2022-06-06 17:54:57.973378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.973573000, lastModified=2022-06-06 17:54:57.973378000, delta=195000 ns, racy<=15000 ns
17:54:57.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.973820000, lastModified=2022-06-06 17:54:57.973378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.973820000, lastModified=2022-06-06 17:54:57.973378000, delta=442000 ns, racy<=15000 ns
17:54:57.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.974052000, lastModified=2022-06-06 17:54:57.973378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.974052000, lastModified=2022-06-06 17:54:57.973378000, delta=674000 ns, racy<=15000 ns
17:54:57.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.974310000, lastModified=2022-06-06 17:54:57.973378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.974310000, lastModified=2022-06-06 17:54:57.973378000, delta=932000 ns, racy<=15000 ns
17:54:57.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.974578000, lastModified=2022-06-06 17:54:57.974378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.974578000, lastModified=2022-06-06 17:54:57.974378000, delta=200000 ns, racy<=15000 ns
17:54:57.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.978745000, lastModified=2022-06-06 17:54:57.974378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.974378000 to 2022-06-06 17:54:57.978378000
17:54:57.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.978964000, lastModified=2022-06-06 17:54:57.978378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.978964000, lastModified=2022-06-06 17:54:57.978378000, delta=586000 ns, racy<=15000 ns
17:54:57.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.979203000, lastModified=2022-06-06 17:54:57.978378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.979203000, lastModified=2022-06-06 17:54:57.978378000, delta=825000 ns, racy<=15000 ns
17:54:57.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.979441000, lastModified=2022-06-06 17:54:57.978378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.978378000 to 2022-06-06 17:54:57.979378000
17:54:57.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.979696000, lastModified=2022-06-06 17:54:57.979378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.979696000, lastModified=2022-06-06 17:54:57.979378000, delta=318000 ns, racy<=15000 ns
17:54:57.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.979982000, lastModified=2022-06-06 17:54:57.979378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.979982000, lastModified=2022-06-06 17:54:57.979378000, delta=604000 ns, racy<=15000 ns
17:54:57.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.980307000, lastModified=2022-06-06 17:54:57.979378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.980307000, lastModified=2022-06-06 17:54:57.979378000, delta=929000 ns, racy<=15000 ns
17:54:57.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.980594000, lastModified=2022-06-06 17:54:57.980378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.980594000, lastModified=2022-06-06 17:54:57.980378000, delta=216000 ns, racy<=15000 ns
17:54:57.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.980835000, lastModified=2022-06-06 17:54:57.980378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.980835000, lastModified=2022-06-06 17:54:57.980378000, delta=457000 ns, racy<=15000 ns
17:54:57.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.981064000, lastModified=2022-06-06 17:54:57.980378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.981064000, lastModified=2022-06-06 17:54:57.980378000, delta=686000 ns, racy<=15000 ns
17:54:57.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.981305000, lastModified=2022-06-06 17:54:57.980378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.981305000, lastModified=2022-06-06 17:54:57.980378000, delta=927000 ns, racy<=15000 ns
17:54:57.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.981537000, lastModified=2022-06-06 17:54:57.980378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.980378000 to 2022-06-06 17:54:57.981378000
17:54:57.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.981756000, lastModified=2022-06-06 17:54:57.981378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.981756000, lastModified=2022-06-06 17:54:57.981378000, delta=378000 ns, racy<=15000 ns
17:54:57.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.981984000, lastModified=2022-06-06 17:54:57.981378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.981984000, lastModified=2022-06-06 17:54:57.981378000, delta=606000 ns, racy<=15000 ns
17:54:57.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.982220000, lastModified=2022-06-06 17:54:57.981378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.982220000, lastModified=2022-06-06 17:54:57.981378000, delta=842000 ns, racy<=15000 ns
17:54:57.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.982465000, lastModified=2022-06-06 17:54:57.981378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.981378000 to 2022-06-06 17:54:57.982378000
17:54:57.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.982697000, lastModified=2022-06-06 17:54:57.982378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.982697000, lastModified=2022-06-06 17:54:57.982378000, delta=319000 ns, racy<=15000 ns
17:54:57.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.982913000, lastModified=2022-06-06 17:54:57.982378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.982913000, lastModified=2022-06-06 17:54:57.982378000, delta=535000 ns, racy<=15000 ns
17:54:57.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.983131000, lastModified=2022-06-06 17:54:57.982378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.983131000, lastModified=2022-06-06 17:54:57.982378000, delta=753000 ns, racy<=15000 ns
17:54:57.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.983344000, lastModified=2022-06-06 17:54:57.982378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.983344000, lastModified=2022-06-06 17:54:57.982378000, delta=966000 ns, racy<=15000 ns
17:54:57.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.983586000, lastModified=2022-06-06 17:54:57.983378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.983586000, lastModified=2022-06-06 17:54:57.983378000, delta=208000 ns, racy<=15000 ns
17:54:57.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.983802000, lastModified=2022-06-06 17:54:57.983378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.983802000, lastModified=2022-06-06 17:54:57.983378000, delta=424000 ns, racy<=15000 ns
17:54:57.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.984014000, lastModified=2022-06-06 17:54:57.983378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.984014000, lastModified=2022-06-06 17:54:57.983378000, delta=636000 ns, racy<=15000 ns
17:54:57.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.984235000, lastModified=2022-06-06 17:54:57.983378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.984235000, lastModified=2022-06-06 17:54:57.983378000, delta=857000 ns, racy<=15000 ns
17:54:57.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.984445000, lastModified=2022-06-06 17:54:57.983378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.983378000 to 2022-06-06 17:54:57.984378000
17:54:57.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.984658000, lastModified=2022-06-06 17:54:57.984378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.984658000, lastModified=2022-06-06 17:54:57.984378000, delta=280000 ns, racy<=15000 ns
17:54:57.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.984903000, lastModified=2022-06-06 17:54:57.984378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.984903000, lastModified=2022-06-06 17:54:57.984378000, delta=525000 ns, racy<=15000 ns
17:54:57.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.985127000, lastModified=2022-06-06 17:54:57.984378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.985127000, lastModified=2022-06-06 17:54:57.984378000, delta=749000 ns, racy<=15000 ns
17:54:57.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.985338000, lastModified=2022-06-06 17:54:57.984378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.985338000, lastModified=2022-06-06 17:54:57.984378000, delta=960000 ns, racy<=15000 ns
17:54:57.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.985552000, lastModified=2022-06-06 17:54:57.985378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.985552000, lastModified=2022-06-06 17:54:57.985378000, delta=174000 ns, racy<=15000 ns
17:54:57.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.985763000, lastModified=2022-06-06 17:54:57.985378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.985763000, lastModified=2022-06-06 17:54:57.985378000, delta=385000 ns, racy<=15000 ns
17:54:57.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.985969000, lastModified=2022-06-06 17:54:57.985378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.985969000, lastModified=2022-06-06 17:54:57.985378000, delta=591000 ns, racy<=15000 ns
17:54:57.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.986190000, lastModified=2022-06-06 17:54:57.985378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.986190000, lastModified=2022-06-06 17:54:57.985378000, delta=812000 ns, racy<=15000 ns
17:54:57.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.986397000, lastModified=2022-06-06 17:54:57.985378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.986397000, lastModified=2022-06-06 17:54:57.985378000, delta=1019000 ns, racy<=15000 ns
17:54:57.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.986650000, lastModified=2022-06-06 17:54:57.986378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.986650000, lastModified=2022-06-06 17:54:57.986378000, delta=272000 ns, racy<=15000 ns
17:54:57.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.990870000, lastModified=2022-06-06 17:54:57.986378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.986378000 to 2022-06-06 17:54:57.990378000
17:54:57.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.991095000, lastModified=2022-06-06 17:54:57.990378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.991095000, lastModified=2022-06-06 17:54:57.990378000, delta=717000 ns, racy<=15000 ns
17:54:57.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.991311000, lastModified=2022-06-06 17:54:57.990378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.991311000, lastModified=2022-06-06 17:54:57.990378000, delta=933000 ns, racy<=15000 ns
17:54:57.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.991556000, lastModified=2022-06-06 17:54:57.990378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.990378000 to 2022-06-06 17:54:57.991378000
17:54:57.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.991760000, lastModified=2022-06-06 17:54:57.991378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.991760000, lastModified=2022-06-06 17:54:57.991378000, delta=382000 ns, racy<=15000 ns
17:54:57.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.991970000, lastModified=2022-06-06 17:54:57.991378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.991970000, lastModified=2022-06-06 17:54:57.991378000, delta=592000 ns, racy<=15000 ns
17:54:57.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.992187000, lastModified=2022-06-06 17:54:57.991378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.992187000, lastModified=2022-06-06 17:54:57.991378000, delta=809000 ns, racy<=15000 ns
17:54:57.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.992394000, lastModified=2022-06-06 17:54:57.991378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.992394000, lastModified=2022-06-06 17:54:57.991378000, delta=1016000 ns, racy<=15000 ns
17:54:57.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.992641000, lastModified=2022-06-06 17:54:57.992378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.992641000, lastModified=2022-06-06 17:54:57.992378000, delta=263000 ns, racy<=15000 ns
17:54:57.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.992881000, lastModified=2022-06-06 17:54:57.992378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.992881000, lastModified=2022-06-06 17:54:57.992378000, delta=503000 ns, racy<=15000 ns
17:54:57.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.993119000, lastModified=2022-06-06 17:54:57.992378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.993119000, lastModified=2022-06-06 17:54:57.992378000, delta=741000 ns, racy<=15000 ns
17:54:57.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.993343000, lastModified=2022-06-06 17:54:57.992378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.993343000, lastModified=2022-06-06 17:54:57.992378000, delta=965000 ns, racy<=15000 ns
17:54:57.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.993611000, lastModified=2022-06-06 17:54:57.993378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.993611000, lastModified=2022-06-06 17:54:57.993378000, delta=233000 ns, racy<=15000 ns
17:54:57.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.993839000, lastModified=2022-06-06 17:54:57.993378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.993839000, lastModified=2022-06-06 17:54:57.993378000, delta=461000 ns, racy<=15000 ns
17:54:57.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.994065000, lastModified=2022-06-06 17:54:57.993378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.994065000, lastModified=2022-06-06 17:54:57.993378000, delta=687000 ns, racy<=15000 ns
17:54:57.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.994303000, lastModified=2022-06-06 17:54:57.993378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.994303000, lastModified=2022-06-06 17:54:57.993378000, delta=925000 ns, racy<=15000 ns
17:54:57.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.994534000, lastModified=2022-06-06 17:54:57.993378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.993378000 to 2022-06-06 17:54:57.994378000
17:54:57.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.994745000, lastModified=2022-06-06 17:54:57.994378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.994745000, lastModified=2022-06-06 17:54:57.994378000, delta=367000 ns, racy<=15000 ns
17:54:57.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.994956000, lastModified=2022-06-06 17:54:57.994378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.994956000, lastModified=2022-06-06 17:54:57.994378000, delta=578000 ns, racy<=15000 ns
17:54:57.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.995178000, lastModified=2022-06-06 17:54:57.994378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.995178000, lastModified=2022-06-06 17:54:57.994378000, delta=800000 ns, racy<=15000 ns
17:54:57.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.995389000, lastModified=2022-06-06 17:54:57.994378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.995389000, lastModified=2022-06-06 17:54:57.994378000, delta=1011000 ns, racy<=15000 ns
17:54:57.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.995620000, lastModified=2022-06-06 17:54:57.995378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.995620000, lastModified=2022-06-06 17:54:57.995378000, delta=242000 ns, racy<=15000 ns
17:54:57.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.995826000, lastModified=2022-06-06 17:54:57.995378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.995826000, lastModified=2022-06-06 17:54:57.995378000, delta=448000 ns, racy<=15000 ns
17:54:57.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.996031000, lastModified=2022-06-06 17:54:57.995378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.996031000, lastModified=2022-06-06 17:54:57.995378000, delta=653000 ns, racy<=15000 ns
17:54:57.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.996245000, lastModified=2022-06-06 17:54:57.995378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.996245000, lastModified=2022-06-06 17:54:57.995378000, delta=867000 ns, racy<=15000 ns
17:54:57.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.996451000, lastModified=2022-06-06 17:54:57.995378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:57.995378000 to 2022-06-06 17:54:57.996378000
17:54:57.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.996656000, lastModified=2022-06-06 17:54:57.996378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.996656000, lastModified=2022-06-06 17:54:57.996378000, delta=278000 ns, racy<=15000 ns
17:54:57.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.996864000, lastModified=2022-06-06 17:54:57.996378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.996864000, lastModified=2022-06-06 17:54:57.996378000, delta=486000 ns, racy<=15000 ns
17:54:57.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.997085000, lastModified=2022-06-06 17:54:57.996378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:57.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.997085000, lastModified=2022-06-06 17:54:57.996378000, delta=707000 ns, racy<=15000 ns
17:54:57.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:57.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:57.997292000, lastModified=2022-06-06 17:54:57.996378000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:57.997292000, lastModified=2022-06-06 17:54:57.996378000, delta=914000 ns, racy<=15000 ns
17:54:58.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.048349000, lastModified=2022-06-06 17:54:58.047380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.048349000, lastModified=2022-06-06 17:54:58.047380000, delta=969000 ns, racy<=15000 ns
17:54:58.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.048642000, lastModified=2022-06-06 17:54:58.048380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.048642000, lastModified=2022-06-06 17:54:58.048380000, delta=262000 ns, racy<=15000 ns
17:54:58.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.048915000, lastModified=2022-06-06 17:54:58.048380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.049 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.048915000, lastModified=2022-06-06 17:54:58.048380000, delta=535000 ns, racy<=15000 ns
17:54:58.049 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.049 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.049148000, lastModified=2022-06-06 17:54:58.048380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.049 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.049148000, lastModified=2022-06-06 17:54:58.048380000, delta=768000 ns, racy<=15000 ns
17:54:58.049 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.049 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.049362000, lastModified=2022-06-06 17:54:58.048380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.049 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.049362000, lastModified=2022-06-06 17:54:58.048380000, delta=982000 ns, racy<=15000 ns
17:54:58.049 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.051784000, lastModified=2022-06-06 17:54:58.049380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.049380000 to 2022-06-06 17:54:58.051380000
17:54:58.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.052076000, lastModified=2022-06-06 17:54:58.051380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.052076000, lastModified=2022-06-06 17:54:58.051380000, delta=696000 ns, racy<=15000 ns
17:54:58.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.052307000, lastModified=2022-06-06 17:54:58.051380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.052307000, lastModified=2022-06-06 17:54:58.051380000, delta=927000 ns, racy<=15000 ns
17:54:58.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.052525000, lastModified=2022-06-06 17:54:58.051380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.051380000 to 2022-06-06 17:54:58.052380000
17:54:58.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.052726000, lastModified=2022-06-06 17:54:58.052380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.052726000, lastModified=2022-06-06 17:54:58.052380000, delta=346000 ns, racy<=15000 ns
17:54:58.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.052937000, lastModified=2022-06-06 17:54:58.052380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.052937000, lastModified=2022-06-06 17:54:58.052380000, delta=557000 ns, racy<=15000 ns
17:54:58.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.053162000, lastModified=2022-06-06 17:54:58.052380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.053162000, lastModified=2022-06-06 17:54:58.052380000, delta=782000 ns, racy<=15000 ns
17:54:58.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.053373000, lastModified=2022-06-06 17:54:58.052380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.053373000, lastModified=2022-06-06 17:54:58.052380000, delta=993000 ns, racy<=15000 ns
17:54:58.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.053594000, lastModified=2022-06-06 17:54:58.053380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.053594000, lastModified=2022-06-06 17:54:58.053380000, delta=214000 ns, racy<=15000 ns
17:54:58.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.053806000, lastModified=2022-06-06 17:54:58.053380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.053806000, lastModified=2022-06-06 17:54:58.053380000, delta=426000 ns, racy<=15000 ns
17:54:58.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.054042000, lastModified=2022-06-06 17:54:58.053380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.054042000, lastModified=2022-06-06 17:54:58.053380000, delta=662000 ns, racy<=15000 ns
17:54:58.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.054268000, lastModified=2022-06-06 17:54:58.053380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.054268000, lastModified=2022-06-06 17:54:58.053380000, delta=888000 ns, racy<=15000 ns
17:54:58.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.054490000, lastModified=2022-06-06 17:54:58.053380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.053380000 to 2022-06-06 17:54:58.054380000
17:54:58.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.054731000, lastModified=2022-06-06 17:54:58.054380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.054731000, lastModified=2022-06-06 17:54:58.054380000, delta=351000 ns, racy<=15000 ns
17:54:58.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.054946000, lastModified=2022-06-06 17:54:58.054380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.054946000, lastModified=2022-06-06 17:54:58.054380000, delta=566000 ns, racy<=15000 ns
17:54:58.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.055195000, lastModified=2022-06-06 17:54:58.054380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.055195000, lastModified=2022-06-06 17:54:58.054380000, delta=815000 ns, racy<=15000 ns
17:54:58.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.055409000, lastModified=2022-06-06 17:54:58.054380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.055409000, lastModified=2022-06-06 17:54:58.054380000, delta=1029000 ns, racy<=15000 ns
17:54:58.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.055631000, lastModified=2022-06-06 17:54:58.055380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.055631000, lastModified=2022-06-06 17:54:58.055380000, delta=251000 ns, racy<=15000 ns
17:54:58.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.055852000, lastModified=2022-06-06 17:54:58.055380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.055852000, lastModified=2022-06-06 17:54:58.055380000, delta=472000 ns, racy<=15000 ns
17:54:58.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.056068000, lastModified=2022-06-06 17:54:58.055380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.056068000, lastModified=2022-06-06 17:54:58.055380000, delta=688000 ns, racy<=15000 ns
17:54:58.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.056315000, lastModified=2022-06-06 17:54:58.055380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.056315000, lastModified=2022-06-06 17:54:58.055380000, delta=935000 ns, racy<=15000 ns
17:54:58.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.056582000, lastModified=2022-06-06 17:54:58.056380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.056582000, lastModified=2022-06-06 17:54:58.056380000, delta=202000 ns, racy<=15000 ns
17:54:58.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.056848000, lastModified=2022-06-06 17:54:58.056380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.056848000, lastModified=2022-06-06 17:54:58.056380000, delta=468000 ns, racy<=15000 ns
17:54:58.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.057091000, lastModified=2022-06-06 17:54:58.056380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.057091000, lastModified=2022-06-06 17:54:58.056380000, delta=711000 ns, racy<=15000 ns
17:54:58.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.057313000, lastModified=2022-06-06 17:54:58.056380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.057313000, lastModified=2022-06-06 17:54:58.056380000, delta=933000 ns, racy<=15000 ns
17:54:58.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.057579000, lastModified=2022-06-06 17:54:58.057380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.057579000, lastModified=2022-06-06 17:54:58.057380000, delta=199000 ns, racy<=15000 ns
17:54:58.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.057813000, lastModified=2022-06-06 17:54:58.057380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.057813000, lastModified=2022-06-06 17:54:58.057380000, delta=433000 ns, racy<=15000 ns
17:54:58.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.058023000, lastModified=2022-06-06 17:54:58.057380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.058023000, lastModified=2022-06-06 17:54:58.057380000, delta=643000 ns, racy<=15000 ns
17:54:58.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.058243000, lastModified=2022-06-06 17:54:58.057380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.058243000, lastModified=2022-06-06 17:54:58.057380000, delta=863000 ns, racy<=15000 ns
17:54:58.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.058473000, lastModified=2022-06-06 17:54:58.057380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.057380000 to 2022-06-06 17:54:58.058380000
17:54:58.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.058719000, lastModified=2022-06-06 17:54:58.058380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.058719000, lastModified=2022-06-06 17:54:58.058380000, delta=339000 ns, racy<=15000 ns
17:54:58.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.058944000, lastModified=2022-06-06 17:54:58.058380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.058944000, lastModified=2022-06-06 17:54:58.058380000, delta=564000 ns, racy<=15000 ns
17:54:58.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.059177000, lastModified=2022-06-06 17:54:58.058380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.059177000, lastModified=2022-06-06 17:54:58.058380000, delta=797000 ns, racy<=15000 ns
17:54:58.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.059399000, lastModified=2022-06-06 17:54:58.058380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.059399000, lastModified=2022-06-06 17:54:58.058380000, delta=1019000 ns, racy<=15000 ns
17:54:58.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.059644000, lastModified=2022-06-06 17:54:58.059380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.059644000, lastModified=2022-06-06 17:54:58.059380000, delta=264000 ns, racy<=15000 ns
17:54:58.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.062217000, lastModified=2022-06-06 17:54:58.059380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.059380000 to 2022-06-06 17:54:58.061380000
17:54:58.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.062679000, lastModified=2022-06-06 17:54:58.062380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.062679000, lastModified=2022-06-06 17:54:58.062380000, delta=299000 ns, racy<=15000 ns
17:54:58.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.063179000, lastModified=2022-06-06 17:54:58.062380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.063179000, lastModified=2022-06-06 17:54:58.062380000, delta=799000 ns, racy<=15000 ns
17:54:58.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.063798000, lastModified=2022-06-06 17:54:58.063380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.064 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.063798000, lastModified=2022-06-06 17:54:58.063380000, delta=418000 ns, racy<=15000 ns
17:54:58.064 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.064 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.064177000, lastModified=2022-06-06 17:54:58.063380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.064 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.064177000, lastModified=2022-06-06 17:54:58.063380000, delta=797000 ns, racy<=15000 ns
17:54:58.064 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.064 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.064653000, lastModified=2022-06-06 17:54:58.064380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.064 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.064653000, lastModified=2022-06-06 17:54:58.064380000, delta=273000 ns, racy<=15000 ns
17:54:58.064 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.064984000, lastModified=2022-06-06 17:54:58.064380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.064984000, lastModified=2022-06-06 17:54:58.064380000, delta=604000 ns, racy<=15000 ns
17:54:58.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.065317000, lastModified=2022-06-06 17:54:58.064380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.065317000, lastModified=2022-06-06 17:54:58.064380000, delta=937000 ns, racy<=15000 ns
17:54:58.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.065615000, lastModified=2022-06-06 17:54:58.065380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.065615000, lastModified=2022-06-06 17:54:58.065380000, delta=235000 ns, racy<=15000 ns
17:54:58.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.065846000, lastModified=2022-06-06 17:54:58.065380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.065846000, lastModified=2022-06-06 17:54:58.065380000, delta=466000 ns, racy<=15000 ns
17:54:58.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.066206000, lastModified=2022-06-06 17:54:58.065380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.066206000, lastModified=2022-06-06 17:54:58.065380000, delta=826000 ns, racy<=15000 ns
17:54:58.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.066544000, lastModified=2022-06-06 17:54:58.065380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.065380000 to 2022-06-06 17:54:58.066380000
17:54:58.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.066886000, lastModified=2022-06-06 17:54:58.066380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.066886000, lastModified=2022-06-06 17:54:58.066380000, delta=506000 ns, racy<=15000 ns
17:54:58.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.067150000, lastModified=2022-06-06 17:54:58.066380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.067150000, lastModified=2022-06-06 17:54:58.066380000, delta=770000 ns, racy<=15000 ns
17:54:58.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.067395000, lastModified=2022-06-06 17:54:58.066380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.067395000, lastModified=2022-06-06 17:54:58.066380000, delta=1015000 ns, racy<=15000 ns
17:54:58.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.067642000, lastModified=2022-06-06 17:54:58.067380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.067642000, lastModified=2022-06-06 17:54:58.067380000, delta=262000 ns, racy<=15000 ns
17:54:58.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.067873000, lastModified=2022-06-06 17:54:58.067380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.067873000, lastModified=2022-06-06 17:54:58.067380000, delta=493000 ns, racy<=15000 ns
17:54:58.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.068114000, lastModified=2022-06-06 17:54:58.067380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.068114000, lastModified=2022-06-06 17:54:58.067380000, delta=734000 ns, racy<=15000 ns
17:54:58.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.068343000, lastModified=2022-06-06 17:54:58.067380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.068343000, lastModified=2022-06-06 17:54:58.067380000, delta=963000 ns, racy<=15000 ns
17:54:58.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.068596000, lastModified=2022-06-06 17:54:58.068380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.068596000, lastModified=2022-06-06 17:54:58.068380000, delta=216000 ns, racy<=15000 ns
17:54:58.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.068830000, lastModified=2022-06-06 17:54:58.068380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.068830000, lastModified=2022-06-06 17:54:58.068380000, delta=450000 ns, racy<=15000 ns
17:54:58.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.069071000, lastModified=2022-06-06 17:54:58.068380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.069071000, lastModified=2022-06-06 17:54:58.068380000, delta=691000 ns, racy<=15000 ns
17:54:58.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.069349000, lastModified=2022-06-06 17:54:58.068380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.069349000, lastModified=2022-06-06 17:54:58.068380000, delta=969000 ns, racy<=15000 ns
17:54:58.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.069598000, lastModified=2022-06-06 17:54:58.069380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.069598000, lastModified=2022-06-06 17:54:58.069380000, delta=218000 ns, racy<=15000 ns
17:54:58.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.069947000, lastModified=2022-06-06 17:54:58.069380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.069947000, lastModified=2022-06-06 17:54:58.069380000, delta=567000 ns, racy<=15000 ns
17:54:58.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.070214000, lastModified=2022-06-06 17:54:58.069380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.070214000, lastModified=2022-06-06 17:54:58.069380000, delta=834000 ns, racy<=15000 ns
17:54:58.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.070465000, lastModified=2022-06-06 17:54:58.069380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.069380000 to 2022-06-06 17:54:58.070380000
17:54:58.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.070699000, lastModified=2022-06-06 17:54:58.070380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.070699000, lastModified=2022-06-06 17:54:58.070380000, delta=319000 ns, racy<=15000 ns
17:54:58.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.070930000, lastModified=2022-06-06 17:54:58.070380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.070930000, lastModified=2022-06-06 17:54:58.070380000, delta=550000 ns, racy<=15000 ns
17:54:58.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.071164000, lastModified=2022-06-06 17:54:58.070380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.071164000, lastModified=2022-06-06 17:54:58.070380000, delta=784000 ns, racy<=15000 ns
17:54:58.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.071435000, lastModified=2022-06-06 17:54:58.070380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.070380000 to 2022-06-06 17:54:58.071380000
17:54:58.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.071710000, lastModified=2022-06-06 17:54:58.071380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.071710000, lastModified=2022-06-06 17:54:58.071380000, delta=330000 ns, racy<=15000 ns
17:54:58.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.072 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.072071000, lastModified=2022-06-06 17:54:58.071380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.072 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.072071000, lastModified=2022-06-06 17:54:58.071380000, delta=691000 ns, racy<=15000 ns
17:54:58.072 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.072 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.072370000, lastModified=2022-06-06 17:54:58.071380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.072 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.072370000, lastModified=2022-06-06 17:54:58.071380000, delta=990000 ns, racy<=15000 ns
17:54:58.072 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.072 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.072613000, lastModified=2022-06-06 17:54:58.072380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.072 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.072613000, lastModified=2022-06-06 17:54:58.072380000, delta=233000 ns, racy<=15000 ns
17:54:58.072 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.076 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.076132000, lastModified=2022-06-06 17:54:58.072380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.076 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.072380000 to 2022-06-06 17:54:58.075380000
17:54:58.076 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.076447000, lastModified=2022-06-06 17:54:58.075380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.076 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.075380000 to 2022-06-06 17:54:58.076380000
17:54:58.076 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.076688000, lastModified=2022-06-06 17:54:58.076380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.076 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.076688000, lastModified=2022-06-06 17:54:58.076380000, delta=308000 ns, racy<=15000 ns
17:54:58.076 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.076 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.076953000, lastModified=2022-06-06 17:54:58.076380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.077 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.076953000, lastModified=2022-06-06 17:54:58.076380000, delta=573000 ns, racy<=15000 ns
17:54:58.077 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.077 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.077231000, lastModified=2022-06-06 17:54:58.076380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.077 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.077231000, lastModified=2022-06-06 17:54:58.076380000, delta=851000 ns, racy<=15000 ns
17:54:58.077 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.077 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.077510000, lastModified=2022-06-06 17:54:58.076380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.077 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.076380000 to 2022-06-06 17:54:58.077380000
17:54:58.077 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.077752000, lastModified=2022-06-06 17:54:58.077380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.077 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.077752000, lastModified=2022-06-06 17:54:58.077380000, delta=372000 ns, racy<=15000 ns
17:54:58.077 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.077994000, lastModified=2022-06-06 17:54:58.077380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.077994000, lastModified=2022-06-06 17:54:58.077380000, delta=614000 ns, racy<=15000 ns
17:54:58.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.078250000, lastModified=2022-06-06 17:54:58.077380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.078250000, lastModified=2022-06-06 17:54:58.077380000, delta=870000 ns, racy<=15000 ns
17:54:58.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.078497000, lastModified=2022-06-06 17:54:58.077380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.077380000 to 2022-06-06 17:54:58.078380000
17:54:58.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.078728000, lastModified=2022-06-06 17:54:58.078380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.078728000, lastModified=2022-06-06 17:54:58.078380000, delta=348000 ns, racy<=15000 ns
17:54:58.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.078958000, lastModified=2022-06-06 17:54:58.078380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.078958000, lastModified=2022-06-06 17:54:58.078380000, delta=578000 ns, racy<=15000 ns
17:54:58.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.079203000, lastModified=2022-06-06 17:54:58.078380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.079203000, lastModified=2022-06-06 17:54:58.078380000, delta=823000 ns, racy<=15000 ns
17:54:58.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.079464000, lastModified=2022-06-06 17:54:58.078380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.078380000 to 2022-06-06 17:54:58.079380000
17:54:58.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.079756000, lastModified=2022-06-06 17:54:58.079380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.079756000, lastModified=2022-06-06 17:54:58.079380000, delta=376000 ns, racy<=15000 ns
17:54:58.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.080082000, lastModified=2022-06-06 17:54:58.079380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.080082000, lastModified=2022-06-06 17:54:58.079380000, delta=702000 ns, racy<=15000 ns
17:54:58.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.080383000, lastModified=2022-06-06 17:54:58.079380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.080383000, lastModified=2022-06-06 17:54:58.079380000, delta=1003000 ns, racy<=15000 ns
17:54:58.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.080652000, lastModified=2022-06-06 17:54:58.080380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.080652000, lastModified=2022-06-06 17:54:58.080380000, delta=272000 ns, racy<=15000 ns
17:54:58.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.080894000, lastModified=2022-06-06 17:54:58.080380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.080894000, lastModified=2022-06-06 17:54:58.080380000, delta=514000 ns, racy<=15000 ns
17:54:58.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.081135000, lastModified=2022-06-06 17:54:58.080380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.081135000, lastModified=2022-06-06 17:54:58.080380000, delta=755000 ns, racy<=15000 ns
17:54:58.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.081365000, lastModified=2022-06-06 17:54:58.080380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.081365000, lastModified=2022-06-06 17:54:58.080380000, delta=985000 ns, racy<=15000 ns
17:54:58.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.081634000, lastModified=2022-06-06 17:54:58.081380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.081634000, lastModified=2022-06-06 17:54:58.081380000, delta=254000 ns, racy<=15000 ns
17:54:58.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.081914000, lastModified=2022-06-06 17:54:58.081380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.081914000, lastModified=2022-06-06 17:54:58.081380000, delta=534000 ns, racy<=15000 ns
17:54:58.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.082213000, lastModified=2022-06-06 17:54:58.081380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.082213000, lastModified=2022-06-06 17:54:58.081380000, delta=833000 ns, racy<=15000 ns
17:54:58.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.082477000, lastModified=2022-06-06 17:54:58.081380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.081380000 to 2022-06-06 17:54:58.082380000
17:54:58.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.082713000, lastModified=2022-06-06 17:54:58.082380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.082713000, lastModified=2022-06-06 17:54:58.082380000, delta=333000 ns, racy<=15000 ns
17:54:58.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.082952000, lastModified=2022-06-06 17:54:58.082380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.082952000, lastModified=2022-06-06 17:54:58.082380000, delta=572000 ns, racy<=15000 ns
17:54:58.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.083205000, lastModified=2022-06-06 17:54:58.082380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.083205000, lastModified=2022-06-06 17:54:58.082380000, delta=825000 ns, racy<=15000 ns
17:54:58.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.083440000, lastModified=2022-06-06 17:54:58.082380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.082380000 to 2022-06-06 17:54:58.083380000
17:54:58.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.083776000, lastModified=2022-06-06 17:54:58.083380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.083776000, lastModified=2022-06-06 17:54:58.083380000, delta=396000 ns, racy<=15000 ns
17:54:58.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.084040000, lastModified=2022-06-06 17:54:58.083380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.084040000, lastModified=2022-06-06 17:54:58.083380000, delta=660000 ns, racy<=15000 ns
17:54:58.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.084317000, lastModified=2022-06-06 17:54:58.083380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.084317000, lastModified=2022-06-06 17:54:58.083380000, delta=937000 ns, racy<=15000 ns
17:54:58.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.084565000, lastModified=2022-06-06 17:54:58.084380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.084565000, lastModified=2022-06-06 17:54:58.084380000, delta=185000 ns, racy<=15000 ns
17:54:58.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.084794000, lastModified=2022-06-06 17:54:58.084380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.084794000, lastModified=2022-06-06 17:54:58.084380000, delta=414000 ns, racy<=15000 ns
17:54:58.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.085 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.085020000, lastModified=2022-06-06 17:54:58.084380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.085 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.085020000, lastModified=2022-06-06 17:54:58.084380000, delta=640000 ns, racy<=15000 ns
17:54:58.085 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.088389000, lastModified=2022-06-06 17:54:58.084380000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.084380000 to 2022-06-06 17:54:58.088381000
17:54:58.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.088661000, lastModified=2022-06-06 17:54:58.088381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.088661000, lastModified=2022-06-06 17:54:58.088381000, delta=280000 ns, racy<=15000 ns
17:54:58.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.088891000, lastModified=2022-06-06 17:54:58.088381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.088891000, lastModified=2022-06-06 17:54:58.088381000, delta=510000 ns, racy<=15000 ns
17:54:58.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.089113000, lastModified=2022-06-06 17:54:58.088381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.089113000, lastModified=2022-06-06 17:54:58.088381000, delta=732000 ns, racy<=15000 ns
17:54:58.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.089346000, lastModified=2022-06-06 17:54:58.088381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.089346000, lastModified=2022-06-06 17:54:58.088381000, delta=965000 ns, racy<=15000 ns
17:54:58.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.089627000, lastModified=2022-06-06 17:54:58.089381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.089627000, lastModified=2022-06-06 17:54:58.089381000, delta=246000 ns, racy<=15000 ns
17:54:58.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.089876000, lastModified=2022-06-06 17:54:58.089381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.089876000, lastModified=2022-06-06 17:54:58.089381000, delta=495000 ns, racy<=15000 ns
17:54:58.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.090098000, lastModified=2022-06-06 17:54:58.089381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.090098000, lastModified=2022-06-06 17:54:58.089381000, delta=717000 ns, racy<=15000 ns
17:54:58.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.090324000, lastModified=2022-06-06 17:54:58.089381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.090324000, lastModified=2022-06-06 17:54:58.089381000, delta=943000 ns, racy<=15000 ns
17:54:58.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.090548000, lastModified=2022-06-06 17:54:58.090381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.090548000, lastModified=2022-06-06 17:54:58.090381000, delta=167000 ns, racy<=15000 ns
17:54:58.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.090807000, lastModified=2022-06-06 17:54:58.090381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.090807000, lastModified=2022-06-06 17:54:58.090381000, delta=426000 ns, racy<=15000 ns
17:54:58.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.091037000, lastModified=2022-06-06 17:54:58.090381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.091037000, lastModified=2022-06-06 17:54:58.090381000, delta=656000 ns, racy<=15000 ns
17:54:58.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.091262000, lastModified=2022-06-06 17:54:58.090381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.091262000, lastModified=2022-06-06 17:54:58.090381000, delta=881000 ns, racy<=15000 ns
17:54:58.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.091475000, lastModified=2022-06-06 17:54:58.090381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.090381000 to 2022-06-06 17:54:58.091381000
17:54:58.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.091718000, lastModified=2022-06-06 17:54:58.091381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.091718000, lastModified=2022-06-06 17:54:58.091381000, delta=337000 ns, racy<=15000 ns
17:54:58.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.091933000, lastModified=2022-06-06 17:54:58.091381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.091933000, lastModified=2022-06-06 17:54:58.091381000, delta=552000 ns, racy<=15000 ns
17:54:58.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.092197000, lastModified=2022-06-06 17:54:58.091381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.092197000, lastModified=2022-06-06 17:54:58.091381000, delta=816000 ns, racy<=15000 ns
17:54:58.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.092447000, lastModified=2022-06-06 17:54:58.091381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.091381000 to 2022-06-06 17:54:58.092381000
17:54:58.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.092709000, lastModified=2022-06-06 17:54:58.092381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.092709000, lastModified=2022-06-06 17:54:58.092381000, delta=328000 ns, racy<=15000 ns
17:54:58.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.092971000, lastModified=2022-06-06 17:54:58.092381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.092971000, lastModified=2022-06-06 17:54:58.092381000, delta=590000 ns, racy<=15000 ns
17:54:58.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.093234000, lastModified=2022-06-06 17:54:58.092381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.093234000, lastModified=2022-06-06 17:54:58.092381000, delta=853000 ns, racy<=15000 ns
17:54:58.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.093479000, lastModified=2022-06-06 17:54:58.092381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.092381000 to 2022-06-06 17:54:58.093381000
17:54:58.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.093720000, lastModified=2022-06-06 17:54:58.093381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.093720000, lastModified=2022-06-06 17:54:58.093381000, delta=339000 ns, racy<=15000 ns
17:54:58.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.093984000, lastModified=2022-06-06 17:54:58.093381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.093984000, lastModified=2022-06-06 17:54:58.093381000, delta=603000 ns, racy<=15000 ns
17:54:58.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.094233000, lastModified=2022-06-06 17:54:58.093381000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.094233000, lastModified=2022-06-06 17:54:58.093381000, delta=852000 ns, racy<=15000 ns
17:54:58.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.148332000, lastModified=2022-06-06 17:54:58.147382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.148332000, lastModified=2022-06-06 17:54:58.147382000, delta=950000 ns, racy<=15000 ns
17:54:58.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.148696000, lastModified=2022-06-06 17:54:58.148382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.148696000, lastModified=2022-06-06 17:54:58.148382000, delta=314000 ns, racy<=15000 ns
17:54:58.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.148965000, lastModified=2022-06-06 17:54:58.148382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.148965000, lastModified=2022-06-06 17:54:58.148382000, delta=583000 ns, racy<=15000 ns
17:54:58.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.149233000, lastModified=2022-06-06 17:54:58.148382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.149233000, lastModified=2022-06-06 17:54:58.148382000, delta=851000 ns, racy<=15000 ns
17:54:58.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.149490000, lastModified=2022-06-06 17:54:58.148382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.148382000 to 2022-06-06 17:54:58.149382000
17:54:58.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.149749000, lastModified=2022-06-06 17:54:58.149382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.149749000, lastModified=2022-06-06 17:54:58.149382000, delta=367000 ns, racy<=15000 ns
17:54:58.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.150001000, lastModified=2022-06-06 17:54:58.149382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.150001000, lastModified=2022-06-06 17:54:58.149382000, delta=619000 ns, racy<=15000 ns
17:54:58.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.150266000, lastModified=2022-06-06 17:54:58.149382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.150266000, lastModified=2022-06-06 17:54:58.149382000, delta=884000 ns, racy<=15000 ns
17:54:58.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.150529000, lastModified=2022-06-06 17:54:58.149382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.149382000 to 2022-06-06 17:54:58.150382000
17:54:58.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.150767000, lastModified=2022-06-06 17:54:58.150382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.150767000, lastModified=2022-06-06 17:54:58.150382000, delta=385000 ns, racy<=15000 ns
17:54:58.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.154909000, lastModified=2022-06-06 17:54:58.150382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.150382000 to 2022-06-06 17:54:58.154382000
17:54:58.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.155188000, lastModified=2022-06-06 17:54:58.154382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.155188000, lastModified=2022-06-06 17:54:58.154382000, delta=806000 ns, racy<=15000 ns
17:54:58.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.155443000, lastModified=2022-06-06 17:54:58.154382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.154382000 to 2022-06-06 17:54:58.155382000
17:54:58.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.155696000, lastModified=2022-06-06 17:54:58.155382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.155696000, lastModified=2022-06-06 17:54:58.155382000, delta=314000 ns, racy<=15000 ns
17:54:58.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.155961000, lastModified=2022-06-06 17:54:58.155382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.155961000, lastModified=2022-06-06 17:54:58.155382000, delta=579000 ns, racy<=15000 ns
17:54:58.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.156221000, lastModified=2022-06-06 17:54:58.155382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.156221000, lastModified=2022-06-06 17:54:58.155382000, delta=839000 ns, racy<=15000 ns
17:54:58.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.156520000, lastModified=2022-06-06 17:54:58.155382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.155382000 to 2022-06-06 17:54:58.156382000
17:54:58.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.156810000, lastModified=2022-06-06 17:54:58.156382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.156810000, lastModified=2022-06-06 17:54:58.156382000, delta=428000 ns, racy<=15000 ns
17:54:58.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.157047000, lastModified=2022-06-06 17:54:58.156382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.157047000, lastModified=2022-06-06 17:54:58.156382000, delta=665000 ns, racy<=15000 ns
17:54:58.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.157285000, lastModified=2022-06-06 17:54:58.156382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.157285000, lastModified=2022-06-06 17:54:58.156382000, delta=903000 ns, racy<=15000 ns
17:54:58.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.157532000, lastModified=2022-06-06 17:54:58.156382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.156382000 to 2022-06-06 17:54:58.157382000
17:54:58.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.157749000, lastModified=2022-06-06 17:54:58.157382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.157749000, lastModified=2022-06-06 17:54:58.157382000, delta=367000 ns, racy<=15000 ns
17:54:58.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.157984000, lastModified=2022-06-06 17:54:58.157382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.157984000, lastModified=2022-06-06 17:54:58.157382000, delta=602000 ns, racy<=15000 ns
17:54:58.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.158231000, lastModified=2022-06-06 17:54:58.157382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.158231000, lastModified=2022-06-06 17:54:58.157382000, delta=849000 ns, racy<=15000 ns
17:54:58.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.158455000, lastModified=2022-06-06 17:54:58.157382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.157382000 to 2022-06-06 17:54:58.158382000
17:54:58.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.158702000, lastModified=2022-06-06 17:54:58.158382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.158702000, lastModified=2022-06-06 17:54:58.158382000, delta=320000 ns, racy<=15000 ns
17:54:58.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.158949000, lastModified=2022-06-06 17:54:58.158382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.158949000, lastModified=2022-06-06 17:54:58.158382000, delta=567000 ns, racy<=15000 ns
17:54:58.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.159183000, lastModified=2022-06-06 17:54:58.158382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.159183000, lastModified=2022-06-06 17:54:58.158382000, delta=801000 ns, racy<=15000 ns
17:54:58.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.159402000, lastModified=2022-06-06 17:54:58.158382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.159402000, lastModified=2022-06-06 17:54:58.158382000, delta=1020000 ns, racy<=15000 ns
17:54:58.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.159636000, lastModified=2022-06-06 17:54:58.159382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.159636000, lastModified=2022-06-06 17:54:58.159382000, delta=254000 ns, racy<=15000 ns
17:54:58.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.159862000, lastModified=2022-06-06 17:54:58.159382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.159862000, lastModified=2022-06-06 17:54:58.159382000, delta=480000 ns, racy<=15000 ns
17:54:58.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.160120000, lastModified=2022-06-06 17:54:58.159382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.160120000, lastModified=2022-06-06 17:54:58.159382000, delta=738000 ns, racy<=15000 ns
17:54:58.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.160356000, lastModified=2022-06-06 17:54:58.159382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.160356000, lastModified=2022-06-06 17:54:58.159382000, delta=974000 ns, racy<=15000 ns
17:54:58.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.160614000, lastModified=2022-06-06 17:54:58.160382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.160614000, lastModified=2022-06-06 17:54:58.160382000, delta=232000 ns, racy<=15000 ns
17:54:58.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.160861000, lastModified=2022-06-06 17:54:58.160382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.160861000, lastModified=2022-06-06 17:54:58.160382000, delta=479000 ns, racy<=15000 ns
17:54:58.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.161116000, lastModified=2022-06-06 17:54:58.160382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.161116000, lastModified=2022-06-06 17:54:58.160382000, delta=734000 ns, racy<=15000 ns
17:54:58.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.161400000, lastModified=2022-06-06 17:54:58.160382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.160382000 to 2022-06-06 17:54:58.161382000
17:54:58.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.161681000, lastModified=2022-06-06 17:54:58.161382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.161681000, lastModified=2022-06-06 17:54:58.161382000, delta=299000 ns, racy<=15000 ns
17:54:58.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.161940000, lastModified=2022-06-06 17:54:58.161382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.161940000, lastModified=2022-06-06 17:54:58.161382000, delta=558000 ns, racy<=15000 ns
17:54:58.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.162183000, lastModified=2022-06-06 17:54:58.161382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.162183000, lastModified=2022-06-06 17:54:58.161382000, delta=801000 ns, racy<=15000 ns
17:54:58.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.162448000, lastModified=2022-06-06 17:54:58.161382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.161382000 to 2022-06-06 17:54:58.162382000
17:54:58.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.162711000, lastModified=2022-06-06 17:54:58.162382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.162711000, lastModified=2022-06-06 17:54:58.162382000, delta=329000 ns, racy<=15000 ns
17:54:58.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.162974000, lastModified=2022-06-06 17:54:58.162382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.162974000, lastModified=2022-06-06 17:54:58.162382000, delta=592000 ns, racy<=15000 ns
17:54:58.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.163208000, lastModified=2022-06-06 17:54:58.162382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.163208000, lastModified=2022-06-06 17:54:58.162382000, delta=826000 ns, racy<=15000 ns
17:54:58.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.163434000, lastModified=2022-06-06 17:54:58.162382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.162382000 to 2022-06-06 17:54:58.163382000
17:54:58.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.166110000, lastModified=2022-06-06 17:54:58.163382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.163382000 to 2022-06-06 17:54:58.165382000
17:54:58.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.166355000, lastModified=2022-06-06 17:54:58.165382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.166355000, lastModified=2022-06-06 17:54:58.165382000, delta=973000 ns, racy<=15000 ns
17:54:58.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.166596000, lastModified=2022-06-06 17:54:58.166382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.166596000, lastModified=2022-06-06 17:54:58.166382000, delta=214000 ns, racy<=15000 ns
17:54:58.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.166820000, lastModified=2022-06-06 17:54:58.166382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.166820000, lastModified=2022-06-06 17:54:58.166382000, delta=438000 ns, racy<=15000 ns
17:54:58.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.167041000, lastModified=2022-06-06 17:54:58.166382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.167041000, lastModified=2022-06-06 17:54:58.166382000, delta=659000 ns, racy<=15000 ns
17:54:58.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.167277000, lastModified=2022-06-06 17:54:58.166382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.167277000, lastModified=2022-06-06 17:54:58.166382000, delta=895000 ns, racy<=15000 ns
17:54:58.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.167543000, lastModified=2022-06-06 17:54:58.166382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.166382000 to 2022-06-06 17:54:58.167382000
17:54:58.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.167764000, lastModified=2022-06-06 17:54:58.167382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.167764000, lastModified=2022-06-06 17:54:58.167382000, delta=382000 ns, racy<=15000 ns
17:54:58.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.167987000, lastModified=2022-06-06 17:54:58.167382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.167987000, lastModified=2022-06-06 17:54:58.167382000, delta=605000 ns, racy<=15000 ns
17:54:58.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.168219000, lastModified=2022-06-06 17:54:58.167382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.168219000, lastModified=2022-06-06 17:54:58.167382000, delta=837000 ns, racy<=15000 ns
17:54:58.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.168436000, lastModified=2022-06-06 17:54:58.167382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.167382000 to 2022-06-06 17:54:58.168382000
17:54:58.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.168657000, lastModified=2022-06-06 17:54:58.168382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.168657000, lastModified=2022-06-06 17:54:58.168382000, delta=275000 ns, racy<=15000 ns
17:54:58.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.168882000, lastModified=2022-06-06 17:54:58.168382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.168882000, lastModified=2022-06-06 17:54:58.168382000, delta=500000 ns, racy<=15000 ns
17:54:58.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.169108000, lastModified=2022-06-06 17:54:58.168382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.169108000, lastModified=2022-06-06 17:54:58.168382000, delta=726000 ns, racy<=15000 ns
17:54:58.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.169329000, lastModified=2022-06-06 17:54:58.168382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.169329000, lastModified=2022-06-06 17:54:58.168382000, delta=947000 ns, racy<=15000 ns
17:54:58.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.169560000, lastModified=2022-06-06 17:54:58.169382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.169560000, lastModified=2022-06-06 17:54:58.169382000, delta=178000 ns, racy<=15000 ns
17:54:58.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.169797000, lastModified=2022-06-06 17:54:58.169382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.169797000, lastModified=2022-06-06 17:54:58.169382000, delta=415000 ns, racy<=15000 ns
17:54:58.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.170017000, lastModified=2022-06-06 17:54:58.169382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.170017000, lastModified=2022-06-06 17:54:58.169382000, delta=635000 ns, racy<=15000 ns
17:54:58.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.170249000, lastModified=2022-06-06 17:54:58.169382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.170249000, lastModified=2022-06-06 17:54:58.169382000, delta=867000 ns, racy<=15000 ns
17:54:58.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.170472000, lastModified=2022-06-06 17:54:58.169382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.169382000 to 2022-06-06 17:54:58.170382000
17:54:58.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.170702000, lastModified=2022-06-06 17:54:58.170382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.170702000, lastModified=2022-06-06 17:54:58.170382000, delta=320000 ns, racy<=15000 ns
17:54:58.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.170930000, lastModified=2022-06-06 17:54:58.170382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.170930000, lastModified=2022-06-06 17:54:58.170382000, delta=548000 ns, racy<=15000 ns
17:54:58.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.171164000, lastModified=2022-06-06 17:54:58.170382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.171164000, lastModified=2022-06-06 17:54:58.170382000, delta=782000 ns, racy<=15000 ns
17:54:58.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.171391000, lastModified=2022-06-06 17:54:58.170382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.171391000, lastModified=2022-06-06 17:54:58.170382000, delta=1009000 ns, racy<=15000 ns
17:54:58.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.171667000, lastModified=2022-06-06 17:54:58.171382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.171667000, lastModified=2022-06-06 17:54:58.171382000, delta=285000 ns, racy<=15000 ns
17:54:58.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.171886000, lastModified=2022-06-06 17:54:58.171382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.171886000, lastModified=2022-06-06 17:54:58.171382000, delta=504000 ns, racy<=15000 ns
17:54:58.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.172120000, lastModified=2022-06-06 17:54:58.171382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.172120000, lastModified=2022-06-06 17:54:58.171382000, delta=738000 ns, racy<=15000 ns
17:54:58.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.172344000, lastModified=2022-06-06 17:54:58.171382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.172344000, lastModified=2022-06-06 17:54:58.171382000, delta=962000 ns, racy<=15000 ns
17:54:58.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.172571000, lastModified=2022-06-06 17:54:58.172382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.172571000, lastModified=2022-06-06 17:54:58.172382000, delta=189000 ns, racy<=15000 ns
17:54:58.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.172792000, lastModified=2022-06-06 17:54:58.172382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.172792000, lastModified=2022-06-06 17:54:58.172382000, delta=410000 ns, racy<=15000 ns
17:54:58.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.173010000, lastModified=2022-06-06 17:54:58.172382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.173010000, lastModified=2022-06-06 17:54:58.172382000, delta=628000 ns, racy<=15000 ns
17:54:58.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.173249000, lastModified=2022-06-06 17:54:58.172382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.173249000, lastModified=2022-06-06 17:54:58.172382000, delta=867000 ns, racy<=15000 ns
17:54:58.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.173470000, lastModified=2022-06-06 17:54:58.172382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.172382000 to 2022-06-06 17:54:58.173382000
17:54:58.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.173695000, lastModified=2022-06-06 17:54:58.173382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.173695000, lastModified=2022-06-06 17:54:58.173382000, delta=313000 ns, racy<=15000 ns
17:54:58.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.173926000, lastModified=2022-06-06 17:54:58.173382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.173926000, lastModified=2022-06-06 17:54:58.173382000, delta=544000 ns, racy<=15000 ns
17:54:58.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.176 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.176427000, lastModified=2022-06-06 17:54:58.173382000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.176 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.173382000 to 2022-06-06 17:54:58.176383000
17:54:58.176 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.176687000, lastModified=2022-06-06 17:54:58.176383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.176 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.176687000, lastModified=2022-06-06 17:54:58.176383000, delta=304000 ns, racy<=15000 ns
17:54:58.176 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.176 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.176920000, lastModified=2022-06-06 17:54:58.176383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.176920000, lastModified=2022-06-06 17:54:58.176383000, delta=537000 ns, racy<=15000 ns
17:54:58.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.177148000, lastModified=2022-06-06 17:54:58.176383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.177148000, lastModified=2022-06-06 17:54:58.176383000, delta=765000 ns, racy<=15000 ns
17:54:58.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.177370000, lastModified=2022-06-06 17:54:58.176383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.177370000, lastModified=2022-06-06 17:54:58.176383000, delta=987000 ns, racy<=15000 ns
17:54:58.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.177597000, lastModified=2022-06-06 17:54:58.177383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.177597000, lastModified=2022-06-06 17:54:58.177383000, delta=214000 ns, racy<=15000 ns
17:54:58.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.177819000, lastModified=2022-06-06 17:54:58.177383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.177819000, lastModified=2022-06-06 17:54:58.177383000, delta=436000 ns, racy<=15000 ns
17:54:58.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.178039000, lastModified=2022-06-06 17:54:58.177383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.178039000, lastModified=2022-06-06 17:54:58.177383000, delta=656000 ns, racy<=15000 ns
17:54:58.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.178270000, lastModified=2022-06-06 17:54:58.177383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.178270000, lastModified=2022-06-06 17:54:58.177383000, delta=887000 ns, racy<=15000 ns
17:54:58.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.178491000, lastModified=2022-06-06 17:54:58.177383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.177383000 to 2022-06-06 17:54:58.178383000
17:54:58.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.178718000, lastModified=2022-06-06 17:54:58.178383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.178718000, lastModified=2022-06-06 17:54:58.178383000, delta=335000 ns, racy<=15000 ns
17:54:58.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.178936000, lastModified=2022-06-06 17:54:58.178383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.178936000, lastModified=2022-06-06 17:54:58.178383000, delta=553000 ns, racy<=15000 ns
17:54:58.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.179167000, lastModified=2022-06-06 17:54:58.178383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.179167000, lastModified=2022-06-06 17:54:58.178383000, delta=784000 ns, racy<=15000 ns
17:54:58.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.179398000, lastModified=2022-06-06 17:54:58.178383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.179398000, lastModified=2022-06-06 17:54:58.178383000, delta=1015000 ns, racy<=15000 ns
17:54:58.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.179630000, lastModified=2022-06-06 17:54:58.179383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.179630000, lastModified=2022-06-06 17:54:58.179383000, delta=247000 ns, racy<=15000 ns
17:54:58.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.179850000, lastModified=2022-06-06 17:54:58.179383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.179850000, lastModified=2022-06-06 17:54:58.179383000, delta=467000 ns, racy<=15000 ns
17:54:58.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.180151000, lastModified=2022-06-06 17:54:58.179383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.180151000, lastModified=2022-06-06 17:54:58.179383000, delta=768000 ns, racy<=15000 ns
17:54:58.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.180376000, lastModified=2022-06-06 17:54:58.179383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.179383000 to 2022-06-06 17:54:58.180383000
17:54:58.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.180645000, lastModified=2022-06-06 17:54:58.180383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.180645000, lastModified=2022-06-06 17:54:58.180383000, delta=262000 ns, racy<=15000 ns
17:54:58.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.180877000, lastModified=2022-06-06 17:54:58.180383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.180877000, lastModified=2022-06-06 17:54:58.180383000, delta=494000 ns, racy<=15000 ns
17:54:58.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.181211000, lastModified=2022-06-06 17:54:58.180383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.181211000, lastModified=2022-06-06 17:54:58.180383000, delta=828000 ns, racy<=15000 ns
17:54:58.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.181443000, lastModified=2022-06-06 17:54:58.180383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.180383000 to 2022-06-06 17:54:58.181383000
17:54:58.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.181720000, lastModified=2022-06-06 17:54:58.181383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.181720000, lastModified=2022-06-06 17:54:58.181383000, delta=337000 ns, racy<=15000 ns
17:54:58.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.181954000, lastModified=2022-06-06 17:54:58.181383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.181954000, lastModified=2022-06-06 17:54:58.181383000, delta=571000 ns, racy<=15000 ns
17:54:58.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.182220000, lastModified=2022-06-06 17:54:58.181383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.182220000, lastModified=2022-06-06 17:54:58.181383000, delta=837000 ns, racy<=15000 ns
17:54:58.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.182443000, lastModified=2022-06-06 17:54:58.181383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.181383000 to 2022-06-06 17:54:58.182383000
17:54:58.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.182660000, lastModified=2022-06-06 17:54:58.182383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.182660000, lastModified=2022-06-06 17:54:58.182383000, delta=277000 ns, racy<=15000 ns
17:54:58.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.182892000, lastModified=2022-06-06 17:54:58.182383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.182892000, lastModified=2022-06-06 17:54:58.182383000, delta=509000 ns, racy<=15000 ns
17:54:58.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.183143000, lastModified=2022-06-06 17:54:58.182383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.183143000, lastModified=2022-06-06 17:54:58.182383000, delta=760000 ns, racy<=15000 ns
17:54:58.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.183461000, lastModified=2022-06-06 17:54:58.182383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.182383000 to 2022-06-06 17:54:58.183383000
17:54:58.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.183777000, lastModified=2022-06-06 17:54:58.183383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.183777000, lastModified=2022-06-06 17:54:58.183383000, delta=394000 ns, racy<=15000 ns
17:54:58.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.184078000, lastModified=2022-06-06 17:54:58.183383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.184078000, lastModified=2022-06-06 17:54:58.183383000, delta=695000 ns, racy<=15000 ns
17:54:58.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.184474000, lastModified=2022-06-06 17:54:58.183383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.183383000 to 2022-06-06 17:54:58.184383000
17:54:58.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.184823000, lastModified=2022-06-06 17:54:58.184383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.184823000, lastModified=2022-06-06 17:54:58.184383000, delta=440000 ns, racy<=15000 ns
17:54:58.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.185090000, lastModified=2022-06-06 17:54:58.184383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.185090000, lastModified=2022-06-06 17:54:58.184383000, delta=707000 ns, racy<=15000 ns
17:54:58.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.188622000, lastModified=2022-06-06 17:54:58.184383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.184383000 to 2022-06-06 17:54:58.188383000
17:54:58.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.188893000, lastModified=2022-06-06 17:54:58.188383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.188893000, lastModified=2022-06-06 17:54:58.188383000, delta=510000 ns, racy<=15000 ns
17:54:58.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.189172000, lastModified=2022-06-06 17:54:58.188383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.189172000, lastModified=2022-06-06 17:54:58.188383000, delta=789000 ns, racy<=15000 ns
17:54:58.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.189409000, lastModified=2022-06-06 17:54:58.188383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.189409000, lastModified=2022-06-06 17:54:58.188383000, delta=1026000 ns, racy<=15000 ns
17:54:58.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.189657000, lastModified=2022-06-06 17:54:58.189383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.189657000, lastModified=2022-06-06 17:54:58.189383000, delta=274000 ns, racy<=15000 ns
17:54:58.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.189887000, lastModified=2022-06-06 17:54:58.189383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.189887000, lastModified=2022-06-06 17:54:58.189383000, delta=504000 ns, racy<=15000 ns
17:54:58.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.190131000, lastModified=2022-06-06 17:54:58.189383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.190131000, lastModified=2022-06-06 17:54:58.189383000, delta=748000 ns, racy<=15000 ns
17:54:58.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.190372000, lastModified=2022-06-06 17:54:58.189383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.190372000, lastModified=2022-06-06 17:54:58.189383000, delta=989000 ns, racy<=15000 ns
17:54:58.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.190641000, lastModified=2022-06-06 17:54:58.190383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.190641000, lastModified=2022-06-06 17:54:58.190383000, delta=258000 ns, racy<=15000 ns
17:54:58.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.190874000, lastModified=2022-06-06 17:54:58.190383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.190874000, lastModified=2022-06-06 17:54:58.190383000, delta=491000 ns, racy<=15000 ns
17:54:58.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.191113000, lastModified=2022-06-06 17:54:58.190383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.191113000, lastModified=2022-06-06 17:54:58.190383000, delta=730000 ns, racy<=15000 ns
17:54:58.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.191341000, lastModified=2022-06-06 17:54:58.190383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.191341000, lastModified=2022-06-06 17:54:58.190383000, delta=958000 ns, racy<=15000 ns
17:54:58.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.191617000, lastModified=2022-06-06 17:54:58.191383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.191617000, lastModified=2022-06-06 17:54:58.191383000, delta=234000 ns, racy<=15000 ns
17:54:58.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.191863000, lastModified=2022-06-06 17:54:58.191383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.191863000, lastModified=2022-06-06 17:54:58.191383000, delta=480000 ns, racy<=15000 ns
17:54:58.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.192102000, lastModified=2022-06-06 17:54:58.191383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.192102000, lastModified=2022-06-06 17:54:58.191383000, delta=719000 ns, racy<=15000 ns
17:54:58.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.192330000, lastModified=2022-06-06 17:54:58.191383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.192330000, lastModified=2022-06-06 17:54:58.191383000, delta=947000 ns, racy<=15000 ns
17:54:58.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.192623000, lastModified=2022-06-06 17:54:58.192383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.192623000, lastModified=2022-06-06 17:54:58.192383000, delta=240000 ns, racy<=15000 ns
17:54:58.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.192864000, lastModified=2022-06-06 17:54:58.192383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.192864000, lastModified=2022-06-06 17:54:58.192383000, delta=481000 ns, racy<=15000 ns
17:54:58.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.193101000, lastModified=2022-06-06 17:54:58.192383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.193101000, lastModified=2022-06-06 17:54:58.192383000, delta=718000 ns, racy<=15000 ns
17:54:58.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.193335000, lastModified=2022-06-06 17:54:58.192383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.193335000, lastModified=2022-06-06 17:54:58.192383000, delta=952000 ns, racy<=15000 ns
17:54:58.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.193576000, lastModified=2022-06-06 17:54:58.193383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.193576000, lastModified=2022-06-06 17:54:58.193383000, delta=193000 ns, racy<=15000 ns
17:54:58.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.193807000, lastModified=2022-06-06 17:54:58.193383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.193807000, lastModified=2022-06-06 17:54:58.193383000, delta=424000 ns, racy<=15000 ns
17:54:58.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.194040000, lastModified=2022-06-06 17:54:58.193383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.194040000, lastModified=2022-06-06 17:54:58.193383000, delta=657000 ns, racy<=15000 ns
17:54:58.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.194279000, lastModified=2022-06-06 17:54:58.193383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.194279000, lastModified=2022-06-06 17:54:58.193383000, delta=896000 ns, racy<=15000 ns
17:54:58.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.194507000, lastModified=2022-06-06 17:54:58.193383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.193383000 to 2022-06-06 17:54:58.194383000
17:54:58.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.194724000, lastModified=2022-06-06 17:54:58.194383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.194724000, lastModified=2022-06-06 17:54:58.194383000, delta=341000 ns, racy<=15000 ns
17:54:58.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.194952000, lastModified=2022-06-06 17:54:58.194383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.194952000, lastModified=2022-06-06 17:54:58.194383000, delta=569000 ns, racy<=15000 ns
17:54:58.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.195211000, lastModified=2022-06-06 17:54:58.194383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.195211000, lastModified=2022-06-06 17:54:58.194383000, delta=828000 ns, racy<=15000 ns
17:54:58.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.195449000, lastModified=2022-06-06 17:54:58.194383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.194383000 to 2022-06-06 17:54:58.195383000
17:54:58.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.195667000, lastModified=2022-06-06 17:54:58.195383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.195667000, lastModified=2022-06-06 17:54:58.195383000, delta=284000 ns, racy<=15000 ns
17:54:58.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.195896000, lastModified=2022-06-06 17:54:58.195383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.195896000, lastModified=2022-06-06 17:54:58.195383000, delta=513000 ns, racy<=15000 ns
17:54:58.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.196135000, lastModified=2022-06-06 17:54:58.195383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.196135000, lastModified=2022-06-06 17:54:58.195383000, delta=752000 ns, racy<=15000 ns
17:54:58.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.196366000, lastModified=2022-06-06 17:54:58.195383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.196366000, lastModified=2022-06-06 17:54:58.195383000, delta=983000 ns, racy<=15000 ns
17:54:58.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.196610000, lastModified=2022-06-06 17:54:58.196383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.196610000, lastModified=2022-06-06 17:54:58.196383000, delta=227000 ns, racy<=15000 ns
17:54:58.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.196843000, lastModified=2022-06-06 17:54:58.196383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.196843000, lastModified=2022-06-06 17:54:58.196383000, delta=460000 ns, racy<=15000 ns
17:54:58.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.200271000, lastModified=2022-06-06 17:54:58.196383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.196383000 to 2022-06-06 17:54:58.199383000
17:54:58.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.200516000, lastModified=2022-06-06 17:54:58.199383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.199383000 to 2022-06-06 17:54:58.200383000
17:54:58.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.200734000, lastModified=2022-06-06 17:54:58.200383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.200734000, lastModified=2022-06-06 17:54:58.200383000, delta=351000 ns, racy<=15000 ns
17:54:58.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.200986000, lastModified=2022-06-06 17:54:58.200383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.200986000, lastModified=2022-06-06 17:54:58.200383000, delta=603000 ns, racy<=15000 ns
17:54:58.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.201229000, lastModified=2022-06-06 17:54:58.200383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.201229000, lastModified=2022-06-06 17:54:58.200383000, delta=846000 ns, racy<=15000 ns
17:54:58.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.201456000, lastModified=2022-06-06 17:54:58.200383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.200383000 to 2022-06-06 17:54:58.201383000
17:54:58.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.201700000, lastModified=2022-06-06 17:54:58.201383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.201700000, lastModified=2022-06-06 17:54:58.201383000, delta=317000 ns, racy<=15000 ns
17:54:58.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.201941000, lastModified=2022-06-06 17:54:58.201383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.201941000, lastModified=2022-06-06 17:54:58.201383000, delta=558000 ns, racy<=15000 ns
17:54:58.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.202190000, lastModified=2022-06-06 17:54:58.201383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.202190000, lastModified=2022-06-06 17:54:58.201383000, delta=807000 ns, racy<=15000 ns
17:54:58.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.202423000, lastModified=2022-06-06 17:54:58.201383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.201383000 to 2022-06-06 17:54:58.202383000
17:54:58.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.202658000, lastModified=2022-06-06 17:54:58.202383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.202658000, lastModified=2022-06-06 17:54:58.202383000, delta=275000 ns, racy<=15000 ns
17:54:58.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.202888000, lastModified=2022-06-06 17:54:58.202383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.202888000, lastModified=2022-06-06 17:54:58.202383000, delta=505000 ns, racy<=15000 ns
17:54:58.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.203137000, lastModified=2022-06-06 17:54:58.202383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.203137000, lastModified=2022-06-06 17:54:58.202383000, delta=754000 ns, racy<=15000 ns
17:54:58.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.203369000, lastModified=2022-06-06 17:54:58.202383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.203369000, lastModified=2022-06-06 17:54:58.202383000, delta=986000 ns, racy<=15000 ns
17:54:58.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.203621000, lastModified=2022-06-06 17:54:58.203383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.203621000, lastModified=2022-06-06 17:54:58.203383000, delta=238000 ns, racy<=15000 ns
17:54:58.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.203847000, lastModified=2022-06-06 17:54:58.203383000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.203847000, lastModified=2022-06-06 17:54:58.203383000, delta=464000 ns, racy<=15000 ns
17:54:58.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.248307000, lastModified=2022-06-06 17:54:58.247384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.248307000, lastModified=2022-06-06 17:54:58.247384000, delta=923000 ns, racy<=15000 ns
17:54:58.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.248649000, lastModified=2022-06-06 17:54:58.248384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.248649000, lastModified=2022-06-06 17:54:58.248384000, delta=265000 ns, racy<=15000 ns
17:54:58.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.248920000, lastModified=2022-06-06 17:54:58.248384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.248920000, lastModified=2022-06-06 17:54:58.248384000, delta=536000 ns, racy<=15000 ns
17:54:58.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.249190000, lastModified=2022-06-06 17:54:58.248384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.249190000, lastModified=2022-06-06 17:54:58.248384000, delta=806000 ns, racy<=15000 ns
17:54:58.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.249428000, lastModified=2022-06-06 17:54:58.248384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.248384000 to 2022-06-06 17:54:58.249384000
17:54:58.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.249649000, lastModified=2022-06-06 17:54:58.249384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.249649000, lastModified=2022-06-06 17:54:58.249384000, delta=265000 ns, racy<=15000 ns
17:54:58.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.249894000, lastModified=2022-06-06 17:54:58.249384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.249894000, lastModified=2022-06-06 17:54:58.249384000, delta=510000 ns, racy<=15000 ns
17:54:58.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.250145000, lastModified=2022-06-06 17:54:58.249384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.250145000, lastModified=2022-06-06 17:54:58.249384000, delta=761000 ns, racy<=15000 ns
17:54:58.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.250383000, lastModified=2022-06-06 17:54:58.249384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.250383000, lastModified=2022-06-06 17:54:58.249384000, delta=999000 ns, racy<=15000 ns
17:54:58.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.250625000, lastModified=2022-06-06 17:54:58.250384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.250625000, lastModified=2022-06-06 17:54:58.250384000, delta=241000 ns, racy<=15000 ns
17:54:58.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.250867000, lastModified=2022-06-06 17:54:58.250384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.250867000, lastModified=2022-06-06 17:54:58.250384000, delta=483000 ns, racy<=15000 ns
17:54:58.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.251127000, lastModified=2022-06-06 17:54:58.250384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.251127000, lastModified=2022-06-06 17:54:58.250384000, delta=743000 ns, racy<=15000 ns
17:54:58.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.251371000, lastModified=2022-06-06 17:54:58.250384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.251371000, lastModified=2022-06-06 17:54:58.250384000, delta=987000 ns, racy<=15000 ns
17:54:58.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.251619000, lastModified=2022-06-06 17:54:58.251384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.251619000, lastModified=2022-06-06 17:54:58.251384000, delta=235000 ns, racy<=15000 ns
17:54:58.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.251858000, lastModified=2022-06-06 17:54:58.251384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.251858000, lastModified=2022-06-06 17:54:58.251384000, delta=474000 ns, racy<=15000 ns
17:54:58.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.252098000, lastModified=2022-06-06 17:54:58.251384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.252098000, lastModified=2022-06-06 17:54:58.251384000, delta=714000 ns, racy<=15000 ns
17:54:58.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.252334000, lastModified=2022-06-06 17:54:58.251384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.252334000, lastModified=2022-06-06 17:54:58.251384000, delta=950000 ns, racy<=15000 ns
17:54:58.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.252568000, lastModified=2022-06-06 17:54:58.252384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.252568000, lastModified=2022-06-06 17:54:58.252384000, delta=184000 ns, racy<=15000 ns
17:54:58.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.252805000, lastModified=2022-06-06 17:54:58.252384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.252805000, lastModified=2022-06-06 17:54:58.252384000, delta=421000 ns, racy<=15000 ns
17:54:58.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.257110000, lastModified=2022-06-06 17:54:58.252384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.252384000 to 2022-06-06 17:54:58.256384000
17:54:58.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.257349000, lastModified=2022-06-06 17:54:58.256384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.257349000, lastModified=2022-06-06 17:54:58.256384000, delta=965000 ns, racy<=15000 ns
17:54:58.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.257596000, lastModified=2022-06-06 17:54:58.257384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.257596000, lastModified=2022-06-06 17:54:58.257384000, delta=212000 ns, racy<=15000 ns
17:54:58.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.257831000, lastModified=2022-06-06 17:54:58.257384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.257831000, lastModified=2022-06-06 17:54:58.257384000, delta=447000 ns, racy<=15000 ns
17:54:58.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.258059000, lastModified=2022-06-06 17:54:58.257384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.258059000, lastModified=2022-06-06 17:54:58.257384000, delta=675000 ns, racy<=15000 ns
17:54:58.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.258303000, lastModified=2022-06-06 17:54:58.257384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.258303000, lastModified=2022-06-06 17:54:58.257384000, delta=919000 ns, racy<=15000 ns
17:54:58.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.258539000, lastModified=2022-06-06 17:54:58.258384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.258539000, lastModified=2022-06-06 17:54:58.258384000, delta=155000 ns, racy<=15000 ns
17:54:58.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.258793000, lastModified=2022-06-06 17:54:58.258384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.258793000, lastModified=2022-06-06 17:54:58.258384000, delta=409000 ns, racy<=15000 ns
17:54:58.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.259021000, lastModified=2022-06-06 17:54:58.258384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.259021000, lastModified=2022-06-06 17:54:58.258384000, delta=637000 ns, racy<=15000 ns
17:54:58.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.259257000, lastModified=2022-06-06 17:54:58.258384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.259257000, lastModified=2022-06-06 17:54:58.258384000, delta=873000 ns, racy<=15000 ns
17:54:58.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.259484000, lastModified=2022-06-06 17:54:58.258384000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.258384000 to 2022-06-06 17:54:58.259385000
17:54:58.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.259718000, lastModified=2022-06-06 17:54:58.259385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.259718000, lastModified=2022-06-06 17:54:58.259385000, delta=333000 ns, racy<=15000 ns
17:54:58.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.259952000, lastModified=2022-06-06 17:54:58.259385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.259952000, lastModified=2022-06-06 17:54:58.259385000, delta=567000 ns, racy<=15000 ns
17:54:58.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.260198000, lastModified=2022-06-06 17:54:58.259385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.260198000, lastModified=2022-06-06 17:54:58.259385000, delta=813000 ns, racy<=15000 ns
17:54:58.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.260428000, lastModified=2022-06-06 17:54:58.259385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.259385000 to 2022-06-06 17:54:58.260385000
17:54:58.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.260680000, lastModified=2022-06-06 17:54:58.260385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.260680000, lastModified=2022-06-06 17:54:58.260385000, delta=295000 ns, racy<=15000 ns
17:54:58.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.260911000, lastModified=2022-06-06 17:54:58.260385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.260911000, lastModified=2022-06-06 17:54:58.260385000, delta=526000 ns, racy<=15000 ns
17:54:58.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.261155000, lastModified=2022-06-06 17:54:58.260385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.261155000, lastModified=2022-06-06 17:54:58.260385000, delta=770000 ns, racy<=15000 ns
17:54:58.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.261387000, lastModified=2022-06-06 17:54:58.260385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.261387000, lastModified=2022-06-06 17:54:58.260385000, delta=1002000 ns, racy<=15000 ns
17:54:58.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.261632000, lastModified=2022-06-06 17:54:58.261385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.261632000, lastModified=2022-06-06 17:54:58.261385000, delta=247000 ns, racy<=15000 ns
17:54:58.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.261872000, lastModified=2022-06-06 17:54:58.261385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.261872000, lastModified=2022-06-06 17:54:58.261385000, delta=487000 ns, racy<=15000 ns
17:54:58.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.262110000, lastModified=2022-06-06 17:54:58.261385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.262110000, lastModified=2022-06-06 17:54:58.261385000, delta=725000 ns, racy<=15000 ns
17:54:58.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.262341000, lastModified=2022-06-06 17:54:58.261385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.262341000, lastModified=2022-06-06 17:54:58.261385000, delta=956000 ns, racy<=15000 ns
17:54:58.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.262599000, lastModified=2022-06-06 17:54:58.262385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.262599000, lastModified=2022-06-06 17:54:58.262385000, delta=214000 ns, racy<=15000 ns
17:54:58.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.262837000, lastModified=2022-06-06 17:54:58.262385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.262837000, lastModified=2022-06-06 17:54:58.262385000, delta=452000 ns, racy<=15000 ns
17:54:58.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.263074000, lastModified=2022-06-06 17:54:58.262385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.263074000, lastModified=2022-06-06 17:54:58.262385000, delta=689000 ns, racy<=15000 ns
17:54:58.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.263314000, lastModified=2022-06-06 17:54:58.262385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.263314000, lastModified=2022-06-06 17:54:58.262385000, delta=929000 ns, racy<=15000 ns
17:54:58.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.263558000, lastModified=2022-06-06 17:54:58.263385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.263558000, lastModified=2022-06-06 17:54:58.263385000, delta=173000 ns, racy<=15000 ns
17:54:58.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.263793000, lastModified=2022-06-06 17:54:58.263385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.263793000, lastModified=2022-06-06 17:54:58.263385000, delta=408000 ns, racy<=15000 ns
17:54:58.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.264021000, lastModified=2022-06-06 17:54:58.263385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.264021000, lastModified=2022-06-06 17:54:58.263385000, delta=636000 ns, racy<=15000 ns
17:54:58.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.264262000, lastModified=2022-06-06 17:54:58.263385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.264262000, lastModified=2022-06-06 17:54:58.263385000, delta=877000 ns, racy<=15000 ns
17:54:58.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.264493000, lastModified=2022-06-06 17:54:58.263385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.263385000 to 2022-06-06 17:54:58.264385000
17:54:58.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.264724000, lastModified=2022-06-06 17:54:58.264385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.264724000, lastModified=2022-06-06 17:54:58.264385000, delta=339000 ns, racy<=15000 ns
17:54:58.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.264959000, lastModified=2022-06-06 17:54:58.264385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.264959000, lastModified=2022-06-06 17:54:58.264385000, delta=574000 ns, racy<=15000 ns
17:54:58.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.265197000, lastModified=2022-06-06 17:54:58.264385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.265197000, lastModified=2022-06-06 17:54:58.264385000, delta=812000 ns, racy<=15000 ns
17:54:58.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.271185000, lastModified=2022-06-06 17:54:58.264385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.264385000 to 2022-06-06 17:54:58.270385000
17:54:58.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.271466000, lastModified=2022-06-06 17:54:58.270385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.270385000 to 2022-06-06 17:54:58.271385000
17:54:58.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.271695000, lastModified=2022-06-06 17:54:58.271385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.271695000, lastModified=2022-06-06 17:54:58.271385000, delta=310000 ns, racy<=15000 ns
17:54:58.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.271931000, lastModified=2022-06-06 17:54:58.271385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.271931000, lastModified=2022-06-06 17:54:58.271385000, delta=546000 ns, racy<=15000 ns
17:54:58.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.272172000, lastModified=2022-06-06 17:54:58.271385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.272172000, lastModified=2022-06-06 17:54:58.271385000, delta=787000 ns, racy<=15000 ns
17:54:58.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.272402000, lastModified=2022-06-06 17:54:58.271385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.272402000, lastModified=2022-06-06 17:54:58.271385000, delta=1017000 ns, racy<=15000 ns
17:54:58.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.272675000, lastModified=2022-06-06 17:54:58.272385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.272675000, lastModified=2022-06-06 17:54:58.272385000, delta=290000 ns, racy<=15000 ns
17:54:58.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.272904000, lastModified=2022-06-06 17:54:58.272385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.272904000, lastModified=2022-06-06 17:54:58.272385000, delta=519000 ns, racy<=15000 ns
17:54:58.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.273144000, lastModified=2022-06-06 17:54:58.272385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.273144000, lastModified=2022-06-06 17:54:58.272385000, delta=759000 ns, racy<=15000 ns
17:54:58.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.273375000, lastModified=2022-06-06 17:54:58.272385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.273375000, lastModified=2022-06-06 17:54:58.272385000, delta=990000 ns, racy<=15000 ns
17:54:58.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.273616000, lastModified=2022-06-06 17:54:58.273385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.273616000, lastModified=2022-06-06 17:54:58.273385000, delta=231000 ns, racy<=15000 ns
17:54:58.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.273846000, lastModified=2022-06-06 17:54:58.273385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.273846000, lastModified=2022-06-06 17:54:58.273385000, delta=461000 ns, racy<=15000 ns
17:54:58.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.274149000, lastModified=2022-06-06 17:54:58.273385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.274149000, lastModified=2022-06-06 17:54:58.273385000, delta=764000 ns, racy<=15000 ns
17:54:58.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.274437000, lastModified=2022-06-06 17:54:58.273385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.273385000 to 2022-06-06 17:54:58.274385000
17:54:58.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.274666000, lastModified=2022-06-06 17:54:58.274385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.274666000, lastModified=2022-06-06 17:54:58.274385000, delta=281000 ns, racy<=15000 ns
17:54:58.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.274902000, lastModified=2022-06-06 17:54:58.274385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.274902000, lastModified=2022-06-06 17:54:58.274385000, delta=517000 ns, racy<=15000 ns
17:54:58.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.275145000, lastModified=2022-06-06 17:54:58.274385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.275145000, lastModified=2022-06-06 17:54:58.274385000, delta=760000 ns, racy<=15000 ns
17:54:58.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.275377000, lastModified=2022-06-06 17:54:58.274385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.275377000, lastModified=2022-06-06 17:54:58.274385000, delta=992000 ns, racy<=15000 ns
17:54:58.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.275625000, lastModified=2022-06-06 17:54:58.275385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.275625000, lastModified=2022-06-06 17:54:58.275385000, delta=240000 ns, racy<=15000 ns
17:54:58.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.275853000, lastModified=2022-06-06 17:54:58.275385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.275853000, lastModified=2022-06-06 17:54:58.275385000, delta=468000 ns, racy<=15000 ns
17:54:58.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.276097000, lastModified=2022-06-06 17:54:58.275385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.276097000, lastModified=2022-06-06 17:54:58.275385000, delta=712000 ns, racy<=15000 ns
17:54:58.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.276328000, lastModified=2022-06-06 17:54:58.275385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.276328000, lastModified=2022-06-06 17:54:58.275385000, delta=943000 ns, racy<=15000 ns
17:54:58.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.276568000, lastModified=2022-06-06 17:54:58.276385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.276568000, lastModified=2022-06-06 17:54:58.276385000, delta=183000 ns, racy<=15000 ns
17:54:58.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.276804000, lastModified=2022-06-06 17:54:58.276385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.276804000, lastModified=2022-06-06 17:54:58.276385000, delta=419000 ns, racy<=15000 ns
17:54:58.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.277029000, lastModified=2022-06-06 17:54:58.276385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.277029000, lastModified=2022-06-06 17:54:58.276385000, delta=644000 ns, racy<=15000 ns
17:54:58.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.277270000, lastModified=2022-06-06 17:54:58.276385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.277270000, lastModified=2022-06-06 17:54:58.276385000, delta=885000 ns, racy<=15000 ns
17:54:58.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.277528000, lastModified=2022-06-06 17:54:58.276385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.276385000 to 2022-06-06 17:54:58.277385000
17:54:58.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.277747000, lastModified=2022-06-06 17:54:58.277385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.277747000, lastModified=2022-06-06 17:54:58.277385000, delta=362000 ns, racy<=15000 ns
17:54:58.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.277991000, lastModified=2022-06-06 17:54:58.277385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.277991000, lastModified=2022-06-06 17:54:58.277385000, delta=606000 ns, racy<=15000 ns
17:54:58.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.278236000, lastModified=2022-06-06 17:54:58.277385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.278236000, lastModified=2022-06-06 17:54:58.277385000, delta=851000 ns, racy<=15000 ns
17:54:58.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.278467000, lastModified=2022-06-06 17:54:58.277385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.277385000 to 2022-06-06 17:54:58.278385000
17:54:58.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.278687000, lastModified=2022-06-06 17:54:58.278385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.278687000, lastModified=2022-06-06 17:54:58.278385000, delta=302000 ns, racy<=15000 ns
17:54:58.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.278916000, lastModified=2022-06-06 17:54:58.278385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.278916000, lastModified=2022-06-06 17:54:58.278385000, delta=531000 ns, racy<=15000 ns
17:54:58.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.279151000, lastModified=2022-06-06 17:54:58.278385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.279151000, lastModified=2022-06-06 17:54:58.278385000, delta=766000 ns, racy<=15000 ns
17:54:58.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.279377000, lastModified=2022-06-06 17:54:58.278385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.279377000, lastModified=2022-06-06 17:54:58.278385000, delta=992000 ns, racy<=15000 ns
17:54:58.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.281809000, lastModified=2022-06-06 17:54:58.279385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.279385000 to 2022-06-06 17:54:58.281385000
17:54:58.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.282139000, lastModified=2022-06-06 17:54:58.281385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.282139000, lastModified=2022-06-06 17:54:58.281385000, delta=754000 ns, racy<=15000 ns
17:54:58.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.282380000, lastModified=2022-06-06 17:54:58.281385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.282380000, lastModified=2022-06-06 17:54:58.281385000, delta=995000 ns, racy<=15000 ns
17:54:58.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.282624000, lastModified=2022-06-06 17:54:58.282385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.282624000, lastModified=2022-06-06 17:54:58.282385000, delta=239000 ns, racy<=15000 ns
17:54:58.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.282857000, lastModified=2022-06-06 17:54:58.282385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.282857000, lastModified=2022-06-06 17:54:58.282385000, delta=472000 ns, racy<=15000 ns
17:54:58.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.283096000, lastModified=2022-06-06 17:54:58.282385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.283096000, lastModified=2022-06-06 17:54:58.282385000, delta=711000 ns, racy<=15000 ns
17:54:58.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.283329000, lastModified=2022-06-06 17:54:58.282385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.283329000, lastModified=2022-06-06 17:54:58.282385000, delta=944000 ns, racy<=15000 ns
17:54:58.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.283565000, lastModified=2022-06-06 17:54:58.283385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.283565000, lastModified=2022-06-06 17:54:58.283385000, delta=180000 ns, racy<=15000 ns
17:54:58.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.283809000, lastModified=2022-06-06 17:54:58.283385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.283809000, lastModified=2022-06-06 17:54:58.283385000, delta=424000 ns, racy<=15000 ns
17:54:58.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.284041000, lastModified=2022-06-06 17:54:58.283385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.284041000, lastModified=2022-06-06 17:54:58.283385000, delta=656000 ns, racy<=15000 ns
17:54:58.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.284283000, lastModified=2022-06-06 17:54:58.283385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.284283000, lastModified=2022-06-06 17:54:58.283385000, delta=898000 ns, racy<=15000 ns
17:54:58.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.284546000, lastModified=2022-06-06 17:54:58.283385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.283385000 to 2022-06-06 17:54:58.284385000
17:54:58.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.284770000, lastModified=2022-06-06 17:54:58.284385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.284770000, lastModified=2022-06-06 17:54:58.284385000, delta=385000 ns, racy<=15000 ns
17:54:58.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.285003000, lastModified=2022-06-06 17:54:58.284385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.285003000, lastModified=2022-06-06 17:54:58.284385000, delta=618000 ns, racy<=15000 ns
17:54:58.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.285245000, lastModified=2022-06-06 17:54:58.284385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.285245000, lastModified=2022-06-06 17:54:58.284385000, delta=860000 ns, racy<=15000 ns
17:54:58.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.285477000, lastModified=2022-06-06 17:54:58.284385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.284385000 to 2022-06-06 17:54:58.285385000
17:54:58.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.285695000, lastModified=2022-06-06 17:54:58.285385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.285695000, lastModified=2022-06-06 17:54:58.285385000, delta=310000 ns, racy<=15000 ns
17:54:58.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.285920000, lastModified=2022-06-06 17:54:58.285385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.285920000, lastModified=2022-06-06 17:54:58.285385000, delta=535000 ns, racy<=15000 ns
17:54:58.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.286163000, lastModified=2022-06-06 17:54:58.285385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.286163000, lastModified=2022-06-06 17:54:58.285385000, delta=778000 ns, racy<=15000 ns
17:54:58.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.286401000, lastModified=2022-06-06 17:54:58.285385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.286401000, lastModified=2022-06-06 17:54:58.285385000, delta=1016000 ns, racy<=15000 ns
17:54:58.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.286647000, lastModified=2022-06-06 17:54:58.286385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.286647000, lastModified=2022-06-06 17:54:58.286385000, delta=262000 ns, racy<=15000 ns
17:54:58.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.286885000, lastModified=2022-06-06 17:54:58.286385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.286885000, lastModified=2022-06-06 17:54:58.286385000, delta=500000 ns, racy<=15000 ns
17:54:58.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.287120000, lastModified=2022-06-06 17:54:58.286385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.287120000, lastModified=2022-06-06 17:54:58.286385000, delta=735000 ns, racy<=15000 ns
17:54:58.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.287355000, lastModified=2022-06-06 17:54:58.286385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.287355000, lastModified=2022-06-06 17:54:58.286385000, delta=970000 ns, racy<=15000 ns
17:54:58.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.287590000, lastModified=2022-06-06 17:54:58.287385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.287590000, lastModified=2022-06-06 17:54:58.287385000, delta=205000 ns, racy<=15000 ns
17:54:58.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.287817000, lastModified=2022-06-06 17:54:58.287385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.287817000, lastModified=2022-06-06 17:54:58.287385000, delta=432000 ns, racy<=15000 ns
17:54:58.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.288044000, lastModified=2022-06-06 17:54:58.287385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.288044000, lastModified=2022-06-06 17:54:58.287385000, delta=659000 ns, racy<=15000 ns
17:54:58.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.288285000, lastModified=2022-06-06 17:54:58.287385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.288285000, lastModified=2022-06-06 17:54:58.287385000, delta=900000 ns, racy<=15000 ns
17:54:58.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.288534000, lastModified=2022-06-06 17:54:58.287385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.287385000 to 2022-06-06 17:54:58.288385000
17:54:58.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.288750000, lastModified=2022-06-06 17:54:58.288385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.288750000, lastModified=2022-06-06 17:54:58.288385000, delta=365000 ns, racy<=15000 ns
17:54:58.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.288985000, lastModified=2022-06-06 17:54:58.288385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.288985000, lastModified=2022-06-06 17:54:58.288385000, delta=600000 ns, racy<=15000 ns
17:54:58.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.289246000, lastModified=2022-06-06 17:54:58.288385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.289246000, lastModified=2022-06-06 17:54:58.288385000, delta=861000 ns, racy<=15000 ns
17:54:58.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.289482000, lastModified=2022-06-06 17:54:58.288385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.288385000 to 2022-06-06 17:54:58.289385000
17:54:58.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.289705000, lastModified=2022-06-06 17:54:58.289385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.289705000, lastModified=2022-06-06 17:54:58.289385000, delta=320000 ns, racy<=15000 ns
17:54:58.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.289937000, lastModified=2022-06-06 17:54:58.289385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.289937000, lastModified=2022-06-06 17:54:58.289385000, delta=552000 ns, racy<=15000 ns
17:54:58.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.293380000, lastModified=2022-06-06 17:54:58.289385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.289385000 to 2022-06-06 17:54:58.292385000
17:54:58.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.293628000, lastModified=2022-06-06 17:54:58.293385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.293628000, lastModified=2022-06-06 17:54:58.293385000, delta=243000 ns, racy<=15000 ns
17:54:58.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.293863000, lastModified=2022-06-06 17:54:58.293385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.293863000, lastModified=2022-06-06 17:54:58.293385000, delta=478000 ns, racy<=15000 ns
17:54:58.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.294109000, lastModified=2022-06-06 17:54:58.293385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.294109000, lastModified=2022-06-06 17:54:58.293385000, delta=724000 ns, racy<=15000 ns
17:54:58.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.294341000, lastModified=2022-06-06 17:54:58.293385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.294341000, lastModified=2022-06-06 17:54:58.293385000, delta=956000 ns, racy<=15000 ns
17:54:58.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.294576000, lastModified=2022-06-06 17:54:58.294385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.294576000, lastModified=2022-06-06 17:54:58.294385000, delta=191000 ns, racy<=15000 ns
17:54:58.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.294809000, lastModified=2022-06-06 17:54:58.294385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.294809000, lastModified=2022-06-06 17:54:58.294385000, delta=424000 ns, racy<=15000 ns
17:54:58.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.295036000, lastModified=2022-06-06 17:54:58.294385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.295036000, lastModified=2022-06-06 17:54:58.294385000, delta=651000 ns, racy<=15000 ns
17:54:58.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.295278000, lastModified=2022-06-06 17:54:58.294385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.295278000, lastModified=2022-06-06 17:54:58.294385000, delta=893000 ns, racy<=15000 ns
17:54:58.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.295511000, lastModified=2022-06-06 17:54:58.294385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.294385000 to 2022-06-06 17:54:58.295385000
17:54:58.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.295740000, lastModified=2022-06-06 17:54:58.295385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.295740000, lastModified=2022-06-06 17:54:58.295385000, delta=355000 ns, racy<=15000 ns
17:54:58.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.295967000, lastModified=2022-06-06 17:54:58.295385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.295967000, lastModified=2022-06-06 17:54:58.295385000, delta=582000 ns, racy<=15000 ns
17:54:58.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.296209000, lastModified=2022-06-06 17:54:58.295385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.296209000, lastModified=2022-06-06 17:54:58.295385000, delta=824000 ns, racy<=15000 ns
17:54:58.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.296449000, lastModified=2022-06-06 17:54:58.295385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.295385000 to 2022-06-06 17:54:58.296385000
17:54:58.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.296763000, lastModified=2022-06-06 17:54:58.296385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.296763000, lastModified=2022-06-06 17:54:58.296385000, delta=378000 ns, racy<=15000 ns
17:54:58.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.297008000, lastModified=2022-06-06 17:54:58.296385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.297008000, lastModified=2022-06-06 17:54:58.296385000, delta=623000 ns, racy<=15000 ns
17:54:58.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.297251000, lastModified=2022-06-06 17:54:58.296385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.297251000, lastModified=2022-06-06 17:54:58.296385000, delta=866000 ns, racy<=15000 ns
17:54:58.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.297484000, lastModified=2022-06-06 17:54:58.296385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.296385000 to 2022-06-06 17:54:58.297385000
17:54:58.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.297724000, lastModified=2022-06-06 17:54:58.297385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.297724000, lastModified=2022-06-06 17:54:58.297385000, delta=339000 ns, racy<=15000 ns
17:54:58.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.297964000, lastModified=2022-06-06 17:54:58.297385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.297964000, lastModified=2022-06-06 17:54:58.297385000, delta=579000 ns, racy<=15000 ns
17:54:58.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.298215000, lastModified=2022-06-06 17:54:58.297385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.298215000, lastModified=2022-06-06 17:54:58.297385000, delta=830000 ns, racy<=15000 ns
17:54:58.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.298443000, lastModified=2022-06-06 17:54:58.297385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.297385000 to 2022-06-06 17:54:58.298385000
17:54:58.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.298669000, lastModified=2022-06-06 17:54:58.298385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.298669000, lastModified=2022-06-06 17:54:58.298385000, delta=284000 ns, racy<=15000 ns
17:54:58.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.298889000, lastModified=2022-06-06 17:54:58.298385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.298889000, lastModified=2022-06-06 17:54:58.298385000, delta=504000 ns, racy<=15000 ns
17:54:58.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.299112000, lastModified=2022-06-06 17:54:58.298385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.299112000, lastModified=2022-06-06 17:54:58.298385000, delta=727000 ns, racy<=15000 ns
17:54:58.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.299330000, lastModified=2022-06-06 17:54:58.298385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.299330000, lastModified=2022-06-06 17:54:58.298385000, delta=945000 ns, racy<=15000 ns
17:54:58.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.299560000, lastModified=2022-06-06 17:54:58.299385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.299560000, lastModified=2022-06-06 17:54:58.299385000, delta=175000 ns, racy<=15000 ns
17:54:58.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.299788000, lastModified=2022-06-06 17:54:58.299385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.299788000, lastModified=2022-06-06 17:54:58.299385000, delta=403000 ns, racy<=15000 ns
17:54:58.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.300008000, lastModified=2022-06-06 17:54:58.299385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.300008000, lastModified=2022-06-06 17:54:58.299385000, delta=623000 ns, racy<=15000 ns
17:54:58.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.300324000, lastModified=2022-06-06 17:54:58.299385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.300324000, lastModified=2022-06-06 17:54:58.299385000, delta=939000 ns, racy<=15000 ns
17:54:58.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.300679000, lastModified=2022-06-06 17:54:58.300385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.300679000, lastModified=2022-06-06 17:54:58.300385000, delta=294000 ns, racy<=15000 ns
17:54:58.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.301037000, lastModified=2022-06-06 17:54:58.300385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.301037000, lastModified=2022-06-06 17:54:58.300385000, delta=652000 ns, racy<=15000 ns
17:54:58.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.301310000, lastModified=2022-06-06 17:54:58.300385000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.301310000, lastModified=2022-06-06 17:54:58.300385000, delta=925000 ns, racy<=15000 ns
17:54:58.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.301567000, lastModified=2022-06-06 17:54:58.301386000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.301567000, lastModified=2022-06-06 17:54:58.301386000, delta=181000 ns, racy<=15000 ns
17:54:58.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.301819000, lastModified=2022-06-06 17:54:58.301386000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.301819000, lastModified=2022-06-06 17:54:58.301386000, delta=433000 ns, racy<=15000 ns
17:54:58.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.305270000, lastModified=2022-06-06 17:54:58.301386000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.301386000 to 2022-06-06 17:54:58.304386000
17:54:58.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.305592000, lastModified=2022-06-06 17:54:58.305386000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.305592000, lastModified=2022-06-06 17:54:58.305386000, delta=206000 ns, racy<=15000 ns
17:54:58.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.305843000, lastModified=2022-06-06 17:54:58.305386000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.305843000, lastModified=2022-06-06 17:54:58.305386000, delta=457000 ns, racy<=15000 ns
17:54:58.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.306102000, lastModified=2022-06-06 17:54:58.305386000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.306102000, lastModified=2022-06-06 17:54:58.305386000, delta=716000 ns, racy<=15000 ns
17:54:58.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.348241000, lastModified=2022-06-06 17:54:58.347387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.348241000, lastModified=2022-06-06 17:54:58.347387000, delta=854000 ns, racy<=15000 ns
17:54:58.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.348553000, lastModified=2022-06-06 17:54:58.347387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.347387000 to 2022-06-06 17:54:58.348387000
17:54:58.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.348842000, lastModified=2022-06-06 17:54:58.348387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.348842000, lastModified=2022-06-06 17:54:58.348387000, delta=455000 ns, racy<=15000 ns
17:54:58.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.349156000, lastModified=2022-06-06 17:54:58.348387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.349156000, lastModified=2022-06-06 17:54:58.348387000, delta=769000 ns, racy<=15000 ns
17:54:58.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.349399000, lastModified=2022-06-06 17:54:58.348387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.348387000 to 2022-06-06 17:54:58.349387000
17:54:58.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.349675000, lastModified=2022-06-06 17:54:58.349387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.349675000, lastModified=2022-06-06 17:54:58.349387000, delta=288000 ns, racy<=15000 ns
17:54:58.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.349934000, lastModified=2022-06-06 17:54:58.349387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.349934000, lastModified=2022-06-06 17:54:58.349387000, delta=547000 ns, racy<=15000 ns
17:54:58.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.350230000, lastModified=2022-06-06 17:54:58.349387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.350230000, lastModified=2022-06-06 17:54:58.349387000, delta=843000 ns, racy<=15000 ns
17:54:58.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.350547000, lastModified=2022-06-06 17:54:58.349387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.349387000 to 2022-06-06 17:54:58.350387000
17:54:58.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.350825000, lastModified=2022-06-06 17:54:58.350387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.350825000, lastModified=2022-06-06 17:54:58.350387000, delta=438000 ns, racy<=15000 ns
17:54:58.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.351138000, lastModified=2022-06-06 17:54:58.350387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.351138000, lastModified=2022-06-06 17:54:58.350387000, delta=751000 ns, racy<=15000 ns
17:54:58.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.351438000, lastModified=2022-06-06 17:54:58.350387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.350387000 to 2022-06-06 17:54:58.351387000
17:54:58.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.351772000, lastModified=2022-06-06 17:54:58.351387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.351772000, lastModified=2022-06-06 17:54:58.351387000, delta=385000 ns, racy<=15000 ns
17:54:58.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.352067000, lastModified=2022-06-06 17:54:58.351387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.352067000, lastModified=2022-06-06 17:54:58.351387000, delta=680000 ns, racy<=15000 ns
17:54:58.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.352373000, lastModified=2022-06-06 17:54:58.351387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.352373000, lastModified=2022-06-06 17:54:58.351387000, delta=986000 ns, racy<=15000 ns
17:54:58.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.352698000, lastModified=2022-06-06 17:54:58.352387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.352698000, lastModified=2022-06-06 17:54:58.352387000, delta=311000 ns, racy<=15000 ns
17:54:58.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.352996000, lastModified=2022-06-06 17:54:58.352387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.352996000, lastModified=2022-06-06 17:54:58.352387000, delta=609000 ns, racy<=15000 ns
17:54:58.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.353319000, lastModified=2022-06-06 17:54:58.352387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.353319000, lastModified=2022-06-06 17:54:58.352387000, delta=932000 ns, racy<=15000 ns
17:54:58.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.353591000, lastModified=2022-06-06 17:54:58.353387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.353591000, lastModified=2022-06-06 17:54:58.353387000, delta=204000 ns, racy<=15000 ns
17:54:58.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.353847000, lastModified=2022-06-06 17:54:58.353387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.353847000, lastModified=2022-06-06 17:54:58.353387000, delta=460000 ns, racy<=15000 ns
17:54:58.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.354109000, lastModified=2022-06-06 17:54:58.353387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.354109000, lastModified=2022-06-06 17:54:58.353387000, delta=722000 ns, racy<=15000 ns
17:54:58.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.354356000, lastModified=2022-06-06 17:54:58.353387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.354356000, lastModified=2022-06-06 17:54:58.353387000, delta=969000 ns, racy<=15000 ns
17:54:58.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.354617000, lastModified=2022-06-06 17:54:58.354387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.354617000, lastModified=2022-06-06 17:54:58.354387000, delta=230000 ns, racy<=15000 ns
17:54:58.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.354868000, lastModified=2022-06-06 17:54:58.354387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.354868000, lastModified=2022-06-06 17:54:58.354387000, delta=481000 ns, racy<=15000 ns
17:54:58.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.355140000, lastModified=2022-06-06 17:54:58.354387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.355140000, lastModified=2022-06-06 17:54:58.354387000, delta=753000 ns, racy<=15000 ns
17:54:58.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.355399000, lastModified=2022-06-06 17:54:58.354387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.355399000, lastModified=2022-06-06 17:54:58.354387000, delta=1012000 ns, racy<=15000 ns
17:54:58.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.355664000, lastModified=2022-06-06 17:54:58.355387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.355664000, lastModified=2022-06-06 17:54:58.355387000, delta=277000 ns, racy<=15000 ns
17:54:58.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.355915000, lastModified=2022-06-06 17:54:58.355387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.355915000, lastModified=2022-06-06 17:54:58.355387000, delta=528000 ns, racy<=15000 ns
17:54:58.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.356173000, lastModified=2022-06-06 17:54:58.355387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.356173000, lastModified=2022-06-06 17:54:58.355387000, delta=786000 ns, racy<=15000 ns
17:54:58.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.356420000, lastModified=2022-06-06 17:54:58.355387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.355387000 to 2022-06-06 17:54:58.356387000
17:54:58.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.356667000, lastModified=2022-06-06 17:54:58.356387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.356667000, lastModified=2022-06-06 17:54:58.356387000, delta=280000 ns, racy<=15000 ns
17:54:58.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.360996000, lastModified=2022-06-06 17:54:58.356387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.356387000 to 2022-06-06 17:54:58.360387000
17:54:58.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.361260000, lastModified=2022-06-06 17:54:58.360387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.361260000, lastModified=2022-06-06 17:54:58.360387000, delta=873000 ns, racy<=15000 ns
17:54:58.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.361528000, lastModified=2022-06-06 17:54:58.360387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.360387000 to 2022-06-06 17:54:58.361387000
17:54:58.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.361766000, lastModified=2022-06-06 17:54:58.361387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.361766000, lastModified=2022-06-06 17:54:58.361387000, delta=379000 ns, racy<=15000 ns
17:54:58.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.362018000, lastModified=2022-06-06 17:54:58.361387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.362018000, lastModified=2022-06-06 17:54:58.361387000, delta=631000 ns, racy<=15000 ns
17:54:58.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.362279000, lastModified=2022-06-06 17:54:58.361387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.362279000, lastModified=2022-06-06 17:54:58.361387000, delta=892000 ns, racy<=15000 ns
17:54:58.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.362531000, lastModified=2022-06-06 17:54:58.361387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.361387000 to 2022-06-06 17:54:58.362387000
17:54:58.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.362763000, lastModified=2022-06-06 17:54:58.362387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.362763000, lastModified=2022-06-06 17:54:58.362387000, delta=376000 ns, racy<=15000 ns
17:54:58.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.363017000, lastModified=2022-06-06 17:54:58.362387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.363017000, lastModified=2022-06-06 17:54:58.362387000, delta=630000 ns, racy<=15000 ns
17:54:58.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.363272000, lastModified=2022-06-06 17:54:58.362387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.363272000, lastModified=2022-06-06 17:54:58.362387000, delta=885000 ns, racy<=15000 ns
17:54:58.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.363525000, lastModified=2022-06-06 17:54:58.362387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.362387000 to 2022-06-06 17:54:58.363387000
17:54:58.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.363758000, lastModified=2022-06-06 17:54:58.363387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.363758000, lastModified=2022-06-06 17:54:58.363387000, delta=371000 ns, racy<=15000 ns
17:54:58.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.364009000, lastModified=2022-06-06 17:54:58.363387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.364009000, lastModified=2022-06-06 17:54:58.363387000, delta=622000 ns, racy<=15000 ns
17:54:58.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.364272000, lastModified=2022-06-06 17:54:58.363387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.364272000, lastModified=2022-06-06 17:54:58.363387000, delta=885000 ns, racy<=15000 ns
17:54:58.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.364535000, lastModified=2022-06-06 17:54:58.363387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.363387000 to 2022-06-06 17:54:58.364387000
17:54:58.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.364776000, lastModified=2022-06-06 17:54:58.364387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.364776000, lastModified=2022-06-06 17:54:58.364387000, delta=389000 ns, racy<=15000 ns
17:54:58.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.365054000, lastModified=2022-06-06 17:54:58.364387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.365054000, lastModified=2022-06-06 17:54:58.364387000, delta=667000 ns, racy<=15000 ns
17:54:58.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.365311000, lastModified=2022-06-06 17:54:58.364387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.365311000, lastModified=2022-06-06 17:54:58.364387000, delta=924000 ns, racy<=15000 ns
17:54:58.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.365584000, lastModified=2022-06-06 17:54:58.365387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.365584000, lastModified=2022-06-06 17:54:58.365387000, delta=197000 ns, racy<=15000 ns
17:54:58.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.365839000, lastModified=2022-06-06 17:54:58.365387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.365839000, lastModified=2022-06-06 17:54:58.365387000, delta=452000 ns, racy<=15000 ns
17:54:58.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.366104000, lastModified=2022-06-06 17:54:58.365387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.366104000, lastModified=2022-06-06 17:54:58.365387000, delta=717000 ns, racy<=15000 ns
17:54:58.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.366356000, lastModified=2022-06-06 17:54:58.365387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.366356000, lastModified=2022-06-06 17:54:58.365387000, delta=969000 ns, racy<=15000 ns
17:54:58.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.366644000, lastModified=2022-06-06 17:54:58.366387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.366644000, lastModified=2022-06-06 17:54:58.366387000, delta=257000 ns, racy<=15000 ns
17:54:58.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.366952000, lastModified=2022-06-06 17:54:58.366387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.366952000, lastModified=2022-06-06 17:54:58.366387000, delta=565000 ns, racy<=15000 ns
17:54:58.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.367224000, lastModified=2022-06-06 17:54:58.366387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.367224000, lastModified=2022-06-06 17:54:58.366387000, delta=837000 ns, racy<=15000 ns
17:54:58.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.367496000, lastModified=2022-06-06 17:54:58.366387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.366387000 to 2022-06-06 17:54:58.367387000
17:54:58.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.367752000, lastModified=2022-06-06 17:54:58.367387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.367752000, lastModified=2022-06-06 17:54:58.367387000, delta=365000 ns, racy<=15000 ns
17:54:58.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.368021000, lastModified=2022-06-06 17:54:58.367387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.368021000, lastModified=2022-06-06 17:54:58.367387000, delta=634000 ns, racy<=15000 ns
17:54:58.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.368305000, lastModified=2022-06-06 17:54:58.367387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.368305000, lastModified=2022-06-06 17:54:58.367387000, delta=918000 ns, racy<=15000 ns
17:54:58.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.368627000, lastModified=2022-06-06 17:54:58.368387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.368627000, lastModified=2022-06-06 17:54:58.368387000, delta=240000 ns, racy<=15000 ns
17:54:58.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.368886000, lastModified=2022-06-06 17:54:58.368387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.368886000, lastModified=2022-06-06 17:54:58.368387000, delta=499000 ns, racy<=15000 ns
17:54:58.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.369170000, lastModified=2022-06-06 17:54:58.368387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.369170000, lastModified=2022-06-06 17:54:58.368387000, delta=783000 ns, racy<=15000 ns
17:54:58.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.369436000, lastModified=2022-06-06 17:54:58.368387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.368387000 to 2022-06-06 17:54:58.369387000
17:54:58.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.369704000, lastModified=2022-06-06 17:54:58.369387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.369704000, lastModified=2022-06-06 17:54:58.369387000, delta=317000 ns, racy<=15000 ns
17:54:58.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.369953000, lastModified=2022-06-06 17:54:58.369387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.369953000, lastModified=2022-06-06 17:54:58.369387000, delta=566000 ns, racy<=15000 ns
17:54:58.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.374188000, lastModified=2022-06-06 17:54:58.369387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.369387000 to 2022-06-06 17:54:58.373387000
17:54:58.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.374451000, lastModified=2022-06-06 17:54:58.373387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.373387000 to 2022-06-06 17:54:58.374387000
17:54:58.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.374698000, lastModified=2022-06-06 17:54:58.374387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.374698000, lastModified=2022-06-06 17:54:58.374387000, delta=311000 ns, racy<=15000 ns
17:54:58.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.374950000, lastModified=2022-06-06 17:54:58.374387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.374950000, lastModified=2022-06-06 17:54:58.374387000, delta=563000 ns, racy<=15000 ns
17:54:58.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.375251000, lastModified=2022-06-06 17:54:58.374387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.375251000, lastModified=2022-06-06 17:54:58.374387000, delta=864000 ns, racy<=15000 ns
17:54:58.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.375508000, lastModified=2022-06-06 17:54:58.374387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.374387000 to 2022-06-06 17:54:58.375387000
17:54:58.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.375746000, lastModified=2022-06-06 17:54:58.375387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.375746000, lastModified=2022-06-06 17:54:58.375387000, delta=359000 ns, racy<=15000 ns
17:54:58.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.376015000, lastModified=2022-06-06 17:54:58.375387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.376015000, lastModified=2022-06-06 17:54:58.375387000, delta=628000 ns, racy<=15000 ns
17:54:58.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.376275000, lastModified=2022-06-06 17:54:58.375387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.376275000, lastModified=2022-06-06 17:54:58.375387000, delta=888000 ns, racy<=15000 ns
17:54:58.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.376532000, lastModified=2022-06-06 17:54:58.375387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.375387000 to 2022-06-06 17:54:58.376387000
17:54:58.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.376768000, lastModified=2022-06-06 17:54:58.376387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.376768000, lastModified=2022-06-06 17:54:58.376387000, delta=381000 ns, racy<=15000 ns
17:54:58.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.377035000, lastModified=2022-06-06 17:54:58.376387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.377035000, lastModified=2022-06-06 17:54:58.376387000, delta=648000 ns, racy<=15000 ns
17:54:58.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.377311000, lastModified=2022-06-06 17:54:58.376387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.377311000, lastModified=2022-06-06 17:54:58.376387000, delta=924000 ns, racy<=15000 ns
17:54:58.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.377558000, lastModified=2022-06-06 17:54:58.377387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.377558000, lastModified=2022-06-06 17:54:58.377387000, delta=171000 ns, racy<=15000 ns
17:54:58.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.377834000, lastModified=2022-06-06 17:54:58.377387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.377834000, lastModified=2022-06-06 17:54:58.377387000, delta=447000 ns, racy<=15000 ns
17:54:58.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.378084000, lastModified=2022-06-06 17:54:58.377387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.378084000, lastModified=2022-06-06 17:54:58.377387000, delta=697000 ns, racy<=15000 ns
17:54:58.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.378372000, lastModified=2022-06-06 17:54:58.377387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.378372000, lastModified=2022-06-06 17:54:58.377387000, delta=985000 ns, racy<=15000 ns
17:54:58.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.378687000, lastModified=2022-06-06 17:54:58.378387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.378687000, lastModified=2022-06-06 17:54:58.378387000, delta=300000 ns, racy<=15000 ns
17:54:58.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.378935000, lastModified=2022-06-06 17:54:58.378387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.378935000, lastModified=2022-06-06 17:54:58.378387000, delta=548000 ns, racy<=15000 ns
17:54:58.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.379203000, lastModified=2022-06-06 17:54:58.378387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.379203000, lastModified=2022-06-06 17:54:58.378387000, delta=816000 ns, racy<=15000 ns
17:54:58.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.379460000, lastModified=2022-06-06 17:54:58.378387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.378387000 to 2022-06-06 17:54:58.379387000
17:54:58.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.379695000, lastModified=2022-06-06 17:54:58.379387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.379695000, lastModified=2022-06-06 17:54:58.379387000, delta=308000 ns, racy<=15000 ns
17:54:58.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.379950000, lastModified=2022-06-06 17:54:58.379387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.379950000, lastModified=2022-06-06 17:54:58.379387000, delta=563000 ns, racy<=15000 ns
17:54:58.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.380207000, lastModified=2022-06-06 17:54:58.379387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.380207000, lastModified=2022-06-06 17:54:58.379387000, delta=820000 ns, racy<=15000 ns
17:54:58.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.380443000, lastModified=2022-06-06 17:54:58.379387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.379387000 to 2022-06-06 17:54:58.380387000
17:54:58.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.380690000, lastModified=2022-06-06 17:54:58.380387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.380690000, lastModified=2022-06-06 17:54:58.380387000, delta=303000 ns, racy<=15000 ns
17:54:58.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.380947000, lastModified=2022-06-06 17:54:58.380387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.380947000, lastModified=2022-06-06 17:54:58.380387000, delta=560000 ns, racy<=15000 ns
17:54:58.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.381218000, lastModified=2022-06-06 17:54:58.380387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.381218000, lastModified=2022-06-06 17:54:58.380387000, delta=831000 ns, racy<=15000 ns
17:54:58.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.381457000, lastModified=2022-06-06 17:54:58.380387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.380387000 to 2022-06-06 17:54:58.381387000
17:54:58.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.381688000, lastModified=2022-06-06 17:54:58.381387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.381688000, lastModified=2022-06-06 17:54:58.381387000, delta=301000 ns, racy<=15000 ns
17:54:58.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.381927000, lastModified=2022-06-06 17:54:58.381387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.381927000, lastModified=2022-06-06 17:54:58.381387000, delta=540000 ns, racy<=15000 ns
17:54:58.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.382176000, lastModified=2022-06-06 17:54:58.381387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.382176000, lastModified=2022-06-06 17:54:58.381387000, delta=789000 ns, racy<=15000 ns
17:54:58.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.382466000, lastModified=2022-06-06 17:54:58.381387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.381387000 to 2022-06-06 17:54:58.382387000
17:54:58.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.382705000, lastModified=2022-06-06 17:54:58.382387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.382705000, lastModified=2022-06-06 17:54:58.382387000, delta=318000 ns, racy<=15000 ns
17:54:58.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.382951000, lastModified=2022-06-06 17:54:58.382387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.382951000, lastModified=2022-06-06 17:54:58.382387000, delta=564000 ns, racy<=15000 ns
17:54:58.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.385429000, lastModified=2022-06-06 17:54:58.382387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.382387000 to 2022-06-06 17:54:58.385387000
17:54:58.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.385703000, lastModified=2022-06-06 17:54:58.385387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.385703000, lastModified=2022-06-06 17:54:58.385387000, delta=316000 ns, racy<=15000 ns
17:54:58.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.385952000, lastModified=2022-06-06 17:54:58.385387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.385952000, lastModified=2022-06-06 17:54:58.385387000, delta=565000 ns, racy<=15000 ns
17:54:58.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.386204000, lastModified=2022-06-06 17:54:58.385387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.386204000, lastModified=2022-06-06 17:54:58.385387000, delta=817000 ns, racy<=15000 ns
17:54:58.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.386450000, lastModified=2022-06-06 17:54:58.385387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.385387000 to 2022-06-06 17:54:58.386387000
17:54:58.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.386688000, lastModified=2022-06-06 17:54:58.386387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.386688000, lastModified=2022-06-06 17:54:58.386387000, delta=301000 ns, racy<=15000 ns
17:54:58.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.386942000, lastModified=2022-06-06 17:54:58.386387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.386942000, lastModified=2022-06-06 17:54:58.386387000, delta=555000 ns, racy<=15000 ns
17:54:58.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.387185000, lastModified=2022-06-06 17:54:58.386387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.387185000, lastModified=2022-06-06 17:54:58.386387000, delta=798000 ns, racy<=15000 ns
17:54:58.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.387427000, lastModified=2022-06-06 17:54:58.386387000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.386387000 to 2022-06-06 17:54:58.387388000
17:54:58.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.387665000, lastModified=2022-06-06 17:54:58.387388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.387665000, lastModified=2022-06-06 17:54:58.387388000, delta=277000 ns, racy<=15000 ns
17:54:58.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.387906000, lastModified=2022-06-06 17:54:58.387388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.387906000, lastModified=2022-06-06 17:54:58.387388000, delta=518000 ns, racy<=15000 ns
17:54:58.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.388151000, lastModified=2022-06-06 17:54:58.387388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.388151000, lastModified=2022-06-06 17:54:58.387388000, delta=763000 ns, racy<=15000 ns
17:54:58.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.388393000, lastModified=2022-06-06 17:54:58.387388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.388393000, lastModified=2022-06-06 17:54:58.387388000, delta=1005000 ns, racy<=15000 ns
17:54:58.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.388644000, lastModified=2022-06-06 17:54:58.388388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.388644000, lastModified=2022-06-06 17:54:58.388388000, delta=256000 ns, racy<=15000 ns
17:54:58.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.388884000, lastModified=2022-06-06 17:54:58.388388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.388884000, lastModified=2022-06-06 17:54:58.388388000, delta=496000 ns, racy<=15000 ns
17:54:58.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.389143000, lastModified=2022-06-06 17:54:58.388388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.389143000, lastModified=2022-06-06 17:54:58.388388000, delta=755000 ns, racy<=15000 ns
17:54:58.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.389389000, lastModified=2022-06-06 17:54:58.388388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.389389000, lastModified=2022-06-06 17:54:58.388388000, delta=1001000 ns, racy<=15000 ns
17:54:58.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.389635000, lastModified=2022-06-06 17:54:58.389388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.389635000, lastModified=2022-06-06 17:54:58.389388000, delta=247000 ns, racy<=15000 ns
17:54:58.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.389874000, lastModified=2022-06-06 17:54:58.389388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.389874000, lastModified=2022-06-06 17:54:58.389388000, delta=486000 ns, racy<=15000 ns
17:54:58.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.390123000, lastModified=2022-06-06 17:54:58.389388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.390123000, lastModified=2022-06-06 17:54:58.389388000, delta=735000 ns, racy<=15000 ns
17:54:58.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.390362000, lastModified=2022-06-06 17:54:58.389388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.390362000, lastModified=2022-06-06 17:54:58.389388000, delta=974000 ns, racy<=15000 ns
17:54:58.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.390606000, lastModified=2022-06-06 17:54:58.390388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.390606000, lastModified=2022-06-06 17:54:58.390388000, delta=218000 ns, racy<=15000 ns
17:54:58.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.390842000, lastModified=2022-06-06 17:54:58.390388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.390842000, lastModified=2022-06-06 17:54:58.390388000, delta=454000 ns, racy<=15000 ns
17:54:58.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.391076000, lastModified=2022-06-06 17:54:58.390388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.391076000, lastModified=2022-06-06 17:54:58.390388000, delta=688000 ns, racy<=15000 ns
17:54:58.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.391318000, lastModified=2022-06-06 17:54:58.390388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.391318000, lastModified=2022-06-06 17:54:58.390388000, delta=930000 ns, racy<=15000 ns
17:54:58.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.391561000, lastModified=2022-06-06 17:54:58.391388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.391561000, lastModified=2022-06-06 17:54:58.391388000, delta=173000 ns, racy<=15000 ns
17:54:58.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.391806000, lastModified=2022-06-06 17:54:58.391388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.391806000, lastModified=2022-06-06 17:54:58.391388000, delta=418000 ns, racy<=15000 ns
17:54:58.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.392040000, lastModified=2022-06-06 17:54:58.391388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.392040000, lastModified=2022-06-06 17:54:58.391388000, delta=652000 ns, racy<=15000 ns
17:54:58.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.392289000, lastModified=2022-06-06 17:54:58.391388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.392289000, lastModified=2022-06-06 17:54:58.391388000, delta=901000 ns, racy<=15000 ns
17:54:58.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.392531000, lastModified=2022-06-06 17:54:58.391388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.391388000 to 2022-06-06 17:54:58.392388000
17:54:58.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.392798000, lastModified=2022-06-06 17:54:58.392388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.392798000, lastModified=2022-06-06 17:54:58.392388000, delta=410000 ns, racy<=15000 ns
17:54:58.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.393049000, lastModified=2022-06-06 17:54:58.392388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.393049000, lastModified=2022-06-06 17:54:58.392388000, delta=661000 ns, racy<=15000 ns
17:54:58.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.393323000, lastModified=2022-06-06 17:54:58.392388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.393323000, lastModified=2022-06-06 17:54:58.392388000, delta=935000 ns, racy<=15000 ns
17:54:58.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.393608000, lastModified=2022-06-06 17:54:58.393388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.393608000, lastModified=2022-06-06 17:54:58.393388000, delta=220000 ns, racy<=15000 ns
17:54:58.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.393854000, lastModified=2022-06-06 17:54:58.393388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.393854000, lastModified=2022-06-06 17:54:58.393388000, delta=466000 ns, racy<=15000 ns
17:54:58.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.396429000, lastModified=2022-06-06 17:54:58.393388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.393388000 to 2022-06-06 17:54:58.396388000
17:54:58.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.396739000, lastModified=2022-06-06 17:54:58.396388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.396739000, lastModified=2022-06-06 17:54:58.396388000, delta=351000 ns, racy<=15000 ns
17:54:58.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.396985000, lastModified=2022-06-06 17:54:58.396388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.396985000, lastModified=2022-06-06 17:54:58.396388000, delta=597000 ns, racy<=15000 ns
17:54:58.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.397233000, lastModified=2022-06-06 17:54:58.396388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.397233000, lastModified=2022-06-06 17:54:58.396388000, delta=845000 ns, racy<=15000 ns
17:54:58.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.397472000, lastModified=2022-06-06 17:54:58.396388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.396388000 to 2022-06-06 17:54:58.397388000
17:54:58.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.397701000, lastModified=2022-06-06 17:54:58.397388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.397701000, lastModified=2022-06-06 17:54:58.397388000, delta=313000 ns, racy<=15000 ns
17:54:58.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.397946000, lastModified=2022-06-06 17:54:58.397388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.397946000, lastModified=2022-06-06 17:54:58.397388000, delta=558000 ns, racy<=15000 ns
17:54:58.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.398190000, lastModified=2022-06-06 17:54:58.397388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.398190000, lastModified=2022-06-06 17:54:58.397388000, delta=802000 ns, racy<=15000 ns
17:54:58.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.398443000, lastModified=2022-06-06 17:54:58.397388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.397388000 to 2022-06-06 17:54:58.398388000
17:54:58.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.398673000, lastModified=2022-06-06 17:54:58.398388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.398673000, lastModified=2022-06-06 17:54:58.398388000, delta=285000 ns, racy<=15000 ns
17:54:58.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.398910000, lastModified=2022-06-06 17:54:58.398388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.398910000, lastModified=2022-06-06 17:54:58.398388000, delta=522000 ns, racy<=15000 ns
17:54:58.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.399154000, lastModified=2022-06-06 17:54:58.398388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.399154000, lastModified=2022-06-06 17:54:58.398388000, delta=766000 ns, racy<=15000 ns
17:54:58.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.399437000, lastModified=2022-06-06 17:54:58.398388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.398388000 to 2022-06-06 17:54:58.399388000
17:54:58.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.399675000, lastModified=2022-06-06 17:54:58.399388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.399675000, lastModified=2022-06-06 17:54:58.399388000, delta=287000 ns, racy<=15000 ns
17:54:58.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.399920000, lastModified=2022-06-06 17:54:58.399388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.399920000, lastModified=2022-06-06 17:54:58.399388000, delta=532000 ns, racy<=15000 ns
17:54:58.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.400182000, lastModified=2022-06-06 17:54:58.399388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.400182000, lastModified=2022-06-06 17:54:58.399388000, delta=794000 ns, racy<=15000 ns
17:54:58.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.400434000, lastModified=2022-06-06 17:54:58.399388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.399388000 to 2022-06-06 17:54:58.400388000
17:54:58.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.400710000, lastModified=2022-06-06 17:54:58.400388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.400710000, lastModified=2022-06-06 17:54:58.400388000, delta=322000 ns, racy<=15000 ns
17:54:58.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.400949000, lastModified=2022-06-06 17:54:58.400388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.400949000, lastModified=2022-06-06 17:54:58.400388000, delta=561000 ns, racy<=15000 ns
17:54:58.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.401196000, lastModified=2022-06-06 17:54:58.400388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.401196000, lastModified=2022-06-06 17:54:58.400388000, delta=808000 ns, racy<=15000 ns
17:54:58.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.401434000, lastModified=2022-06-06 17:54:58.400388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.400388000 to 2022-06-06 17:54:58.401388000
17:54:58.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.401663000, lastModified=2022-06-06 17:54:58.401388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.401663000, lastModified=2022-06-06 17:54:58.401388000, delta=275000 ns, racy<=15000 ns
17:54:58.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.401902000, lastModified=2022-06-06 17:54:58.401388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.401902000, lastModified=2022-06-06 17:54:58.401388000, delta=514000 ns, racy<=15000 ns
17:54:58.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.402148000, lastModified=2022-06-06 17:54:58.401388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.402148000, lastModified=2022-06-06 17:54:58.401388000, delta=760000 ns, racy<=15000 ns
17:54:58.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.402383000, lastModified=2022-06-06 17:54:58.401388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.402383000, lastModified=2022-06-06 17:54:58.401388000, delta=995000 ns, racy<=15000 ns
17:54:58.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.402625000, lastModified=2022-06-06 17:54:58.402388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.402625000, lastModified=2022-06-06 17:54:58.402388000, delta=237000 ns, racy<=15000 ns
17:54:58.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.402 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.402873000, lastModified=2022-06-06 17:54:58.402388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.402873000, lastModified=2022-06-06 17:54:58.402388000, delta=485000 ns, racy<=15000 ns
17:54:58.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.403120000, lastModified=2022-06-06 17:54:58.402388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.403120000, lastModified=2022-06-06 17:54:58.402388000, delta=732000 ns, racy<=15000 ns
17:54:58.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.403383000, lastModified=2022-06-06 17:54:58.402388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.403383000, lastModified=2022-06-06 17:54:58.402388000, delta=995000 ns, racy<=15000 ns
17:54:58.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.403657000, lastModified=2022-06-06 17:54:58.403388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.403657000, lastModified=2022-06-06 17:54:58.403388000, delta=269000 ns, racy<=15000 ns
17:54:58.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.403892000, lastModified=2022-06-06 17:54:58.403388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.403892000, lastModified=2022-06-06 17:54:58.403388000, delta=504000 ns, racy<=15000 ns
17:54:58.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.404123000, lastModified=2022-06-06 17:54:58.403388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.404123000, lastModified=2022-06-06 17:54:58.403388000, delta=735000 ns, racy<=15000 ns
17:54:58.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.404348000, lastModified=2022-06-06 17:54:58.403388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.404348000, lastModified=2022-06-06 17:54:58.403388000, delta=960000 ns, racy<=15000 ns
17:54:58.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.404586000, lastModified=2022-06-06 17:54:58.404388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.404586000, lastModified=2022-06-06 17:54:58.404388000, delta=198000 ns, racy<=15000 ns
17:54:58.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.404818000, lastModified=2022-06-06 17:54:58.404388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.404818000, lastModified=2022-06-06 17:54:58.404388000, delta=430000 ns, racy<=15000 ns
17:54:58.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.408084000, lastModified=2022-06-06 17:54:58.404388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.404388000 to 2022-06-06 17:54:58.407388000
17:54:58.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.408368000, lastModified=2022-06-06 17:54:58.407388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.408368000, lastModified=2022-06-06 17:54:58.407388000, delta=980000 ns, racy<=15000 ns
17:54:58.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.408619000, lastModified=2022-06-06 17:54:58.408388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.408619000, lastModified=2022-06-06 17:54:58.408388000, delta=231000 ns, racy<=15000 ns
17:54:58.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.408863000, lastModified=2022-06-06 17:54:58.408388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.408863000, lastModified=2022-06-06 17:54:58.408388000, delta=475000 ns, racy<=15000 ns
17:54:58.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.409095000, lastModified=2022-06-06 17:54:58.408388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.409095000, lastModified=2022-06-06 17:54:58.408388000, delta=707000 ns, racy<=15000 ns
17:54:58.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.409314000, lastModified=2022-06-06 17:54:58.408388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.409314000, lastModified=2022-06-06 17:54:58.408388000, delta=926000 ns, racy<=15000 ns
17:54:58.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.409546000, lastModified=2022-06-06 17:54:58.409388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.409546000, lastModified=2022-06-06 17:54:58.409388000, delta=158000 ns, racy<=15000 ns
17:54:58.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.409776000, lastModified=2022-06-06 17:54:58.409388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.409776000, lastModified=2022-06-06 17:54:58.409388000, delta=388000 ns, racy<=15000 ns
17:54:58.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.409993000, lastModified=2022-06-06 17:54:58.409388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.409993000, lastModified=2022-06-06 17:54:58.409388000, delta=605000 ns, racy<=15000 ns
17:54:58.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.410216000, lastModified=2022-06-06 17:54:58.409388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.410216000, lastModified=2022-06-06 17:54:58.409388000, delta=828000 ns, racy<=15000 ns
17:54:58.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.410428000, lastModified=2022-06-06 17:54:58.409388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.409388000 to 2022-06-06 17:54:58.410388000
17:54:58.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.410641000, lastModified=2022-06-06 17:54:58.410388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.410641000, lastModified=2022-06-06 17:54:58.410388000, delta=253000 ns, racy<=15000 ns
17:54:58.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.410869000, lastModified=2022-06-06 17:54:58.410388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.410869000, lastModified=2022-06-06 17:54:58.410388000, delta=481000 ns, racy<=15000 ns
17:54:58.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.411095000, lastModified=2022-06-06 17:54:58.410388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.411095000, lastModified=2022-06-06 17:54:58.410388000, delta=707000 ns, racy<=15000 ns
17:54:58.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.411318000, lastModified=2022-06-06 17:54:58.410388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.411318000, lastModified=2022-06-06 17:54:58.410388000, delta=930000 ns, racy<=15000 ns
17:54:58.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.411543000, lastModified=2022-06-06 17:54:58.411388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.411543000, lastModified=2022-06-06 17:54:58.411388000, delta=155000 ns, racy<=15000 ns
17:54:58.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.411772000, lastModified=2022-06-06 17:54:58.411388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.411772000, lastModified=2022-06-06 17:54:58.411388000, delta=384000 ns, racy<=15000 ns
17:54:58.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.411998000, lastModified=2022-06-06 17:54:58.411388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.411998000, lastModified=2022-06-06 17:54:58.411388000, delta=610000 ns, racy<=15000 ns
17:54:58.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.412303000, lastModified=2022-06-06 17:54:58.411388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.412303000, lastModified=2022-06-06 17:54:58.411388000, delta=915000 ns, racy<=15000 ns
17:54:58.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.412545000, lastModified=2022-06-06 17:54:58.412388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.412545000, lastModified=2022-06-06 17:54:58.412388000, delta=157000 ns, racy<=15000 ns
17:54:58.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.412775000, lastModified=2022-06-06 17:54:58.412388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.412775000, lastModified=2022-06-06 17:54:58.412388000, delta=387000 ns, racy<=15000 ns
17:54:58.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.413006000, lastModified=2022-06-06 17:54:58.412388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.413006000, lastModified=2022-06-06 17:54:58.412388000, delta=618000 ns, racy<=15000 ns
17:54:58.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.413261000, lastModified=2022-06-06 17:54:58.412388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.413261000, lastModified=2022-06-06 17:54:58.412388000, delta=873000 ns, racy<=15000 ns
17:54:58.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.413477000, lastModified=2022-06-06 17:54:58.412388000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.412388000 to 2022-06-06 17:54:58.447389000
17:54:58.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.448393000, lastModified=2022-06-06 17:54:58.447389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.448393000, lastModified=2022-06-06 17:54:58.447389000, delta=1004000 ns, racy<=15000 ns
17:54:58.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.448655000, lastModified=2022-06-06 17:54:58.448389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.448655000, lastModified=2022-06-06 17:54:58.448389000, delta=266000 ns, racy<=15000 ns
17:54:58.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.448886000, lastModified=2022-06-06 17:54:58.448389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.448886000, lastModified=2022-06-06 17:54:58.448389000, delta=497000 ns, racy<=15000 ns
17:54:58.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.449135000, lastModified=2022-06-06 17:54:58.448389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.449135000, lastModified=2022-06-06 17:54:58.448389000, delta=746000 ns, racy<=15000 ns
17:54:58.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.449352000, lastModified=2022-06-06 17:54:58.448389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.449352000, lastModified=2022-06-06 17:54:58.448389000, delta=963000 ns, racy<=15000 ns
17:54:58.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.449584000, lastModified=2022-06-06 17:54:58.449389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.449584000, lastModified=2022-06-06 17:54:58.449389000, delta=195000 ns, racy<=15000 ns
17:54:58.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.449802000, lastModified=2022-06-06 17:54:58.449389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.449802000, lastModified=2022-06-06 17:54:58.449389000, delta=413000 ns, racy<=15000 ns
17:54:58.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.450020000, lastModified=2022-06-06 17:54:58.449389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.450020000, lastModified=2022-06-06 17:54:58.449389000, delta=631000 ns, racy<=15000 ns
17:54:58.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.450245000, lastModified=2022-06-06 17:54:58.449389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.450245000, lastModified=2022-06-06 17:54:58.449389000, delta=856000 ns, racy<=15000 ns
17:54:58.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.450454000, lastModified=2022-06-06 17:54:58.449389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.449389000 to 2022-06-06 17:54:58.450389000
17:54:58.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.450663000, lastModified=2022-06-06 17:54:58.450389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.450663000, lastModified=2022-06-06 17:54:58.450389000, delta=274000 ns, racy<=15000 ns
17:54:58.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.454906000, lastModified=2022-06-06 17:54:58.450389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.450389000 to 2022-06-06 17:54:58.454389000
17:54:58.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.455198000, lastModified=2022-06-06 17:54:58.454389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.455198000, lastModified=2022-06-06 17:54:58.454389000, delta=809000 ns, racy<=15000 ns
17:54:58.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.455440000, lastModified=2022-06-06 17:54:58.454389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.454389000 to 2022-06-06 17:54:58.455389000
17:54:58.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.455656000, lastModified=2022-06-06 17:54:58.455389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.455656000, lastModified=2022-06-06 17:54:58.455389000, delta=267000 ns, racy<=15000 ns
17:54:58.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.455888000, lastModified=2022-06-06 17:54:58.455389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.455888000, lastModified=2022-06-06 17:54:58.455389000, delta=499000 ns, racy<=15000 ns
17:54:58.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.456126000, lastModified=2022-06-06 17:54:58.455389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.456126000, lastModified=2022-06-06 17:54:58.455389000, delta=737000 ns, racy<=15000 ns
17:54:58.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.456340000, lastModified=2022-06-06 17:54:58.455389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.456340000, lastModified=2022-06-06 17:54:58.455389000, delta=951000 ns, racy<=15000 ns
17:54:58.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.456564000, lastModified=2022-06-06 17:54:58.456389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.456564000, lastModified=2022-06-06 17:54:58.456389000, delta=175000 ns, racy<=15000 ns
17:54:58.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.456782000, lastModified=2022-06-06 17:54:58.456389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.456782000, lastModified=2022-06-06 17:54:58.456389000, delta=393000 ns, racy<=15000 ns
17:54:58.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.456992000, lastModified=2022-06-06 17:54:58.456389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.456992000, lastModified=2022-06-06 17:54:58.456389000, delta=603000 ns, racy<=15000 ns
17:54:58.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.457210000, lastModified=2022-06-06 17:54:58.456389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.457210000, lastModified=2022-06-06 17:54:58.456389000, delta=821000 ns, racy<=15000 ns
17:54:58.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.457418000, lastModified=2022-06-06 17:54:58.456389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.456389000 to 2022-06-06 17:54:58.457389000
17:54:58.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.457625000, lastModified=2022-06-06 17:54:58.457389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.457625000, lastModified=2022-06-06 17:54:58.457389000, delta=236000 ns, racy<=15000 ns
17:54:58.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.457835000, lastModified=2022-06-06 17:54:58.457389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.457835000, lastModified=2022-06-06 17:54:58.457389000, delta=446000 ns, racy<=15000 ns
17:54:58.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.458044000, lastModified=2022-06-06 17:54:58.457389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.458044000, lastModified=2022-06-06 17:54:58.457389000, delta=655000 ns, racy<=15000 ns
17:54:58.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.458289000, lastModified=2022-06-06 17:54:58.457389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.458289000, lastModified=2022-06-06 17:54:58.457389000, delta=900000 ns, racy<=15000 ns
17:54:58.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.458523000, lastModified=2022-06-06 17:54:58.457389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.457389000 to 2022-06-06 17:54:58.458389000
17:54:58.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.458734000, lastModified=2022-06-06 17:54:58.458389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.458734000, lastModified=2022-06-06 17:54:58.458389000, delta=345000 ns, racy<=15000 ns
17:54:58.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.458966000, lastModified=2022-06-06 17:54:58.458389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.458966000, lastModified=2022-06-06 17:54:58.458389000, delta=577000 ns, racy<=15000 ns
17:54:58.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.459200000, lastModified=2022-06-06 17:54:58.458389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.459200000, lastModified=2022-06-06 17:54:58.458389000, delta=811000 ns, racy<=15000 ns
17:54:58.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.459426000, lastModified=2022-06-06 17:54:58.458389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.458389000 to 2022-06-06 17:54:58.459389000
17:54:58.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.459644000, lastModified=2022-06-06 17:54:58.459389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.459644000, lastModified=2022-06-06 17:54:58.459389000, delta=255000 ns, racy<=15000 ns
17:54:58.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.459879000, lastModified=2022-06-06 17:54:58.459389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.459879000, lastModified=2022-06-06 17:54:58.459389000, delta=490000 ns, racy<=15000 ns
17:54:58.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.460104000, lastModified=2022-06-06 17:54:58.459389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.460104000, lastModified=2022-06-06 17:54:58.459389000, delta=715000 ns, racy<=15000 ns
17:54:58.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.460376000, lastModified=2022-06-06 17:54:58.459389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.460376000, lastModified=2022-06-06 17:54:58.459389000, delta=987000 ns, racy<=15000 ns
17:54:58.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.460631000, lastModified=2022-06-06 17:54:58.460389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.460631000, lastModified=2022-06-06 17:54:58.460389000, delta=242000 ns, racy<=15000 ns
17:54:58.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.460907000, lastModified=2022-06-06 17:54:58.460389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.460907000, lastModified=2022-06-06 17:54:58.460389000, delta=518000 ns, racy<=15000 ns
17:54:58.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.461138000, lastModified=2022-06-06 17:54:58.460389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.461138000, lastModified=2022-06-06 17:54:58.460389000, delta=749000 ns, racy<=15000 ns
17:54:58.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.461359000, lastModified=2022-06-06 17:54:58.460389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.461359000, lastModified=2022-06-06 17:54:58.460389000, delta=970000 ns, racy<=15000 ns
17:54:58.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.461589000, lastModified=2022-06-06 17:54:58.461389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.461589000, lastModified=2022-06-06 17:54:58.461389000, delta=200000 ns, racy<=15000 ns
17:54:58.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.461807000, lastModified=2022-06-06 17:54:58.461389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.461807000, lastModified=2022-06-06 17:54:58.461389000, delta=418000 ns, racy<=15000 ns
17:54:58.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.462021000, lastModified=2022-06-06 17:54:58.461389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.462021000, lastModified=2022-06-06 17:54:58.461389000, delta=632000 ns, racy<=15000 ns
17:54:58.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.462252000, lastModified=2022-06-06 17:54:58.461389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.462252000, lastModified=2022-06-06 17:54:58.461389000, delta=863000 ns, racy<=15000 ns
17:54:58.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.462466000, lastModified=2022-06-06 17:54:58.461389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.461389000 to 2022-06-06 17:54:58.462389000
17:54:58.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.462693000, lastModified=2022-06-06 17:54:58.462389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.462693000, lastModified=2022-06-06 17:54:58.462389000, delta=304000 ns, racy<=15000 ns
17:54:58.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.466 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.466871000, lastModified=2022-06-06 17:54:58.462389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.462389000 to 2022-06-06 17:54:58.466389000
17:54:58.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.467117000, lastModified=2022-06-06 17:54:58.466389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.467117000, lastModified=2022-06-06 17:54:58.466389000, delta=728000 ns, racy<=15000 ns
17:54:58.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.467346000, lastModified=2022-06-06 17:54:58.466389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.467346000, lastModified=2022-06-06 17:54:58.466389000, delta=957000 ns, racy<=15000 ns
17:54:58.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.467580000, lastModified=2022-06-06 17:54:58.467389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.467580000, lastModified=2022-06-06 17:54:58.467389000, delta=191000 ns, racy<=15000 ns
17:54:58.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.467800000, lastModified=2022-06-06 17:54:58.467389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.467800000, lastModified=2022-06-06 17:54:58.467389000, delta=411000 ns, racy<=15000 ns
17:54:58.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.468015000, lastModified=2022-06-06 17:54:58.467389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.468015000, lastModified=2022-06-06 17:54:58.467389000, delta=626000 ns, racy<=15000 ns
17:54:58.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.468241000, lastModified=2022-06-06 17:54:58.467389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.468241000, lastModified=2022-06-06 17:54:58.467389000, delta=852000 ns, racy<=15000 ns
17:54:58.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.468459000, lastModified=2022-06-06 17:54:58.467389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.467389000 to 2022-06-06 17:54:58.468389000
17:54:58.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.468699000, lastModified=2022-06-06 17:54:58.468389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.468699000, lastModified=2022-06-06 17:54:58.468389000, delta=310000 ns, racy<=15000 ns
17:54:58.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.468920000, lastModified=2022-06-06 17:54:58.468389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.468920000, lastModified=2022-06-06 17:54:58.468389000, delta=531000 ns, racy<=15000 ns
17:54:58.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.469159000, lastModified=2022-06-06 17:54:58.468389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.469159000, lastModified=2022-06-06 17:54:58.468389000, delta=770000 ns, racy<=15000 ns
17:54:58.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.469406000, lastModified=2022-06-06 17:54:58.468389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.469406000, lastModified=2022-06-06 17:54:58.468389000, delta=1017000 ns, racy<=15000 ns
17:54:58.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.469644000, lastModified=2022-06-06 17:54:58.469389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.469644000, lastModified=2022-06-06 17:54:58.469389000, delta=255000 ns, racy<=15000 ns
17:54:58.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.469862000, lastModified=2022-06-06 17:54:58.469389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.469862000, lastModified=2022-06-06 17:54:58.469389000, delta=473000 ns, racy<=15000 ns
17:54:58.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.470119000, lastModified=2022-06-06 17:54:58.469389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.470119000, lastModified=2022-06-06 17:54:58.469389000, delta=730000 ns, racy<=15000 ns
17:54:58.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.470355000, lastModified=2022-06-06 17:54:58.469389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.470355000, lastModified=2022-06-06 17:54:58.469389000, delta=966000 ns, racy<=15000 ns
17:54:58.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.470587000, lastModified=2022-06-06 17:54:58.470389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.470587000, lastModified=2022-06-06 17:54:58.470389000, delta=198000 ns, racy<=15000 ns
17:54:58.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.470809000, lastModified=2022-06-06 17:54:58.470389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.470809000, lastModified=2022-06-06 17:54:58.470389000, delta=420000 ns, racy<=15000 ns
17:54:58.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.471028000, lastModified=2022-06-06 17:54:58.470389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.471028000, lastModified=2022-06-06 17:54:58.470389000, delta=639000 ns, racy<=15000 ns
17:54:58.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.471277000, lastModified=2022-06-06 17:54:58.470389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.471277000, lastModified=2022-06-06 17:54:58.470389000, delta=888000 ns, racy<=15000 ns
17:54:58.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.471530000, lastModified=2022-06-06 17:54:58.470389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.470389000 to 2022-06-06 17:54:58.471389000
17:54:58.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.471745000, lastModified=2022-06-06 17:54:58.471389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.471745000, lastModified=2022-06-06 17:54:58.471389000, delta=356000 ns, racy<=15000 ns
17:54:58.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.471974000, lastModified=2022-06-06 17:54:58.471389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.471974000, lastModified=2022-06-06 17:54:58.471389000, delta=585000 ns, racy<=15000 ns
17:54:58.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.472217000, lastModified=2022-06-06 17:54:58.471389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.472217000, lastModified=2022-06-06 17:54:58.471389000, delta=828000 ns, racy<=15000 ns
17:54:58.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.472539000, lastModified=2022-06-06 17:54:58.471389000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.471389000 to 2022-06-06 17:54:58.472390000
17:54:58.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.472856000, lastModified=2022-06-06 17:54:58.472390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.472856000, lastModified=2022-06-06 17:54:58.472390000, delta=466000 ns, racy<=15000 ns
17:54:58.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.473199000, lastModified=2022-06-06 17:54:58.472390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.473199000, lastModified=2022-06-06 17:54:58.472390000, delta=809000 ns, racy<=15000 ns
17:54:58.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.473537000, lastModified=2022-06-06 17:54:58.472390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.472390000 to 2022-06-06 17:54:58.473390000
17:54:58.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.473820000, lastModified=2022-06-06 17:54:58.473390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.473820000, lastModified=2022-06-06 17:54:58.473390000, delta=430000 ns, racy<=15000 ns
17:54:58.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.474046000, lastModified=2022-06-06 17:54:58.473390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.474046000, lastModified=2022-06-06 17:54:58.473390000, delta=656000 ns, racy<=15000 ns
17:54:58.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.474277000, lastModified=2022-06-06 17:54:58.473390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.474277000, lastModified=2022-06-06 17:54:58.473390000, delta=887000 ns, racy<=15000 ns
17:54:58.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.474494000, lastModified=2022-06-06 17:54:58.473390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.473390000 to 2022-06-06 17:54:58.474390000
17:54:58.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.474717000, lastModified=2022-06-06 17:54:58.474390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.474717000, lastModified=2022-06-06 17:54:58.474390000, delta=327000 ns, racy<=15000 ns
17:54:58.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.474935000, lastModified=2022-06-06 17:54:58.474390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.474935000, lastModified=2022-06-06 17:54:58.474390000, delta=545000 ns, racy<=15000 ns
17:54:58.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.475157000, lastModified=2022-06-06 17:54:58.474390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.475157000, lastModified=2022-06-06 17:54:58.474390000, delta=767000 ns, racy<=15000 ns
17:54:58.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.477552000, lastModified=2022-06-06 17:54:58.474390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.474390000 to 2022-06-06 17:54:58.477390000
17:54:58.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.477780000, lastModified=2022-06-06 17:54:58.477390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.477780000, lastModified=2022-06-06 17:54:58.477390000, delta=390000 ns, racy<=15000 ns
17:54:58.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.477999000, lastModified=2022-06-06 17:54:58.477390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.477999000, lastModified=2022-06-06 17:54:58.477390000, delta=609000 ns, racy<=15000 ns
17:54:58.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.478225000, lastModified=2022-06-06 17:54:58.477390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.478225000, lastModified=2022-06-06 17:54:58.477390000, delta=835000 ns, racy<=15000 ns
17:54:58.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.478446000, lastModified=2022-06-06 17:54:58.477390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.477390000 to 2022-06-06 17:54:58.478390000
17:54:58.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.478654000, lastModified=2022-06-06 17:54:58.478390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.478654000, lastModified=2022-06-06 17:54:58.478390000, delta=264000 ns, racy<=15000 ns
17:54:58.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.478874000, lastModified=2022-06-06 17:54:58.478390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.478874000, lastModified=2022-06-06 17:54:58.478390000, delta=484000 ns, racy<=15000 ns
17:54:58.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.479099000, lastModified=2022-06-06 17:54:58.478390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.479099000, lastModified=2022-06-06 17:54:58.478390000, delta=709000 ns, racy<=15000 ns
17:54:58.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.479325000, lastModified=2022-06-06 17:54:58.478390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.479325000, lastModified=2022-06-06 17:54:58.478390000, delta=935000 ns, racy<=15000 ns
17:54:58.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.479579000, lastModified=2022-06-06 17:54:58.479390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.479579000, lastModified=2022-06-06 17:54:58.479390000, delta=189000 ns, racy<=15000 ns
17:54:58.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.479803000, lastModified=2022-06-06 17:54:58.479390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.479803000, lastModified=2022-06-06 17:54:58.479390000, delta=413000 ns, racy<=15000 ns
17:54:58.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.480061000, lastModified=2022-06-06 17:54:58.479390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.480061000, lastModified=2022-06-06 17:54:58.479390000, delta=671000 ns, racy<=15000 ns
17:54:58.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.480389000, lastModified=2022-06-06 17:54:58.479390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.479390000 to 2022-06-06 17:54:58.480390000
17:54:58.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.480735000, lastModified=2022-06-06 17:54:58.480390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.480735000, lastModified=2022-06-06 17:54:58.480390000, delta=345000 ns, racy<=15000 ns
17:54:58.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.481062000, lastModified=2022-06-06 17:54:58.480390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.481062000, lastModified=2022-06-06 17:54:58.480390000, delta=672000 ns, racy<=15000 ns
17:54:58.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.481382000, lastModified=2022-06-06 17:54:58.480390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.481382000, lastModified=2022-06-06 17:54:58.480390000, delta=992000 ns, racy<=15000 ns
17:54:58.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.481658000, lastModified=2022-06-06 17:54:58.481390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.481658000, lastModified=2022-06-06 17:54:58.481390000, delta=268000 ns, racy<=15000 ns
17:54:58.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.481896000, lastModified=2022-06-06 17:54:58.481390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.481896000, lastModified=2022-06-06 17:54:58.481390000, delta=506000 ns, racy<=15000 ns
17:54:58.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.482170000, lastModified=2022-06-06 17:54:58.481390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.482170000, lastModified=2022-06-06 17:54:58.481390000, delta=780000 ns, racy<=15000 ns
17:54:58.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.482405000, lastModified=2022-06-06 17:54:58.481390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.482405000, lastModified=2022-06-06 17:54:58.481390000, delta=1015000 ns, racy<=15000 ns
17:54:58.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.482678000, lastModified=2022-06-06 17:54:58.482390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.482678000, lastModified=2022-06-06 17:54:58.482390000, delta=288000 ns, racy<=15000 ns
17:54:58.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.482892000, lastModified=2022-06-06 17:54:58.482390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.482892000, lastModified=2022-06-06 17:54:58.482390000, delta=502000 ns, racy<=15000 ns
17:54:58.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.483118000, lastModified=2022-06-06 17:54:58.482390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.483118000, lastModified=2022-06-06 17:54:58.482390000, delta=728000 ns, racy<=15000 ns
17:54:58.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.483340000, lastModified=2022-06-06 17:54:58.482390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.483340000, lastModified=2022-06-06 17:54:58.482390000, delta=950000 ns, racy<=15000 ns
17:54:58.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.483580000, lastModified=2022-06-06 17:54:58.483390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.483580000, lastModified=2022-06-06 17:54:58.483390000, delta=190000 ns, racy<=15000 ns
17:54:58.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.483815000, lastModified=2022-06-06 17:54:58.483390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.483815000, lastModified=2022-06-06 17:54:58.483390000, delta=425000 ns, racy<=15000 ns
17:54:58.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.484034000, lastModified=2022-06-06 17:54:58.483390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.484034000, lastModified=2022-06-06 17:54:58.483390000, delta=644000 ns, racy<=15000 ns
17:54:58.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.484369000, lastModified=2022-06-06 17:54:58.483390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.484369000, lastModified=2022-06-06 17:54:58.483390000, delta=979000 ns, racy<=15000 ns
17:54:58.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.484627000, lastModified=2022-06-06 17:54:58.484390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.484627000, lastModified=2022-06-06 17:54:58.484390000, delta=237000 ns, racy<=15000 ns
17:54:58.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.484901000, lastModified=2022-06-06 17:54:58.484390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.484901000, lastModified=2022-06-06 17:54:58.484390000, delta=511000 ns, racy<=15000 ns
17:54:58.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.485150000, lastModified=2022-06-06 17:54:58.484390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.485150000, lastModified=2022-06-06 17:54:58.484390000, delta=760000 ns, racy<=15000 ns
17:54:58.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.485377000, lastModified=2022-06-06 17:54:58.484390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.485377000, lastModified=2022-06-06 17:54:58.484390000, delta=987000 ns, racy<=15000 ns
17:54:58.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.485597000, lastModified=2022-06-06 17:54:58.485390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.485597000, lastModified=2022-06-06 17:54:58.485390000, delta=207000 ns, racy<=15000 ns
17:54:58.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.485814000, lastModified=2022-06-06 17:54:58.485390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.485814000, lastModified=2022-06-06 17:54:58.485390000, delta=424000 ns, racy<=15000 ns
17:54:58.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.486053000, lastModified=2022-06-06 17:54:58.485390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.486053000, lastModified=2022-06-06 17:54:58.485390000, delta=663000 ns, racy<=15000 ns
17:54:58.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.488592000, lastModified=2022-06-06 17:54:58.485390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.485390000 to 2022-06-06 17:54:58.488390000
17:54:58.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.488830000, lastModified=2022-06-06 17:54:58.488390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.488830000, lastModified=2022-06-06 17:54:58.488390000, delta=440000 ns, racy<=15000 ns
17:54:58.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.489044000, lastModified=2022-06-06 17:54:58.488390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.489044000, lastModified=2022-06-06 17:54:58.488390000, delta=654000 ns, racy<=15000 ns
17:54:58.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.489264000, lastModified=2022-06-06 17:54:58.488390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.489264000, lastModified=2022-06-06 17:54:58.488390000, delta=874000 ns, racy<=15000 ns
17:54:58.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.489472000, lastModified=2022-06-06 17:54:58.488390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.488390000 to 2022-06-06 17:54:58.489390000
17:54:58.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.489677000, lastModified=2022-06-06 17:54:58.489390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.489677000, lastModified=2022-06-06 17:54:58.489390000, delta=287000 ns, racy<=15000 ns
17:54:58.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.489887000, lastModified=2022-06-06 17:54:58.489390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.489887000, lastModified=2022-06-06 17:54:58.489390000, delta=497000 ns, racy<=15000 ns
17:54:58.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.490104000, lastModified=2022-06-06 17:54:58.489390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.490104000, lastModified=2022-06-06 17:54:58.489390000, delta=714000 ns, racy<=15000 ns
17:54:58.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.490316000, lastModified=2022-06-06 17:54:58.489390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.490316000, lastModified=2022-06-06 17:54:58.489390000, delta=926000 ns, racy<=15000 ns
17:54:58.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.490531000, lastModified=2022-06-06 17:54:58.489390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.489390000 to 2022-06-06 17:54:58.490390000
17:54:58.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.490737000, lastModified=2022-06-06 17:54:58.490390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.490737000, lastModified=2022-06-06 17:54:58.490390000, delta=347000 ns, racy<=15000 ns
17:54:58.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.490943000, lastModified=2022-06-06 17:54:58.490390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.490943000, lastModified=2022-06-06 17:54:58.490390000, delta=553000 ns, racy<=15000 ns
17:54:58.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.491163000, lastModified=2022-06-06 17:54:58.490390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.491163000, lastModified=2022-06-06 17:54:58.490390000, delta=773000 ns, racy<=15000 ns
17:54:58.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.491373000, lastModified=2022-06-06 17:54:58.490390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.491373000, lastModified=2022-06-06 17:54:58.490390000, delta=983000 ns, racy<=15000 ns
17:54:58.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.491620000, lastModified=2022-06-06 17:54:58.491390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.491620000, lastModified=2022-06-06 17:54:58.491390000, delta=230000 ns, racy<=15000 ns
17:54:58.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.491834000, lastModified=2022-06-06 17:54:58.491390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.491834000, lastModified=2022-06-06 17:54:58.491390000, delta=444000 ns, racy<=15000 ns
17:54:58.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.492041000, lastModified=2022-06-06 17:54:58.491390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.492041000, lastModified=2022-06-06 17:54:58.491390000, delta=651000 ns, racy<=15000 ns
17:54:58.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.492275000, lastModified=2022-06-06 17:54:58.491390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.492275000, lastModified=2022-06-06 17:54:58.491390000, delta=885000 ns, racy<=15000 ns
17:54:58.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.492485000, lastModified=2022-06-06 17:54:58.491390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.491390000 to 2022-06-06 17:54:58.492390000
17:54:58.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.492690000, lastModified=2022-06-06 17:54:58.492390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.492690000, lastModified=2022-06-06 17:54:58.492390000, delta=300000 ns, racy<=15000 ns
17:54:58.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.492900000, lastModified=2022-06-06 17:54:58.492390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.492900000, lastModified=2022-06-06 17:54:58.492390000, delta=510000 ns, racy<=15000 ns
17:54:58.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.493126000, lastModified=2022-06-06 17:54:58.492390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.493126000, lastModified=2022-06-06 17:54:58.492390000, delta=736000 ns, racy<=15000 ns
17:54:58.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.493333000, lastModified=2022-06-06 17:54:58.492390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.493333000, lastModified=2022-06-06 17:54:58.492390000, delta=943000 ns, racy<=15000 ns
17:54:58.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.493553000, lastModified=2022-06-06 17:54:58.493390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.493553000, lastModified=2022-06-06 17:54:58.493390000, delta=163000 ns, racy<=15000 ns
17:54:58.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.493767000, lastModified=2022-06-06 17:54:58.493390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.493767000, lastModified=2022-06-06 17:54:58.493390000, delta=377000 ns, racy<=15000 ns
17:54:58.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.493974000, lastModified=2022-06-06 17:54:58.493390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.493974000, lastModified=2022-06-06 17:54:58.493390000, delta=584000 ns, racy<=15000 ns
17:54:58.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.494241000, lastModified=2022-06-06 17:54:58.493390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.494241000, lastModified=2022-06-06 17:54:58.493390000, delta=851000 ns, racy<=15000 ns
17:54:58.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.494451000, lastModified=2022-06-06 17:54:58.493390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.493390000 to 2022-06-06 17:54:58.494390000
17:54:58.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.494665000, lastModified=2022-06-06 17:54:58.494390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.494665000, lastModified=2022-06-06 17:54:58.494390000, delta=275000 ns, racy<=15000 ns
17:54:58.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.494884000, lastModified=2022-06-06 17:54:58.494390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.494884000, lastModified=2022-06-06 17:54:58.494390000, delta=494000 ns, racy<=15000 ns
17:54:58.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.495109000, lastModified=2022-06-06 17:54:58.494390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.495109000, lastModified=2022-06-06 17:54:58.494390000, delta=719000 ns, racy<=15000 ns
17:54:58.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.495331000, lastModified=2022-06-06 17:54:58.494390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.495331000, lastModified=2022-06-06 17:54:58.494390000, delta=941000 ns, racy<=15000 ns
17:54:58.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.495587000, lastModified=2022-06-06 17:54:58.495390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.495587000, lastModified=2022-06-06 17:54:58.495390000, delta=197000 ns, racy<=15000 ns
17:54:58.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.495804000, lastModified=2022-06-06 17:54:58.495390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.495804000, lastModified=2022-06-06 17:54:58.495390000, delta=414000 ns, racy<=15000 ns
17:54:58.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.496027000, lastModified=2022-06-06 17:54:58.495390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.496027000, lastModified=2022-06-06 17:54:58.495390000, delta=637000 ns, racy<=15000 ns
17:54:58.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.499478000, lastModified=2022-06-06 17:54:58.495390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.495390000 to 2022-06-06 17:54:58.499390000
17:54:58.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.499789000, lastModified=2022-06-06 17:54:58.499390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.499789000, lastModified=2022-06-06 17:54:58.499390000, delta=399000 ns, racy<=15000 ns
17:54:58.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.500018000, lastModified=2022-06-06 17:54:58.499390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.500018000, lastModified=2022-06-06 17:54:58.499390000, delta=628000 ns, racy<=15000 ns
17:54:58.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.500246000, lastModified=2022-06-06 17:54:58.499390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.500246000, lastModified=2022-06-06 17:54:58.499390000, delta=856000 ns, racy<=15000 ns
17:54:58.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.500459000, lastModified=2022-06-06 17:54:58.499390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.499390000 to 2022-06-06 17:54:58.500390000
17:54:58.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.500669000, lastModified=2022-06-06 17:54:58.500390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.500669000, lastModified=2022-06-06 17:54:58.500390000, delta=279000 ns, racy<=15000 ns
17:54:58.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.500883000, lastModified=2022-06-06 17:54:58.500390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.500883000, lastModified=2022-06-06 17:54:58.500390000, delta=493000 ns, racy<=15000 ns
17:54:58.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.501114000, lastModified=2022-06-06 17:54:58.500390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.501114000, lastModified=2022-06-06 17:54:58.500390000, delta=724000 ns, racy<=15000 ns
17:54:58.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.501360000, lastModified=2022-06-06 17:54:58.500390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.501360000, lastModified=2022-06-06 17:54:58.500390000, delta=970000 ns, racy<=15000 ns
17:54:58.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.501625000, lastModified=2022-06-06 17:54:58.501390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.501625000, lastModified=2022-06-06 17:54:58.501390000, delta=235000 ns, racy<=15000 ns
17:54:58.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.501879000, lastModified=2022-06-06 17:54:58.501390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.501879000, lastModified=2022-06-06 17:54:58.501390000, delta=489000 ns, racy<=15000 ns
17:54:58.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.502105000, lastModified=2022-06-06 17:54:58.501390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.502105000, lastModified=2022-06-06 17:54:58.501390000, delta=715000 ns, racy<=15000 ns
17:54:58.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.502341000, lastModified=2022-06-06 17:54:58.501390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.502341000, lastModified=2022-06-06 17:54:58.501390000, delta=951000 ns, racy<=15000 ns
17:54:58.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.502565000, lastModified=2022-06-06 17:54:58.502390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.502565000, lastModified=2022-06-06 17:54:58.502390000, delta=175000 ns, racy<=15000 ns
17:54:58.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.502785000, lastModified=2022-06-06 17:54:58.502390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.502785000, lastModified=2022-06-06 17:54:58.502390000, delta=395000 ns, racy<=15000 ns
17:54:58.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.503010000, lastModified=2022-06-06 17:54:58.502390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.503010000, lastModified=2022-06-06 17:54:58.502390000, delta=620000 ns, racy<=15000 ns
17:54:58.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.503266000, lastModified=2022-06-06 17:54:58.502390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.503266000, lastModified=2022-06-06 17:54:58.502390000, delta=876000 ns, racy<=15000 ns
17:54:58.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.503477000, lastModified=2022-06-06 17:54:58.502390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.502390000 to 2022-06-06 17:54:58.503390000
17:54:58.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.503690000, lastModified=2022-06-06 17:54:58.503390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.503690000, lastModified=2022-06-06 17:54:58.503390000, delta=300000 ns, racy<=15000 ns
17:54:58.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.503909000, lastModified=2022-06-06 17:54:58.503390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.503909000, lastModified=2022-06-06 17:54:58.503390000, delta=519000 ns, racy<=15000 ns
17:54:58.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.504149000, lastModified=2022-06-06 17:54:58.503390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.504149000, lastModified=2022-06-06 17:54:58.503390000, delta=759000 ns, racy<=15000 ns
17:54:58.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.504419000, lastModified=2022-06-06 17:54:58.503390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.503390000 to 2022-06-06 17:54:58.504390000
17:54:58.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.504628000, lastModified=2022-06-06 17:54:58.504390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.504628000, lastModified=2022-06-06 17:54:58.504390000, delta=238000 ns, racy<=15000 ns
17:54:58.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.504865000, lastModified=2022-06-06 17:54:58.504390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.504865000, lastModified=2022-06-06 17:54:58.504390000, delta=475000 ns, racy<=15000 ns
17:54:58.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.505092000, lastModified=2022-06-06 17:54:58.504390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.505092000, lastModified=2022-06-06 17:54:58.504390000, delta=702000 ns, racy<=15000 ns
17:54:58.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.505304000, lastModified=2022-06-06 17:54:58.504390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.505304000, lastModified=2022-06-06 17:54:58.504390000, delta=914000 ns, racy<=15000 ns
17:54:58.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.505543000, lastModified=2022-06-06 17:54:58.504390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.504390000 to 2022-06-06 17:54:58.505390000
17:54:58.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.505753000, lastModified=2022-06-06 17:54:58.505390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.505753000, lastModified=2022-06-06 17:54:58.505390000, delta=363000 ns, racy<=15000 ns
17:54:58.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.505971000, lastModified=2022-06-06 17:54:58.505390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.505971000, lastModified=2022-06-06 17:54:58.505390000, delta=581000 ns, racy<=15000 ns
17:54:58.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.506217000, lastModified=2022-06-06 17:54:58.505390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.506217000, lastModified=2022-06-06 17:54:58.505390000, delta=827000 ns, racy<=15000 ns
17:54:58.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.506448000, lastModified=2022-06-06 17:54:58.505390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.505390000 to 2022-06-06 17:54:58.506390000
17:54:58.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.506684000, lastModified=2022-06-06 17:54:58.506390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.506684000, lastModified=2022-06-06 17:54:58.506390000, delta=294000 ns, racy<=15000 ns
17:54:58.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.506899000, lastModified=2022-06-06 17:54:58.506390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.506899000, lastModified=2022-06-06 17:54:58.506390000, delta=509000 ns, racy<=15000 ns
17:54:58.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.507117000, lastModified=2022-06-06 17:54:58.506390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.507117000, lastModified=2022-06-06 17:54:58.506390000, delta=727000 ns, racy<=15000 ns
17:54:58.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.507362000, lastModified=2022-06-06 17:54:58.506390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.507362000, lastModified=2022-06-06 17:54:58.506390000, delta=972000 ns, racy<=15000 ns
17:54:58.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.510 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.510751000, lastModified=2022-06-06 17:54:58.507390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.510 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.507390000 to 2022-06-06 17:54:58.510390000
17:54:58.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.511058000, lastModified=2022-06-06 17:54:58.510390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.511058000, lastModified=2022-06-06 17:54:58.510390000, delta=668000 ns, racy<=15000 ns
17:54:58.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.511293000, lastModified=2022-06-06 17:54:58.510390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.511293000, lastModified=2022-06-06 17:54:58.510390000, delta=903000 ns, racy<=15000 ns
17:54:58.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.511509000, lastModified=2022-06-06 17:54:58.510390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.510390000 to 2022-06-06 17:54:58.511390000
17:54:58.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.511717000, lastModified=2022-06-06 17:54:58.511390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.511717000, lastModified=2022-06-06 17:54:58.511390000, delta=327000 ns, racy<=15000 ns
17:54:58.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.511930000, lastModified=2022-06-06 17:54:58.511390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.511930000, lastModified=2022-06-06 17:54:58.511390000, delta=540000 ns, racy<=15000 ns
17:54:58.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.512153000, lastModified=2022-06-06 17:54:58.511390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.512153000, lastModified=2022-06-06 17:54:58.511390000, delta=763000 ns, racy<=15000 ns
17:54:58.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.512365000, lastModified=2022-06-06 17:54:58.511390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.512365000, lastModified=2022-06-06 17:54:58.511390000, delta=975000 ns, racy<=15000 ns
17:54:58.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.512615000, lastModified=2022-06-06 17:54:58.512390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.512615000, lastModified=2022-06-06 17:54:58.512390000, delta=225000 ns, racy<=15000 ns
17:54:58.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.512843000, lastModified=2022-06-06 17:54:58.512390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.512843000, lastModified=2022-06-06 17:54:58.512390000, delta=453000 ns, racy<=15000 ns
17:54:58.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.513064000, lastModified=2022-06-06 17:54:58.512390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.513064000, lastModified=2022-06-06 17:54:58.512390000, delta=674000 ns, racy<=15000 ns
17:54:58.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.513295000, lastModified=2022-06-06 17:54:58.512390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.513295000, lastModified=2022-06-06 17:54:58.512390000, delta=905000 ns, racy<=15000 ns
17:54:58.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.513523000, lastModified=2022-06-06 17:54:58.512390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.512390000 to 2022-06-06 17:54:58.513390000
17:54:58.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.513747000, lastModified=2022-06-06 17:54:58.513390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.513747000, lastModified=2022-06-06 17:54:58.513390000, delta=357000 ns, racy<=15000 ns
17:54:58.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.513984000, lastModified=2022-06-06 17:54:58.513390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.513984000, lastModified=2022-06-06 17:54:58.513390000, delta=594000 ns, racy<=15000 ns
17:54:58.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.514250000, lastModified=2022-06-06 17:54:58.513390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.514250000, lastModified=2022-06-06 17:54:58.513390000, delta=860000 ns, racy<=15000 ns
17:54:58.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.514473000, lastModified=2022-06-06 17:54:58.513390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.513390000 to 2022-06-06 17:54:58.514390000
17:54:58.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.514687000, lastModified=2022-06-06 17:54:58.514390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.514687000, lastModified=2022-06-06 17:54:58.514390000, delta=297000 ns, racy<=15000 ns
17:54:58.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.514910000, lastModified=2022-06-06 17:54:58.514390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.514910000, lastModified=2022-06-06 17:54:58.514390000, delta=520000 ns, racy<=15000 ns
17:54:58.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.515145000, lastModified=2022-06-06 17:54:58.514390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.515145000, lastModified=2022-06-06 17:54:58.514390000, delta=755000 ns, racy<=15000 ns
17:54:58.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.515362000, lastModified=2022-06-06 17:54:58.514390000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.515362000, lastModified=2022-06-06 17:54:58.514390000, delta=972000 ns, racy<=15000 ns
17:54:58.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.515592000, lastModified=2022-06-06 17:54:58.515391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.515592000, lastModified=2022-06-06 17:54:58.515391000, delta=201000 ns, racy<=15000 ns
17:54:58.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.515801000, lastModified=2022-06-06 17:54:58.515391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.515801000, lastModified=2022-06-06 17:54:58.515391000, delta=410000 ns, racy<=15000 ns
17:54:58.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.516015000, lastModified=2022-06-06 17:54:58.515391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.516015000, lastModified=2022-06-06 17:54:58.515391000, delta=624000 ns, racy<=15000 ns
17:54:58.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.516238000, lastModified=2022-06-06 17:54:58.515391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.516238000, lastModified=2022-06-06 17:54:58.515391000, delta=847000 ns, racy<=15000 ns
17:54:58.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.516445000, lastModified=2022-06-06 17:54:58.515391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.515391000 to 2022-06-06 17:54:58.516391000
17:54:58.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.516651000, lastModified=2022-06-06 17:54:58.516391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.516651000, lastModified=2022-06-06 17:54:58.516391000, delta=260000 ns, racy<=15000 ns
17:54:58.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.516862000, lastModified=2022-06-06 17:54:58.516391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.516862000, lastModified=2022-06-06 17:54:58.516391000, delta=471000 ns, racy<=15000 ns
17:54:58.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.517084000, lastModified=2022-06-06 17:54:58.516391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.517084000, lastModified=2022-06-06 17:54:58.516391000, delta=693000 ns, racy<=15000 ns
17:54:58.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.517298000, lastModified=2022-06-06 17:54:58.516391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.517298000, lastModified=2022-06-06 17:54:58.516391000, delta=907000 ns, racy<=15000 ns
17:54:58.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.517519000, lastModified=2022-06-06 17:54:58.516391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.516391000 to 2022-06-06 17:54:58.517391000
17:54:58.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.517755000, lastModified=2022-06-06 17:54:58.517391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.517755000, lastModified=2022-06-06 17:54:58.517391000, delta=364000 ns, racy<=15000 ns
17:54:58.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.517976000, lastModified=2022-06-06 17:54:58.517391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.517976000, lastModified=2022-06-06 17:54:58.517391000, delta=585000 ns, racy<=15000 ns
17:54:58.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.518199000, lastModified=2022-06-06 17:54:58.517391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.518199000, lastModified=2022-06-06 17:54:58.517391000, delta=808000 ns, racy<=15000 ns
17:54:58.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.518419000, lastModified=2022-06-06 17:54:58.517391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.517391000 to 2022-06-06 17:54:58.518391000
17:54:58.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.522482000, lastModified=2022-06-06 17:54:58.518391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.518391000 to 2022-06-06 17:54:58.522391000
17:54:58.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.522732000, lastModified=2022-06-06 17:54:58.522391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.522732000, lastModified=2022-06-06 17:54:58.522391000, delta=341000 ns, racy<=15000 ns
17:54:58.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.522948000, lastModified=2022-06-06 17:54:58.522391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.522948000, lastModified=2022-06-06 17:54:58.522391000, delta=557000 ns, racy<=15000 ns
17:54:58.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.523165000, lastModified=2022-06-06 17:54:58.522391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.523165000, lastModified=2022-06-06 17:54:58.522391000, delta=774000 ns, racy<=15000 ns
17:54:58.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.523381000, lastModified=2022-06-06 17:54:58.522391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.523381000, lastModified=2022-06-06 17:54:58.522391000, delta=990000 ns, racy<=15000 ns
17:54:58.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.523616000, lastModified=2022-06-06 17:54:58.523391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.523616000, lastModified=2022-06-06 17:54:58.523391000, delta=225000 ns, racy<=15000 ns
17:54:58.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.523833000, lastModified=2022-06-06 17:54:58.523391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.523833000, lastModified=2022-06-06 17:54:58.523391000, delta=442000 ns, racy<=15000 ns
17:54:58.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.524049000, lastModified=2022-06-06 17:54:58.523391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.524049000, lastModified=2022-06-06 17:54:58.523391000, delta=658000 ns, racy<=15000 ns
17:54:58.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.524275000, lastModified=2022-06-06 17:54:58.523391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.524275000, lastModified=2022-06-06 17:54:58.523391000, delta=884000 ns, racy<=15000 ns
17:54:58.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.524575000, lastModified=2022-06-06 17:54:58.524391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.524575000, lastModified=2022-06-06 17:54:58.524391000, delta=184000 ns, racy<=15000 ns
17:54:58.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.524792000, lastModified=2022-06-06 17:54:58.524391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.524792000, lastModified=2022-06-06 17:54:58.524391000, delta=401000 ns, racy<=15000 ns
17:54:58.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.525001000, lastModified=2022-06-06 17:54:58.524391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.525001000, lastModified=2022-06-06 17:54:58.524391000, delta=610000 ns, racy<=15000 ns
17:54:58.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.525226000, lastModified=2022-06-06 17:54:58.524391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.525226000, lastModified=2022-06-06 17:54:58.524391000, delta=835000 ns, racy<=15000 ns
17:54:58.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.525433000, lastModified=2022-06-06 17:54:58.524391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.524391000 to 2022-06-06 17:54:58.525391000
17:54:58.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.525643000, lastModified=2022-06-06 17:54:58.525391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.525643000, lastModified=2022-06-06 17:54:58.525391000, delta=252000 ns, racy<=15000 ns
17:54:58.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.525857000, lastModified=2022-06-06 17:54:58.525391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.525857000, lastModified=2022-06-06 17:54:58.525391000, delta=466000 ns, racy<=15000 ns
17:54:58.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.526065000, lastModified=2022-06-06 17:54:58.525391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.526065000, lastModified=2022-06-06 17:54:58.525391000, delta=674000 ns, racy<=15000 ns
17:54:58.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.526320000, lastModified=2022-06-06 17:54:58.525391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.526320000, lastModified=2022-06-06 17:54:58.525391000, delta=929000 ns, racy<=15000 ns
17:54:58.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.526551000, lastModified=2022-06-06 17:54:58.526391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.526551000, lastModified=2022-06-06 17:54:58.526391000, delta=160000 ns, racy<=15000 ns
17:54:58.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.526771000, lastModified=2022-06-06 17:54:58.526391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.526771000, lastModified=2022-06-06 17:54:58.526391000, delta=380000 ns, racy<=15000 ns
17:54:58.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.526983000, lastModified=2022-06-06 17:54:58.526391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.526983000, lastModified=2022-06-06 17:54:58.526391000, delta=592000 ns, racy<=15000 ns
17:54:58.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.527199000, lastModified=2022-06-06 17:54:58.526391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.527199000, lastModified=2022-06-06 17:54:58.526391000, delta=808000 ns, racy<=15000 ns
17:54:58.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.527412000, lastModified=2022-06-06 17:54:58.526391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.527412000, lastModified=2022-06-06 17:54:58.526391000, delta=1021000 ns, racy<=15000 ns
17:54:58.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.527640000, lastModified=2022-06-06 17:54:58.527391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.527640000, lastModified=2022-06-06 17:54:58.527391000, delta=249000 ns, racy<=15000 ns
17:54:58.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.527853000, lastModified=2022-06-06 17:54:58.527391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.527853000, lastModified=2022-06-06 17:54:58.527391000, delta=462000 ns, racy<=15000 ns
17:54:58.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.528065000, lastModified=2022-06-06 17:54:58.527391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.528065000, lastModified=2022-06-06 17:54:58.527391000, delta=674000 ns, racy<=15000 ns
17:54:58.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.528310000, lastModified=2022-06-06 17:54:58.527391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.528310000, lastModified=2022-06-06 17:54:58.527391000, delta=919000 ns, racy<=15000 ns
17:54:58.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.528555000, lastModified=2022-06-06 17:54:58.528391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.528555000, lastModified=2022-06-06 17:54:58.528391000, delta=164000 ns, racy<=15000 ns
17:54:58.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.528772000, lastModified=2022-06-06 17:54:58.528391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.528772000, lastModified=2022-06-06 17:54:58.528391000, delta=381000 ns, racy<=15000 ns
17:54:58.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.528988000, lastModified=2022-06-06 17:54:58.528391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.528988000, lastModified=2022-06-06 17:54:58.528391000, delta=597000 ns, racy<=15000 ns
17:54:58.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.529210000, lastModified=2022-06-06 17:54:58.528391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.529210000, lastModified=2022-06-06 17:54:58.528391000, delta=819000 ns, racy<=15000 ns
17:54:58.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.529435000, lastModified=2022-06-06 17:54:58.528391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.528391000 to 2022-06-06 17:54:58.529391000
17:54:58.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.529691000, lastModified=2022-06-06 17:54:58.529391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.529691000, lastModified=2022-06-06 17:54:58.529391000, delta=300000 ns, racy<=15000 ns
17:54:58.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.529902000, lastModified=2022-06-06 17:54:58.529391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.529902000, lastModified=2022-06-06 17:54:58.529391000, delta=511000 ns, racy<=15000 ns
17:54:58.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.530143000, lastModified=2022-06-06 17:54:58.529391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.530143000, lastModified=2022-06-06 17:54:58.529391000, delta=752000 ns, racy<=15000 ns
17:54:58.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.532510000, lastModified=2022-06-06 17:54:58.529391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.529391000 to 2022-06-06 17:54:58.532391000
17:54:58.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.532730000, lastModified=2022-06-06 17:54:58.532391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.532730000, lastModified=2022-06-06 17:54:58.532391000, delta=339000 ns, racy<=15000 ns
17:54:58.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.532953000, lastModified=2022-06-06 17:54:58.532391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.532953000, lastModified=2022-06-06 17:54:58.532391000, delta=562000 ns, racy<=15000 ns
17:54:58.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.548197000, lastModified=2022-06-06 17:54:58.547391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.548197000, lastModified=2022-06-06 17:54:58.547391000, delta=806000 ns, racy<=15000 ns
17:54:58.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.548427000, lastModified=2022-06-06 17:54:58.547391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.547391000 to 2022-06-06 17:54:58.548391000
17:54:58.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.548637000, lastModified=2022-06-06 17:54:58.548391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.548637000, lastModified=2022-06-06 17:54:58.548391000, delta=246000 ns, racy<=15000 ns
17:54:58.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.548878000, lastModified=2022-06-06 17:54:58.548391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.548878000, lastModified=2022-06-06 17:54:58.548391000, delta=487000 ns, racy<=15000 ns
17:54:58.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.549142000, lastModified=2022-06-06 17:54:58.548391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.549142000, lastModified=2022-06-06 17:54:58.548391000, delta=751000 ns, racy<=15000 ns
17:54:58.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.549352000, lastModified=2022-06-06 17:54:58.548391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.549352000, lastModified=2022-06-06 17:54:58.548391000, delta=961000 ns, racy<=15000 ns
17:54:58.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.549570000, lastModified=2022-06-06 17:54:58.549391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.549570000, lastModified=2022-06-06 17:54:58.549391000, delta=179000 ns, racy<=15000 ns
17:54:58.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.549780000, lastModified=2022-06-06 17:54:58.549391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.549780000, lastModified=2022-06-06 17:54:58.549391000, delta=389000 ns, racy<=15000 ns
17:54:58.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.549988000, lastModified=2022-06-06 17:54:58.549391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.549988000, lastModified=2022-06-06 17:54:58.549391000, delta=597000 ns, racy<=15000 ns
17:54:58.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.550210000, lastModified=2022-06-06 17:54:58.549391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.550210000, lastModified=2022-06-06 17:54:58.549391000, delta=819000 ns, racy<=15000 ns
17:54:58.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.550424000, lastModified=2022-06-06 17:54:58.549391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.549391000 to 2022-06-06 17:54:58.550391000
17:54:58.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.550635000, lastModified=2022-06-06 17:54:58.550391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.550635000, lastModified=2022-06-06 17:54:58.550391000, delta=244000 ns, racy<=15000 ns
17:54:58.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.550851000, lastModified=2022-06-06 17:54:58.550391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.550851000, lastModified=2022-06-06 17:54:58.550391000, delta=460000 ns, racy<=15000 ns
17:54:58.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.551059000, lastModified=2022-06-06 17:54:58.550391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.551059000, lastModified=2022-06-06 17:54:58.550391000, delta=668000 ns, racy<=15000 ns
17:54:58.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.551276000, lastModified=2022-06-06 17:54:58.550391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.551276000, lastModified=2022-06-06 17:54:58.550391000, delta=885000 ns, racy<=15000 ns
17:54:58.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.551485000, lastModified=2022-06-06 17:54:58.550391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.550391000 to 2022-06-06 17:54:58.551391000
17:54:58.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.551690000, lastModified=2022-06-06 17:54:58.551391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.551690000, lastModified=2022-06-06 17:54:58.551391000, delta=299000 ns, racy<=15000 ns
17:54:58.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.551905000, lastModified=2022-06-06 17:54:58.551391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.551905000, lastModified=2022-06-06 17:54:58.551391000, delta=514000 ns, racy<=15000 ns
17:54:58.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.552142000, lastModified=2022-06-06 17:54:58.551391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.552142000, lastModified=2022-06-06 17:54:58.551391000, delta=751000 ns, racy<=15000 ns
17:54:58.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.552353000, lastModified=2022-06-06 17:54:58.551391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.552353000, lastModified=2022-06-06 17:54:58.551391000, delta=962000 ns, racy<=15000 ns
17:54:58.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.552573000, lastModified=2022-06-06 17:54:58.552391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.552573000, lastModified=2022-06-06 17:54:58.552391000, delta=182000 ns, racy<=15000 ns
17:54:58.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.552783000, lastModified=2022-06-06 17:54:58.552391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.552783000, lastModified=2022-06-06 17:54:58.552391000, delta=392000 ns, racy<=15000 ns
17:54:58.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.552991000, lastModified=2022-06-06 17:54:58.552391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.552991000, lastModified=2022-06-06 17:54:58.552391000, delta=600000 ns, racy<=15000 ns
17:54:58.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.553220000, lastModified=2022-06-06 17:54:58.552391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.553220000, lastModified=2022-06-06 17:54:58.552391000, delta=829000 ns, racy<=15000 ns
17:54:58.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.553426000, lastModified=2022-06-06 17:54:58.552391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.552391000 to 2022-06-06 17:54:58.553391000
17:54:58.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.553658000, lastModified=2022-06-06 17:54:58.553391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.553658000, lastModified=2022-06-06 17:54:58.553391000, delta=267000 ns, racy<=15000 ns
17:54:58.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.553888000, lastModified=2022-06-06 17:54:58.553391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.553888000, lastModified=2022-06-06 17:54:58.553391000, delta=497000 ns, racy<=15000 ns
17:54:58.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.554119000, lastModified=2022-06-06 17:54:58.553391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.554119000, lastModified=2022-06-06 17:54:58.553391000, delta=728000 ns, racy<=15000 ns
17:54:58.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.554351000, lastModified=2022-06-06 17:54:58.553391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.554351000, lastModified=2022-06-06 17:54:58.553391000, delta=960000 ns, racy<=15000 ns
17:54:58.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.554579000, lastModified=2022-06-06 17:54:58.554391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.554579000, lastModified=2022-06-06 17:54:58.554391000, delta=188000 ns, racy<=15000 ns
17:54:58.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.554791000, lastModified=2022-06-06 17:54:58.554391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.554791000, lastModified=2022-06-06 17:54:58.554391000, delta=400000 ns, racy<=15000 ns
17:54:58.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.555002000, lastModified=2022-06-06 17:54:58.554391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.555002000, lastModified=2022-06-06 17:54:58.554391000, delta=611000 ns, racy<=15000 ns
17:54:58.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.557544000, lastModified=2022-06-06 17:54:58.554391000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.554391000 to 2022-06-06 17:54:58.557392000
17:54:58.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.557782000, lastModified=2022-06-06 17:54:58.557392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.557782000, lastModified=2022-06-06 17:54:58.557392000, delta=390000 ns, racy<=15000 ns
17:54:58.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.558007000, lastModified=2022-06-06 17:54:58.557392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.558007000, lastModified=2022-06-06 17:54:58.557392000, delta=615000 ns, racy<=15000 ns
17:54:58.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.558226000, lastModified=2022-06-06 17:54:58.557392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.558226000, lastModified=2022-06-06 17:54:58.557392000, delta=834000 ns, racy<=15000 ns
17:54:58.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.558434000, lastModified=2022-06-06 17:54:58.557392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.557392000 to 2022-06-06 17:54:58.558392000
17:54:58.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.558653000, lastModified=2022-06-06 17:54:58.558392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.558653000, lastModified=2022-06-06 17:54:58.558392000, delta=261000 ns, racy<=15000 ns
17:54:58.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.558866000, lastModified=2022-06-06 17:54:58.558392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.558866000, lastModified=2022-06-06 17:54:58.558392000, delta=474000 ns, racy<=15000 ns
17:54:58.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.559083000, lastModified=2022-06-06 17:54:58.558392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.559083000, lastModified=2022-06-06 17:54:58.558392000, delta=691000 ns, racy<=15000 ns
17:54:58.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.559294000, lastModified=2022-06-06 17:54:58.558392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.559294000, lastModified=2022-06-06 17:54:58.558392000, delta=902000 ns, racy<=15000 ns
17:54:58.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.559515000, lastModified=2022-06-06 17:54:58.558392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.558392000 to 2022-06-06 17:54:58.559392000
17:54:58.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.559726000, lastModified=2022-06-06 17:54:58.559392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.559726000, lastModified=2022-06-06 17:54:58.559392000, delta=334000 ns, racy<=15000 ns
17:54:58.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.559936000, lastModified=2022-06-06 17:54:58.559392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.559936000, lastModified=2022-06-06 17:54:58.559392000, delta=544000 ns, racy<=15000 ns
17:54:58.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.560156000, lastModified=2022-06-06 17:54:58.559392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.560156000, lastModified=2022-06-06 17:54:58.559392000, delta=764000 ns, racy<=15000 ns
17:54:58.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.560365000, lastModified=2022-06-06 17:54:58.559392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.560365000, lastModified=2022-06-06 17:54:58.559392000, delta=973000 ns, racy<=15000 ns
17:54:58.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.560583000, lastModified=2022-06-06 17:54:58.560392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.560583000, lastModified=2022-06-06 17:54:58.560392000, delta=191000 ns, racy<=15000 ns
17:54:58.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.560801000, lastModified=2022-06-06 17:54:58.560392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.560801000, lastModified=2022-06-06 17:54:58.560392000, delta=409000 ns, racy<=15000 ns
17:54:58.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.561012000, lastModified=2022-06-06 17:54:58.560392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.561012000, lastModified=2022-06-06 17:54:58.560392000, delta=620000 ns, racy<=15000 ns
17:54:58.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.561230000, lastModified=2022-06-06 17:54:58.560392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.561230000, lastModified=2022-06-06 17:54:58.560392000, delta=838000 ns, racy<=15000 ns
17:54:58.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.561452000, lastModified=2022-06-06 17:54:58.560392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.560392000 to 2022-06-06 17:54:58.561392000
17:54:58.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.561701000, lastModified=2022-06-06 17:54:58.561392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.561701000, lastModified=2022-06-06 17:54:58.561392000, delta=309000 ns, racy<=15000 ns
17:54:58.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.561930000, lastModified=2022-06-06 17:54:58.561392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.561930000, lastModified=2022-06-06 17:54:58.561392000, delta=538000 ns, racy<=15000 ns
17:54:58.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.562231000, lastModified=2022-06-06 17:54:58.561392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.562231000, lastModified=2022-06-06 17:54:58.561392000, delta=839000 ns, racy<=15000 ns
17:54:58.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.562601000, lastModified=2022-06-06 17:54:58.562392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.562601000, lastModified=2022-06-06 17:54:58.562392000, delta=209000 ns, racy<=15000 ns
17:54:58.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.562886000, lastModified=2022-06-06 17:54:58.562392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.562886000, lastModified=2022-06-06 17:54:58.562392000, delta=494000 ns, racy<=15000 ns
17:54:58.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.563118000, lastModified=2022-06-06 17:54:58.562392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.563118000, lastModified=2022-06-06 17:54:58.562392000, delta=726000 ns, racy<=15000 ns
17:54:58.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.563337000, lastModified=2022-06-06 17:54:58.562392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.563337000, lastModified=2022-06-06 17:54:58.562392000, delta=945000 ns, racy<=15000 ns
17:54:58.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.563561000, lastModified=2022-06-06 17:54:58.563392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.563561000, lastModified=2022-06-06 17:54:58.563392000, delta=169000 ns, racy<=15000 ns
17:54:58.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.563783000, lastModified=2022-06-06 17:54:58.563392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.563783000, lastModified=2022-06-06 17:54:58.563392000, delta=391000 ns, racy<=15000 ns
17:54:58.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.564000000, lastModified=2022-06-06 17:54:58.563392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.564000000, lastModified=2022-06-06 17:54:58.563392000, delta=608000 ns, racy<=15000 ns
17:54:58.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.564225000, lastModified=2022-06-06 17:54:58.563392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.564225000, lastModified=2022-06-06 17:54:58.563392000, delta=833000 ns, racy<=15000 ns
17:54:58.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.564449000, lastModified=2022-06-06 17:54:58.563392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.563392000 to 2022-06-06 17:54:58.564392000
17:54:58.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.564666000, lastModified=2022-06-06 17:54:58.564392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.564666000, lastModified=2022-06-06 17:54:58.564392000, delta=274000 ns, racy<=15000 ns
17:54:58.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.564889000, lastModified=2022-06-06 17:54:58.564392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.565 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.564889000, lastModified=2022-06-06 17:54:58.564392000, delta=497000 ns, racy<=15000 ns
17:54:58.565 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.565 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.565125000, lastModified=2022-06-06 17:54:58.564392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.565 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.565125000, lastModified=2022-06-06 17:54:58.564392000, delta=733000 ns, racy<=15000 ns
17:54:58.565 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.565 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.565346000, lastModified=2022-06-06 17:54:58.564392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.565 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.565346000, lastModified=2022-06-06 17:54:58.564392000, delta=954000 ns, racy<=15000 ns
17:54:58.565 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.568840000, lastModified=2022-06-06 17:54:58.565392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.565392000 to 2022-06-06 17:54:58.568392000
17:54:58.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.569129000, lastModified=2022-06-06 17:54:58.568392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.569129000, lastModified=2022-06-06 17:54:58.568392000, delta=737000 ns, racy<=15000 ns
17:54:58.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.569354000, lastModified=2022-06-06 17:54:58.568392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.569354000, lastModified=2022-06-06 17:54:58.568392000, delta=962000 ns, racy<=15000 ns
17:54:58.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.569574000, lastModified=2022-06-06 17:54:58.569392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.569574000, lastModified=2022-06-06 17:54:58.569392000, delta=182000 ns, racy<=15000 ns
17:54:58.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.569792000, lastModified=2022-06-06 17:54:58.569392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.569792000, lastModified=2022-06-06 17:54:58.569392000, delta=400000 ns, racy<=15000 ns
17:54:58.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.570008000, lastModified=2022-06-06 17:54:58.569392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.570008000, lastModified=2022-06-06 17:54:58.569392000, delta=616000 ns, racy<=15000 ns
17:54:58.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.570235000, lastModified=2022-06-06 17:54:58.569392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.570235000, lastModified=2022-06-06 17:54:58.569392000, delta=843000 ns, racy<=15000 ns
17:54:58.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.570442000, lastModified=2022-06-06 17:54:58.569392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.569392000 to 2022-06-06 17:54:58.570392000
17:54:58.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.570652000, lastModified=2022-06-06 17:54:58.570392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.570652000, lastModified=2022-06-06 17:54:58.570392000, delta=260000 ns, racy<=15000 ns
17:54:58.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.570873000, lastModified=2022-06-06 17:54:58.570392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.570873000, lastModified=2022-06-06 17:54:58.570392000, delta=481000 ns, racy<=15000 ns
17:54:58.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.571099000, lastModified=2022-06-06 17:54:58.570392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.571099000, lastModified=2022-06-06 17:54:58.570392000, delta=707000 ns, racy<=15000 ns
17:54:58.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.571308000, lastModified=2022-06-06 17:54:58.570392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.571308000, lastModified=2022-06-06 17:54:58.570392000, delta=916000 ns, racy<=15000 ns
17:54:58.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.571526000, lastModified=2022-06-06 17:54:58.570392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.570392000 to 2022-06-06 17:54:58.571392000
17:54:58.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.571727000, lastModified=2022-06-06 17:54:58.571392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.571727000, lastModified=2022-06-06 17:54:58.571392000, delta=335000 ns, racy<=15000 ns
17:54:58.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.571939000, lastModified=2022-06-06 17:54:58.571392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.571939000, lastModified=2022-06-06 17:54:58.571392000, delta=547000 ns, racy<=15000 ns
17:54:58.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.572165000, lastModified=2022-06-06 17:54:58.571392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.572165000, lastModified=2022-06-06 17:54:58.571392000, delta=773000 ns, racy<=15000 ns
17:54:58.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.572383000, lastModified=2022-06-06 17:54:58.571392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.572383000, lastModified=2022-06-06 17:54:58.571392000, delta=991000 ns, racy<=15000 ns
17:54:58.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.572606000, lastModified=2022-06-06 17:54:58.572392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.572606000, lastModified=2022-06-06 17:54:58.572392000, delta=214000 ns, racy<=15000 ns
17:54:58.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.572824000, lastModified=2022-06-06 17:54:58.572392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.572824000, lastModified=2022-06-06 17:54:58.572392000, delta=432000 ns, racy<=15000 ns
17:54:58.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.573036000, lastModified=2022-06-06 17:54:58.572392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.573036000, lastModified=2022-06-06 17:54:58.572392000, delta=644000 ns, racy<=15000 ns
17:54:58.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.573262000, lastModified=2022-06-06 17:54:58.572392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.573262000, lastModified=2022-06-06 17:54:58.572392000, delta=870000 ns, racy<=15000 ns
17:54:58.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.573473000, lastModified=2022-06-06 17:54:58.572392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.572392000 to 2022-06-06 17:54:58.573392000
17:54:58.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.573718000, lastModified=2022-06-06 17:54:58.573392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.573718000, lastModified=2022-06-06 17:54:58.573392000, delta=326000 ns, racy<=15000 ns
17:54:58.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.573930000, lastModified=2022-06-06 17:54:58.573392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.573930000, lastModified=2022-06-06 17:54:58.573392000, delta=538000 ns, racy<=15000 ns
17:54:58.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.574207000, lastModified=2022-06-06 17:54:58.573392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.574207000, lastModified=2022-06-06 17:54:58.573392000, delta=815000 ns, racy<=15000 ns
17:54:58.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.574482000, lastModified=2022-06-06 17:54:58.573392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.573392000 to 2022-06-06 17:54:58.574392000
17:54:58.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.574725000, lastModified=2022-06-06 17:54:58.574392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.574725000, lastModified=2022-06-06 17:54:58.574392000, delta=333000 ns, racy<=15000 ns
17:54:58.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.574971000, lastModified=2022-06-06 17:54:58.574392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.574971000, lastModified=2022-06-06 17:54:58.574392000, delta=579000 ns, racy<=15000 ns
17:54:58.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.575239000, lastModified=2022-06-06 17:54:58.574392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.575239000, lastModified=2022-06-06 17:54:58.574392000, delta=847000 ns, racy<=15000 ns
17:54:58.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.575454000, lastModified=2022-06-06 17:54:58.574392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.574392000 to 2022-06-06 17:54:58.575392000
17:54:58.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.575669000, lastModified=2022-06-06 17:54:58.575392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.575669000, lastModified=2022-06-06 17:54:58.575392000, delta=277000 ns, racy<=15000 ns
17:54:58.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.575932000, lastModified=2022-06-06 17:54:58.575392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.576 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.575932000, lastModified=2022-06-06 17:54:58.575392000, delta=540000 ns, racy<=15000 ns
17:54:58.576 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.576 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.576172000, lastModified=2022-06-06 17:54:58.575392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.576 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.576172000, lastModified=2022-06-06 17:54:58.575392000, delta=780000 ns, racy<=15000 ns
17:54:58.576 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.576 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.576436000, lastModified=2022-06-06 17:54:58.575392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.576 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.575392000 to 2022-06-06 17:54:58.576392000
17:54:58.576 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.576646000, lastModified=2022-06-06 17:54:58.576392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.576 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.576646000, lastModified=2022-06-06 17:54:58.576392000, delta=254000 ns, racy<=15000 ns
17:54:58.576 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.580080000, lastModified=2022-06-06 17:54:58.576392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.576392000 to 2022-06-06 17:54:58.579392000
17:54:58.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.580417000, lastModified=2022-06-06 17:54:58.579392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.579392000 to 2022-06-06 17:54:58.580392000
17:54:58.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.580632000, lastModified=2022-06-06 17:54:58.580392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.580632000, lastModified=2022-06-06 17:54:58.580392000, delta=240000 ns, racy<=15000 ns
17:54:58.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.580851000, lastModified=2022-06-06 17:54:58.580392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.580851000, lastModified=2022-06-06 17:54:58.580392000, delta=459000 ns, racy<=15000 ns
17:54:58.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.581066000, lastModified=2022-06-06 17:54:58.580392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.581066000, lastModified=2022-06-06 17:54:58.580392000, delta=674000 ns, racy<=15000 ns
17:54:58.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.581288000, lastModified=2022-06-06 17:54:58.580392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.581288000, lastModified=2022-06-06 17:54:58.580392000, delta=896000 ns, racy<=15000 ns
17:54:58.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.581534000, lastModified=2022-06-06 17:54:58.580392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.580392000 to 2022-06-06 17:54:58.581392000
17:54:58.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.581736000, lastModified=2022-06-06 17:54:58.581392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.581736000, lastModified=2022-06-06 17:54:58.581392000, delta=344000 ns, racy<=15000 ns
17:54:58.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.581953000, lastModified=2022-06-06 17:54:58.581392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.581953000, lastModified=2022-06-06 17:54:58.581392000, delta=561000 ns, racy<=15000 ns
17:54:58.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.582172000, lastModified=2022-06-06 17:54:58.581392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.582172000, lastModified=2022-06-06 17:54:58.581392000, delta=780000 ns, racy<=15000 ns
17:54:58.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.582393000, lastModified=2022-06-06 17:54:58.581392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.582393000, lastModified=2022-06-06 17:54:58.581392000, delta=1001000 ns, racy<=15000 ns
17:54:58.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.582646000, lastModified=2022-06-06 17:54:58.582392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.582646000, lastModified=2022-06-06 17:54:58.582392000, delta=254000 ns, racy<=15000 ns
17:54:58.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.582860000, lastModified=2022-06-06 17:54:58.582392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.582860000, lastModified=2022-06-06 17:54:58.582392000, delta=468000 ns, racy<=15000 ns
17:54:58.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.583073000, lastModified=2022-06-06 17:54:58.582392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.583073000, lastModified=2022-06-06 17:54:58.582392000, delta=681000 ns, racy<=15000 ns
17:54:58.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.583297000, lastModified=2022-06-06 17:54:58.582392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.583297000, lastModified=2022-06-06 17:54:58.582392000, delta=905000 ns, racy<=15000 ns
17:54:58.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.583516000, lastModified=2022-06-06 17:54:58.582392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.582392000 to 2022-06-06 17:54:58.583392000
17:54:58.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.583721000, lastModified=2022-06-06 17:54:58.583392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.583721000, lastModified=2022-06-06 17:54:58.583392000, delta=329000 ns, racy<=15000 ns
17:54:58.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.583951000, lastModified=2022-06-06 17:54:58.583392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.583951000, lastModified=2022-06-06 17:54:58.583392000, delta=559000 ns, racy<=15000 ns
17:54:58.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.584182000, lastModified=2022-06-06 17:54:58.583392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.584182000, lastModified=2022-06-06 17:54:58.583392000, delta=790000 ns, racy<=15000 ns
17:54:58.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.584398000, lastModified=2022-06-06 17:54:58.583392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.584398000, lastModified=2022-06-06 17:54:58.583392000, delta=1006000 ns, racy<=15000 ns
17:54:58.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.584621000, lastModified=2022-06-06 17:54:58.584392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.584621000, lastModified=2022-06-06 17:54:58.584392000, delta=229000 ns, racy<=15000 ns
17:54:58.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.584838000, lastModified=2022-06-06 17:54:58.584392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.584838000, lastModified=2022-06-06 17:54:58.584392000, delta=446000 ns, racy<=15000 ns
17:54:58.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.585049000, lastModified=2022-06-06 17:54:58.584392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.585049000, lastModified=2022-06-06 17:54:58.584392000, delta=657000 ns, racy<=15000 ns
17:54:58.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.585275000, lastModified=2022-06-06 17:54:58.584392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.585275000, lastModified=2022-06-06 17:54:58.584392000, delta=883000 ns, racy<=15000 ns
17:54:58.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.585487000, lastModified=2022-06-06 17:54:58.584392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.584392000 to 2022-06-06 17:54:58.585392000
17:54:58.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.585697000, lastModified=2022-06-06 17:54:58.585392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.585697000, lastModified=2022-06-06 17:54:58.585392000, delta=305000 ns, racy<=15000 ns
17:54:58.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.585915000, lastModified=2022-06-06 17:54:58.585392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.585915000, lastModified=2022-06-06 17:54:58.585392000, delta=523000 ns, racy<=15000 ns
17:54:58.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.586133000, lastModified=2022-06-06 17:54:58.585392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.586133000, lastModified=2022-06-06 17:54:58.585392000, delta=741000 ns, racy<=15000 ns
17:54:58.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.586345000, lastModified=2022-06-06 17:54:58.585392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.586345000, lastModified=2022-06-06 17:54:58.585392000, delta=953000 ns, racy<=15000 ns
17:54:58.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.586591000, lastModified=2022-06-06 17:54:58.586392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.586591000, lastModified=2022-06-06 17:54:58.586392000, delta=199000 ns, racy<=15000 ns
17:54:58.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.586810000, lastModified=2022-06-06 17:54:58.586392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.586810000, lastModified=2022-06-06 17:54:58.586392000, delta=418000 ns, racy<=15000 ns
17:54:58.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.587025000, lastModified=2022-06-06 17:54:58.586392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.587025000, lastModified=2022-06-06 17:54:58.586392000, delta=633000 ns, racy<=15000 ns
17:54:58.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.587249000, lastModified=2022-06-06 17:54:58.586392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.587249000, lastModified=2022-06-06 17:54:58.586392000, delta=857000 ns, racy<=15000 ns
17:54:58.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.587462000, lastModified=2022-06-06 17:54:58.586392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.586392000 to 2022-06-06 17:54:58.587392000
17:54:58.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.587672000, lastModified=2022-06-06 17:54:58.587392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.587672000, lastModified=2022-06-06 17:54:58.587392000, delta=280000 ns, racy<=15000 ns
17:54:58.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.591 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.591902000, lastModified=2022-06-06 17:54:58.587392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.587392000 to 2022-06-06 17:54:58.591392000
17:54:58.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.592132000, lastModified=2022-06-06 17:54:58.591392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.592132000, lastModified=2022-06-06 17:54:58.591392000, delta=740000 ns, racy<=15000 ns
17:54:58.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.592368000, lastModified=2022-06-06 17:54:58.591392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.592368000, lastModified=2022-06-06 17:54:58.591392000, delta=976000 ns, racy<=15000 ns
17:54:58.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.592629000, lastModified=2022-06-06 17:54:58.592392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.592629000, lastModified=2022-06-06 17:54:58.592392000, delta=237000 ns, racy<=15000 ns
17:54:58.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.592844000, lastModified=2022-06-06 17:54:58.592392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.592844000, lastModified=2022-06-06 17:54:58.592392000, delta=452000 ns, racy<=15000 ns
17:54:58.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.593092000, lastModified=2022-06-06 17:54:58.592392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.593092000, lastModified=2022-06-06 17:54:58.592392000, delta=700000 ns, racy<=15000 ns
17:54:58.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.593309000, lastModified=2022-06-06 17:54:58.592392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.593309000, lastModified=2022-06-06 17:54:58.592392000, delta=917000 ns, racy<=15000 ns
17:54:58.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.593551000, lastModified=2022-06-06 17:54:58.593392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.593551000, lastModified=2022-06-06 17:54:58.593392000, delta=159000 ns, racy<=15000 ns
17:54:58.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.593801000, lastModified=2022-06-06 17:54:58.593392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.593801000, lastModified=2022-06-06 17:54:58.593392000, delta=409000 ns, racy<=15000 ns
17:54:58.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.594045000, lastModified=2022-06-06 17:54:58.593392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.594045000, lastModified=2022-06-06 17:54:58.593392000, delta=653000 ns, racy<=15000 ns
17:54:58.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.594284000, lastModified=2022-06-06 17:54:58.593392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.594284000, lastModified=2022-06-06 17:54:58.593392000, delta=892000 ns, racy<=15000 ns
17:54:58.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.594546000, lastModified=2022-06-06 17:54:58.594392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.594546000, lastModified=2022-06-06 17:54:58.594392000, delta=154000 ns, racy<=15000 ns
17:54:58.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.594792000, lastModified=2022-06-06 17:54:58.594392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.594792000, lastModified=2022-06-06 17:54:58.594392000, delta=400000 ns, racy<=15000 ns
17:54:58.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.595036000, lastModified=2022-06-06 17:54:58.594392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.595036000, lastModified=2022-06-06 17:54:58.594392000, delta=644000 ns, racy<=15000 ns
17:54:58.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.595281000, lastModified=2022-06-06 17:54:58.594392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.595281000, lastModified=2022-06-06 17:54:58.594392000, delta=889000 ns, racy<=15000 ns
17:54:58.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.595518000, lastModified=2022-06-06 17:54:58.594392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.594392000 to 2022-06-06 17:54:58.595392000
17:54:58.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.595790000, lastModified=2022-06-06 17:54:58.595392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.595790000, lastModified=2022-06-06 17:54:58.595392000, delta=398000 ns, racy<=15000 ns
17:54:58.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.596047000, lastModified=2022-06-06 17:54:58.595392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.596047000, lastModified=2022-06-06 17:54:58.595392000, delta=655000 ns, racy<=15000 ns
17:54:58.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.596269000, lastModified=2022-06-06 17:54:58.595392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.596269000, lastModified=2022-06-06 17:54:58.595392000, delta=877000 ns, racy<=15000 ns
17:54:58.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.596489000, lastModified=2022-06-06 17:54:58.595392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.595392000 to 2022-06-06 17:54:58.596392000
17:54:58.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.596700000, lastModified=2022-06-06 17:54:58.596392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.596700000, lastModified=2022-06-06 17:54:58.596392000, delta=308000 ns, racy<=15000 ns
17:54:58.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.596935000, lastModified=2022-06-06 17:54:58.596392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.596935000, lastModified=2022-06-06 17:54:58.596392000, delta=543000 ns, racy<=15000 ns
17:54:58.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.597151000, lastModified=2022-06-06 17:54:58.596392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.597151000, lastModified=2022-06-06 17:54:58.596392000, delta=759000 ns, racy<=15000 ns
17:54:58.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.597365000, lastModified=2022-06-06 17:54:58.596392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.597365000, lastModified=2022-06-06 17:54:58.596392000, delta=973000 ns, racy<=15000 ns
17:54:58.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.597623000, lastModified=2022-06-06 17:54:58.597392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.597623000, lastModified=2022-06-06 17:54:58.597392000, delta=231000 ns, racy<=15000 ns
17:54:58.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.597836000, lastModified=2022-06-06 17:54:58.597392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.597836000, lastModified=2022-06-06 17:54:58.597392000, delta=444000 ns, racy<=15000 ns
17:54:58.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.598050000, lastModified=2022-06-06 17:54:58.597392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.598050000, lastModified=2022-06-06 17:54:58.597392000, delta=658000 ns, racy<=15000 ns
17:54:58.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.598268000, lastModified=2022-06-06 17:54:58.597392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.598268000, lastModified=2022-06-06 17:54:58.597392000, delta=876000 ns, racy<=15000 ns
17:54:58.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.598479000, lastModified=2022-06-06 17:54:58.597392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.597392000 to 2022-06-06 17:54:58.598392000
17:54:58.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.598686000, lastModified=2022-06-06 17:54:58.598392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.598686000, lastModified=2022-06-06 17:54:58.598392000, delta=294000 ns, racy<=15000 ns
17:54:58.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.598906000, lastModified=2022-06-06 17:54:58.598392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.598906000, lastModified=2022-06-06 17:54:58.598392000, delta=514000 ns, racy<=15000 ns
17:54:58.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.599145000, lastModified=2022-06-06 17:54:58.598392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.599145000, lastModified=2022-06-06 17:54:58.598392000, delta=753000 ns, racy<=15000 ns
17:54:58.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.599356000, lastModified=2022-06-06 17:54:58.598392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.599356000, lastModified=2022-06-06 17:54:58.598392000, delta=964000 ns, racy<=15000 ns
17:54:58.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.599579000, lastModified=2022-06-06 17:54:58.599392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.599579000, lastModified=2022-06-06 17:54:58.599392000, delta=187000 ns, racy<=15000 ns
17:54:58.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.599791000, lastModified=2022-06-06 17:54:58.599392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.599791000, lastModified=2022-06-06 17:54:58.599392000, delta=399000 ns, racy<=15000 ns
17:54:58.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.603453000, lastModified=2022-06-06 17:54:58.599392000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.599392000 to 2022-06-06 17:54:58.603393000
17:54:58.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.603681000, lastModified=2022-06-06 17:54:58.603393000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.603681000, lastModified=2022-06-06 17:54:58.603393000, delta=288000 ns, racy<=15000 ns
17:54:58.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.603929000, lastModified=2022-06-06 17:54:58.603393000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.603929000, lastModified=2022-06-06 17:54:58.603393000, delta=536000 ns, racy<=15000 ns
17:54:58.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.604162000, lastModified=2022-06-06 17:54:58.603393000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.604162000, lastModified=2022-06-06 17:54:58.603393000, delta=769000 ns, racy<=15000 ns
17:54:58.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.604390000, lastModified=2022-06-06 17:54:58.603393000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.604390000, lastModified=2022-06-06 17:54:58.603393000, delta=997000 ns, racy<=15000 ns
17:54:58.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.648319000, lastModified=2022-06-06 17:54:58.647394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.648319000, lastModified=2022-06-06 17:54:58.647394000, delta=925000 ns, racy<=15000 ns
17:54:58.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.648695000, lastModified=2022-06-06 17:54:58.648394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.648695000, lastModified=2022-06-06 17:54:58.648394000, delta=301000 ns, racy<=15000 ns
17:54:58.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.648976000, lastModified=2022-06-06 17:54:58.648394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.648976000, lastModified=2022-06-06 17:54:58.648394000, delta=582000 ns, racy<=15000 ns
17:54:58.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.649234000, lastModified=2022-06-06 17:54:58.648394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.649234000, lastModified=2022-06-06 17:54:58.648394000, delta=840000 ns, racy<=15000 ns
17:54:58.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.649491000, lastModified=2022-06-06 17:54:58.648394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.648394000 to 2022-06-06 17:54:58.649394000
17:54:58.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.649738000, lastModified=2022-06-06 17:54:58.649394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.649738000, lastModified=2022-06-06 17:54:58.649394000, delta=344000 ns, racy<=15000 ns
17:54:58.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.649985000, lastModified=2022-06-06 17:54:58.649394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.649985000, lastModified=2022-06-06 17:54:58.649394000, delta=591000 ns, racy<=15000 ns
17:54:58.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.650269000, lastModified=2022-06-06 17:54:58.649394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.650269000, lastModified=2022-06-06 17:54:58.649394000, delta=875000 ns, racy<=15000 ns
17:54:58.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.650555000, lastModified=2022-06-06 17:54:58.650394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.650555000, lastModified=2022-06-06 17:54:58.650394000, delta=161000 ns, racy<=15000 ns
17:54:58.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.650849000, lastModified=2022-06-06 17:54:58.650394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.650849000, lastModified=2022-06-06 17:54:58.650394000, delta=455000 ns, racy<=15000 ns
17:54:58.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.651118000, lastModified=2022-06-06 17:54:58.650394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.651118000, lastModified=2022-06-06 17:54:58.650394000, delta=724000 ns, racy<=15000 ns
17:54:58.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.651372000, lastModified=2022-06-06 17:54:58.650394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.651372000, lastModified=2022-06-06 17:54:58.650394000, delta=978000 ns, racy<=15000 ns
17:54:58.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.651623000, lastModified=2022-06-06 17:54:58.651394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.651623000, lastModified=2022-06-06 17:54:58.651394000, delta=229000 ns, racy<=15000 ns
17:54:58.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.651865000, lastModified=2022-06-06 17:54:58.651394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.651865000, lastModified=2022-06-06 17:54:58.651394000, delta=471000 ns, racy<=15000 ns
17:54:58.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.652102000, lastModified=2022-06-06 17:54:58.651394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.652102000, lastModified=2022-06-06 17:54:58.651394000, delta=708000 ns, racy<=15000 ns
17:54:58.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.652333000, lastModified=2022-06-06 17:54:58.651394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.652333000, lastModified=2022-06-06 17:54:58.651394000, delta=939000 ns, racy<=15000 ns
17:54:58.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.652571000, lastModified=2022-06-06 17:54:58.652394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.652571000, lastModified=2022-06-06 17:54:58.652394000, delta=177000 ns, racy<=15000 ns
17:54:58.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.652819000, lastModified=2022-06-06 17:54:58.652394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.652819000, lastModified=2022-06-06 17:54:58.652394000, delta=425000 ns, racy<=15000 ns
17:54:58.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.653057000, lastModified=2022-06-06 17:54:58.652394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.653057000, lastModified=2022-06-06 17:54:58.652394000, delta=663000 ns, racy<=15000 ns
17:54:58.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.653315000, lastModified=2022-06-06 17:54:58.652394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.653315000, lastModified=2022-06-06 17:54:58.652394000, delta=921000 ns, racy<=15000 ns
17:54:58.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.653605000, lastModified=2022-06-06 17:54:58.653394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.653605000, lastModified=2022-06-06 17:54:58.653394000, delta=211000 ns, racy<=15000 ns
17:54:58.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.653872000, lastModified=2022-06-06 17:54:58.653394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.653872000, lastModified=2022-06-06 17:54:58.653394000, delta=478000 ns, racy<=15000 ns
17:54:58.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.654114000, lastModified=2022-06-06 17:54:58.653394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.654114000, lastModified=2022-06-06 17:54:58.653394000, delta=720000 ns, racy<=15000 ns
17:54:58.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.654347000, lastModified=2022-06-06 17:54:58.653394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.654347000, lastModified=2022-06-06 17:54:58.653394000, delta=953000 ns, racy<=15000 ns
17:54:58.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.654590000, lastModified=2022-06-06 17:54:58.654394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.654590000, lastModified=2022-06-06 17:54:58.654394000, delta=196000 ns, racy<=15000 ns
17:54:58.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.654826000, lastModified=2022-06-06 17:54:58.654394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.654826000, lastModified=2022-06-06 17:54:58.654394000, delta=432000 ns, racy<=15000 ns
17:54:58.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.655078000, lastModified=2022-06-06 17:54:58.654394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.655078000, lastModified=2022-06-06 17:54:58.654394000, delta=684000 ns, racy<=15000 ns
17:54:58.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.655317000, lastModified=2022-06-06 17:54:58.654394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.655317000, lastModified=2022-06-06 17:54:58.654394000, delta=923000 ns, racy<=15000 ns
17:54:58.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.655549000, lastModified=2022-06-06 17:54:58.655394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.655549000, lastModified=2022-06-06 17:54:58.655394000, delta=155000 ns, racy<=15000 ns
17:54:58.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.655787000, lastModified=2022-06-06 17:54:58.655394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.655787000, lastModified=2022-06-06 17:54:58.655394000, delta=393000 ns, racy<=15000 ns
17:54:58.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.658244000, lastModified=2022-06-06 17:54:58.655394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.655394000 to 2022-06-06 17:54:58.657394000
17:54:58.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.658493000, lastModified=2022-06-06 17:54:58.657394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.657394000 to 2022-06-06 17:54:58.658394000
17:54:58.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.658726000, lastModified=2022-06-06 17:54:58.658394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.658726000, lastModified=2022-06-06 17:54:58.658394000, delta=332000 ns, racy<=15000 ns
17:54:58.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.658959000, lastModified=2022-06-06 17:54:58.658394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.658959000, lastModified=2022-06-06 17:54:58.658394000, delta=565000 ns, racy<=15000 ns
17:54:58.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.659202000, lastModified=2022-06-06 17:54:58.658394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.659202000, lastModified=2022-06-06 17:54:58.658394000, delta=808000 ns, racy<=15000 ns
17:54:58.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.659451000, lastModified=2022-06-06 17:54:58.658394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.658394000 to 2022-06-06 17:54:58.659394000
17:54:58.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.659723000, lastModified=2022-06-06 17:54:58.659394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.659723000, lastModified=2022-06-06 17:54:58.659394000, delta=329000 ns, racy<=15000 ns
17:54:58.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.660020000, lastModified=2022-06-06 17:54:58.659394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.660020000, lastModified=2022-06-06 17:54:58.659394000, delta=626000 ns, racy<=15000 ns
17:54:58.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.660279000, lastModified=2022-06-06 17:54:58.659394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.660279000, lastModified=2022-06-06 17:54:58.659394000, delta=885000 ns, racy<=15000 ns
17:54:58.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.660526000, lastModified=2022-06-06 17:54:58.659394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.659394000 to 2022-06-06 17:54:58.660394000
17:54:58.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.660753000, lastModified=2022-06-06 17:54:58.660394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.660753000, lastModified=2022-06-06 17:54:58.660394000, delta=359000 ns, racy<=15000 ns
17:54:58.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.660982000, lastModified=2022-06-06 17:54:58.660394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.660982000, lastModified=2022-06-06 17:54:58.660394000, delta=588000 ns, racy<=15000 ns
17:54:58.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.661226000, lastModified=2022-06-06 17:54:58.660394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.661226000, lastModified=2022-06-06 17:54:58.660394000, delta=832000 ns, racy<=15000 ns
17:54:58.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.661462000, lastModified=2022-06-06 17:54:58.660394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.660394000 to 2022-06-06 17:54:58.661394000
17:54:58.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.661688000, lastModified=2022-06-06 17:54:58.661394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.661688000, lastModified=2022-06-06 17:54:58.661394000, delta=294000 ns, racy<=15000 ns
17:54:58.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.661920000, lastModified=2022-06-06 17:54:58.661394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.661920000, lastModified=2022-06-06 17:54:58.661394000, delta=526000 ns, racy<=15000 ns
17:54:58.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.662187000, lastModified=2022-06-06 17:54:58.661394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.662187000, lastModified=2022-06-06 17:54:58.661394000, delta=793000 ns, racy<=15000 ns
17:54:58.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.662437000, lastModified=2022-06-06 17:54:58.661394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.661394000 to 2022-06-06 17:54:58.662394000
17:54:58.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.662671000, lastModified=2022-06-06 17:54:58.662394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.662671000, lastModified=2022-06-06 17:54:58.662394000, delta=277000 ns, racy<=15000 ns
17:54:58.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.662908000, lastModified=2022-06-06 17:54:58.662394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.662908000, lastModified=2022-06-06 17:54:58.662394000, delta=514000 ns, racy<=15000 ns
17:54:58.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.663145000, lastModified=2022-06-06 17:54:58.662394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.663145000, lastModified=2022-06-06 17:54:58.662394000, delta=751000 ns, racy<=15000 ns
17:54:58.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.663436000, lastModified=2022-06-06 17:54:58.662394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.662394000 to 2022-06-06 17:54:58.663394000
17:54:58.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.663684000, lastModified=2022-06-06 17:54:58.663394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.663684000, lastModified=2022-06-06 17:54:58.663394000, delta=290000 ns, racy<=15000 ns
17:54:58.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.663916000, lastModified=2022-06-06 17:54:58.663394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.663916000, lastModified=2022-06-06 17:54:58.663394000, delta=522000 ns, racy<=15000 ns
17:54:58.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.664154000, lastModified=2022-06-06 17:54:58.663394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.664154000, lastModified=2022-06-06 17:54:58.663394000, delta=760000 ns, racy<=15000 ns
17:54:58.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.664378000, lastModified=2022-06-06 17:54:58.663394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.664378000, lastModified=2022-06-06 17:54:58.663394000, delta=984000 ns, racy<=15000 ns
17:54:58.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.664619000, lastModified=2022-06-06 17:54:58.664394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.664619000, lastModified=2022-06-06 17:54:58.664394000, delta=225000 ns, racy<=15000 ns
17:54:58.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.664851000, lastModified=2022-06-06 17:54:58.664394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.664851000, lastModified=2022-06-06 17:54:58.664394000, delta=457000 ns, racy<=15000 ns
17:54:58.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.665092000, lastModified=2022-06-06 17:54:58.664394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.665092000, lastModified=2022-06-06 17:54:58.664394000, delta=698000 ns, racy<=15000 ns
17:54:58.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.665315000, lastModified=2022-06-06 17:54:58.664394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.665315000, lastModified=2022-06-06 17:54:58.664394000, delta=921000 ns, racy<=15000 ns
17:54:58.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.665555000, lastModified=2022-06-06 17:54:58.665394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.665555000, lastModified=2022-06-06 17:54:58.665394000, delta=161000 ns, racy<=15000 ns
17:54:58.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.665822000, lastModified=2022-06-06 17:54:58.665394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.665822000, lastModified=2022-06-06 17:54:58.665394000, delta=428000 ns, racy<=15000 ns
17:54:58.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.666056000, lastModified=2022-06-06 17:54:58.665394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.666056000, lastModified=2022-06-06 17:54:58.665394000, delta=662000 ns, racy<=15000 ns
17:54:58.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.666325000, lastModified=2022-06-06 17:54:58.665394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.666325000, lastModified=2022-06-06 17:54:58.665394000, delta=931000 ns, racy<=15000 ns
17:54:58.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.666575000, lastModified=2022-06-06 17:54:58.666394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.666575000, lastModified=2022-06-06 17:54:58.666394000, delta=181000 ns, racy<=15000 ns
17:54:58.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.670045000, lastModified=2022-06-06 17:54:58.666394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.666394000 to 2022-06-06 17:54:58.669394000
17:54:58.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.670299000, lastModified=2022-06-06 17:54:58.669394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.670299000, lastModified=2022-06-06 17:54:58.669394000, delta=905000 ns, racy<=15000 ns
17:54:58.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.670599000, lastModified=2022-06-06 17:54:58.670394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.670599000, lastModified=2022-06-06 17:54:58.670394000, delta=205000 ns, racy<=15000 ns
17:54:58.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.670842000, lastModified=2022-06-06 17:54:58.670394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.670842000, lastModified=2022-06-06 17:54:58.670394000, delta=448000 ns, racy<=15000 ns
17:54:58.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.671069000, lastModified=2022-06-06 17:54:58.670394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.671069000, lastModified=2022-06-06 17:54:58.670394000, delta=675000 ns, racy<=15000 ns
17:54:58.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.671305000, lastModified=2022-06-06 17:54:58.670394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.671305000, lastModified=2022-06-06 17:54:58.670394000, delta=911000 ns, racy<=15000 ns
17:54:58.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.671541000, lastModified=2022-06-06 17:54:58.670394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.670394000 to 2022-06-06 17:54:58.671394000
17:54:58.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.671764000, lastModified=2022-06-06 17:54:58.671394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.671764000, lastModified=2022-06-06 17:54:58.671394000, delta=370000 ns, racy<=15000 ns
17:54:58.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.671995000, lastModified=2022-06-06 17:54:58.671394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.671995000, lastModified=2022-06-06 17:54:58.671394000, delta=601000 ns, racy<=15000 ns
17:54:58.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.672239000, lastModified=2022-06-06 17:54:58.671394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.672239000, lastModified=2022-06-06 17:54:58.671394000, delta=845000 ns, racy<=15000 ns
17:54:58.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.672479000, lastModified=2022-06-06 17:54:58.671394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.671394000 to 2022-06-06 17:54:58.672394000
17:54:58.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.672702000, lastModified=2022-06-06 17:54:58.672394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.672702000, lastModified=2022-06-06 17:54:58.672394000, delta=308000 ns, racy<=15000 ns
17:54:58.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.672931000, lastModified=2022-06-06 17:54:58.672394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.672931000, lastModified=2022-06-06 17:54:58.672394000, delta=537000 ns, racy<=15000 ns
17:54:58.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.673165000, lastModified=2022-06-06 17:54:58.672394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.673165000, lastModified=2022-06-06 17:54:58.672394000, delta=771000 ns, racy<=15000 ns
17:54:58.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.673392000, lastModified=2022-06-06 17:54:58.672394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.673392000, lastModified=2022-06-06 17:54:58.672394000, delta=998000 ns, racy<=15000 ns
17:54:58.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.673627000, lastModified=2022-06-06 17:54:58.673394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.673627000, lastModified=2022-06-06 17:54:58.673394000, delta=233000 ns, racy<=15000 ns
17:54:58.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.673868000, lastModified=2022-06-06 17:54:58.673394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.673868000, lastModified=2022-06-06 17:54:58.673394000, delta=474000 ns, racy<=15000 ns
17:54:58.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.674122000, lastModified=2022-06-06 17:54:58.673394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.674122000, lastModified=2022-06-06 17:54:58.673394000, delta=728000 ns, racy<=15000 ns
17:54:58.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.674366000, lastModified=2022-06-06 17:54:58.673394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.674366000, lastModified=2022-06-06 17:54:58.673394000, delta=972000 ns, racy<=15000 ns
17:54:58.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.674627000, lastModified=2022-06-06 17:54:58.674394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.674627000, lastModified=2022-06-06 17:54:58.674394000, delta=233000 ns, racy<=15000 ns
17:54:58.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.674869000, lastModified=2022-06-06 17:54:58.674394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.674869000, lastModified=2022-06-06 17:54:58.674394000, delta=475000 ns, racy<=15000 ns
17:54:58.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.675107000, lastModified=2022-06-06 17:54:58.674394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.675107000, lastModified=2022-06-06 17:54:58.674394000, delta=713000 ns, racy<=15000 ns
17:54:58.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.675334000, lastModified=2022-06-06 17:54:58.674394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.675334000, lastModified=2022-06-06 17:54:58.674394000, delta=940000 ns, racy<=15000 ns
17:54:58.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.675656000, lastModified=2022-06-06 17:54:58.675394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.675656000, lastModified=2022-06-06 17:54:58.675394000, delta=262000 ns, racy<=15000 ns
17:54:58.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.675895000, lastModified=2022-06-06 17:54:58.675394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.675895000, lastModified=2022-06-06 17:54:58.675394000, delta=501000 ns, racy<=15000 ns
17:54:58.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.676133000, lastModified=2022-06-06 17:54:58.675394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.676133000, lastModified=2022-06-06 17:54:58.675394000, delta=739000 ns, racy<=15000 ns
17:54:58.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.676362000, lastModified=2022-06-06 17:54:58.675394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.676362000, lastModified=2022-06-06 17:54:58.675394000, delta=968000 ns, racy<=15000 ns
17:54:58.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.676607000, lastModified=2022-06-06 17:54:58.676394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.676607000, lastModified=2022-06-06 17:54:58.676394000, delta=213000 ns, racy<=15000 ns
17:54:58.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.676859000, lastModified=2022-06-06 17:54:58.676394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.676859000, lastModified=2022-06-06 17:54:58.676394000, delta=465000 ns, racy<=15000 ns
17:54:58.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.677100000, lastModified=2022-06-06 17:54:58.676394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.677100000, lastModified=2022-06-06 17:54:58.676394000, delta=706000 ns, racy<=15000 ns
17:54:58.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.677333000, lastModified=2022-06-06 17:54:58.676394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.677333000, lastModified=2022-06-06 17:54:58.676394000, delta=939000 ns, racy<=15000 ns
17:54:58.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.677576000, lastModified=2022-06-06 17:54:58.677394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.677576000, lastModified=2022-06-06 17:54:58.677394000, delta=182000 ns, racy<=15000 ns
17:54:58.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.677811000, lastModified=2022-06-06 17:54:58.677394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.677811000, lastModified=2022-06-06 17:54:58.677394000, delta=417000 ns, racy<=15000 ns
17:54:58.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.678038000, lastModified=2022-06-06 17:54:58.677394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.678038000, lastModified=2022-06-06 17:54:58.677394000, delta=644000 ns, racy<=15000 ns
17:54:58.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.678291000, lastModified=2022-06-06 17:54:58.677394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.678291000, lastModified=2022-06-06 17:54:58.677394000, delta=897000 ns, racy<=15000 ns
17:54:58.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.681715000, lastModified=2022-06-06 17:54:58.677394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.677394000 to 2022-06-06 17:54:58.681394000
17:54:58.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.681940000, lastModified=2022-06-06 17:54:58.681394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.681940000, lastModified=2022-06-06 17:54:58.681394000, delta=546000 ns, racy<=15000 ns
17:54:58.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.682173000, lastModified=2022-06-06 17:54:58.681394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.682173000, lastModified=2022-06-06 17:54:58.681394000, delta=779000 ns, racy<=15000 ns
17:54:58.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.682395000, lastModified=2022-06-06 17:54:58.681394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.682395000, lastModified=2022-06-06 17:54:58.681394000, delta=1001000 ns, racy<=15000 ns
17:54:58.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.682657000, lastModified=2022-06-06 17:54:58.682394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.682657000, lastModified=2022-06-06 17:54:58.682394000, delta=263000 ns, racy<=15000 ns
17:54:58.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.682891000, lastModified=2022-06-06 17:54:58.682394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.682891000, lastModified=2022-06-06 17:54:58.682394000, delta=497000 ns, racy<=15000 ns
17:54:58.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.683140000, lastModified=2022-06-06 17:54:58.682394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.683140000, lastModified=2022-06-06 17:54:58.682394000, delta=746000 ns, racy<=15000 ns
17:54:58.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.683365000, lastModified=2022-06-06 17:54:58.682394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.683365000, lastModified=2022-06-06 17:54:58.682394000, delta=971000 ns, racy<=15000 ns
17:54:58.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.683610000, lastModified=2022-06-06 17:54:58.683394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.683610000, lastModified=2022-06-06 17:54:58.683394000, delta=216000 ns, racy<=15000 ns
17:54:58.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.683840000, lastModified=2022-06-06 17:54:58.683394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.683840000, lastModified=2022-06-06 17:54:58.683394000, delta=446000 ns, racy<=15000 ns
17:54:58.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.684068000, lastModified=2022-06-06 17:54:58.683394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.684068000, lastModified=2022-06-06 17:54:58.683394000, delta=674000 ns, racy<=15000 ns
17:54:58.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.684321000, lastModified=2022-06-06 17:54:58.683394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.684321000, lastModified=2022-06-06 17:54:58.683394000, delta=927000 ns, racy<=15000 ns
17:54:58.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.684561000, lastModified=2022-06-06 17:54:58.684394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.684561000, lastModified=2022-06-06 17:54:58.684394000, delta=167000 ns, racy<=15000 ns
17:54:58.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.684793000, lastModified=2022-06-06 17:54:58.684394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.684793000, lastModified=2022-06-06 17:54:58.684394000, delta=399000 ns, racy<=15000 ns
17:54:58.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.685017000, lastModified=2022-06-06 17:54:58.684394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.685017000, lastModified=2022-06-06 17:54:58.684394000, delta=623000 ns, racy<=15000 ns
17:54:58.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.685248000, lastModified=2022-06-06 17:54:58.684394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.685248000, lastModified=2022-06-06 17:54:58.684394000, delta=854000 ns, racy<=15000 ns
17:54:58.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.685479000, lastModified=2022-06-06 17:54:58.684394000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.684394000 to 2022-06-06 17:54:58.685395000
17:54:58.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.685702000, lastModified=2022-06-06 17:54:58.685395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.685702000, lastModified=2022-06-06 17:54:58.685395000, delta=307000 ns, racy<=15000 ns
17:54:58.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.685929000, lastModified=2022-06-06 17:54:58.685395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.685929000, lastModified=2022-06-06 17:54:58.685395000, delta=534000 ns, racy<=15000 ns
17:54:58.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.686164000, lastModified=2022-06-06 17:54:58.685395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.686164000, lastModified=2022-06-06 17:54:58.685395000, delta=769000 ns, racy<=15000 ns
17:54:58.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.686391000, lastModified=2022-06-06 17:54:58.685395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.686391000, lastModified=2022-06-06 17:54:58.685395000, delta=996000 ns, racy<=15000 ns
17:54:58.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.686634000, lastModified=2022-06-06 17:54:58.686395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.686634000, lastModified=2022-06-06 17:54:58.686395000, delta=239000 ns, racy<=15000 ns
17:54:58.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.686863000, lastModified=2022-06-06 17:54:58.686395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.687 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.686863000, lastModified=2022-06-06 17:54:58.686395000, delta=468000 ns, racy<=15000 ns
17:54:58.687 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.687 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.687103000, lastModified=2022-06-06 17:54:58.686395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.687 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.687103000, lastModified=2022-06-06 17:54:58.686395000, delta=708000 ns, racy<=15000 ns
17:54:58.687 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.687 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.687334000, lastModified=2022-06-06 17:54:58.686395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.687 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.687334000, lastModified=2022-06-06 17:54:58.686395000, delta=939000 ns, racy<=15000 ns
17:54:58.687 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.687 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.687578000, lastModified=2022-06-06 17:54:58.687395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.687 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.687578000, lastModified=2022-06-06 17:54:58.687395000, delta=183000 ns, racy<=15000 ns
17:54:58.687 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.687 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.687810000, lastModified=2022-06-06 17:54:58.687395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.687 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.687810000, lastModified=2022-06-06 17:54:58.687395000, delta=415000 ns, racy<=15000 ns
17:54:58.687 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.688035000, lastModified=2022-06-06 17:54:58.687395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.688035000, lastModified=2022-06-06 17:54:58.687395000, delta=640000 ns, racy<=15000 ns
17:54:58.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.688269000, lastModified=2022-06-06 17:54:58.687395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.688269000, lastModified=2022-06-06 17:54:58.687395000, delta=874000 ns, racy<=15000 ns
17:54:58.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.688491000, lastModified=2022-06-06 17:54:58.687395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.687395000 to 2022-06-06 17:54:58.688395000
17:54:58.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.688771000, lastModified=2022-06-06 17:54:58.688395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.688771000, lastModified=2022-06-06 17:54:58.688395000, delta=376000 ns, racy<=15000 ns
17:54:58.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.689002000, lastModified=2022-06-06 17:54:58.688395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.689002000, lastModified=2022-06-06 17:54:58.688395000, delta=607000 ns, racy<=15000 ns
17:54:58.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.689224000, lastModified=2022-06-06 17:54:58.688395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.689224000, lastModified=2022-06-06 17:54:58.688395000, delta=829000 ns, racy<=15000 ns
17:54:58.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.689458000, lastModified=2022-06-06 17:54:58.688395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.688395000 to 2022-06-06 17:54:58.689395000
17:54:58.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.689670000, lastModified=2022-06-06 17:54:58.689395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.689670000, lastModified=2022-06-06 17:54:58.689395000, delta=275000 ns, racy<=15000 ns
17:54:58.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.694020000, lastModified=2022-06-06 17:54:58.689395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.689395000 to 2022-06-06 17:54:58.693395000
17:54:58.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.694265000, lastModified=2022-06-06 17:54:58.693395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.694265000, lastModified=2022-06-06 17:54:58.693395000, delta=870000 ns, racy<=15000 ns
17:54:58.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.694490000, lastModified=2022-06-06 17:54:58.693395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.693395000 to 2022-06-06 17:54:58.694395000
17:54:58.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.694711000, lastModified=2022-06-06 17:54:58.694395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.694711000, lastModified=2022-06-06 17:54:58.694395000, delta=316000 ns, racy<=15000 ns
17:54:58.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.694932000, lastModified=2022-06-06 17:54:58.694395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.694932000, lastModified=2022-06-06 17:54:58.694395000, delta=537000 ns, racy<=15000 ns
17:54:58.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.695161000, lastModified=2022-06-06 17:54:58.694395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.695161000, lastModified=2022-06-06 17:54:58.694395000, delta=766000 ns, racy<=15000 ns
17:54:58.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.695377000, lastModified=2022-06-06 17:54:58.694395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.694395000 to 2022-06-06 17:54:58.695395000
17:54:58.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.695645000, lastModified=2022-06-06 17:54:58.695395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.695645000, lastModified=2022-06-06 17:54:58.695395000, delta=250000 ns, racy<=15000 ns
17:54:58.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.695884000, lastModified=2022-06-06 17:54:58.695395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.695884000, lastModified=2022-06-06 17:54:58.695395000, delta=489000 ns, racy<=15000 ns
17:54:58.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.696124000, lastModified=2022-06-06 17:54:58.695395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.696124000, lastModified=2022-06-06 17:54:58.695395000, delta=729000 ns, racy<=15000 ns
17:54:58.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.696360000, lastModified=2022-06-06 17:54:58.695395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.696360000, lastModified=2022-06-06 17:54:58.695395000, delta=965000 ns, racy<=15000 ns
17:54:58.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.696641000, lastModified=2022-06-06 17:54:58.696395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.696641000, lastModified=2022-06-06 17:54:58.696395000, delta=246000 ns, racy<=15000 ns
17:54:58.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.696860000, lastModified=2022-06-06 17:54:58.696395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.696860000, lastModified=2022-06-06 17:54:58.696395000, delta=465000 ns, racy<=15000 ns
17:54:58.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.697120000, lastModified=2022-06-06 17:54:58.696395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.697120000, lastModified=2022-06-06 17:54:58.696395000, delta=725000 ns, racy<=15000 ns
17:54:58.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.697350000, lastModified=2022-06-06 17:54:58.696395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.697350000, lastModified=2022-06-06 17:54:58.696395000, delta=955000 ns, racy<=15000 ns
17:54:58.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.697594000, lastModified=2022-06-06 17:54:58.697395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.697594000, lastModified=2022-06-06 17:54:58.697395000, delta=199000 ns, racy<=15000 ns
17:54:58.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.697814000, lastModified=2022-06-06 17:54:58.697395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.697814000, lastModified=2022-06-06 17:54:58.697395000, delta=419000 ns, racy<=15000 ns
17:54:58.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.698037000, lastModified=2022-06-06 17:54:58.697395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.698037000, lastModified=2022-06-06 17:54:58.697395000, delta=642000 ns, racy<=15000 ns
17:54:58.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.698288000, lastModified=2022-06-06 17:54:58.697395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.698288000, lastModified=2022-06-06 17:54:58.697395000, delta=893000 ns, racy<=15000 ns
17:54:58.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.698560000, lastModified=2022-06-06 17:54:58.698395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.698560000, lastModified=2022-06-06 17:54:58.698395000, delta=165000 ns, racy<=15000 ns
17:54:58.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.698782000, lastModified=2022-06-06 17:54:58.698395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.698782000, lastModified=2022-06-06 17:54:58.698395000, delta=387000 ns, racy<=15000 ns
17:54:58.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.698989000, lastModified=2022-06-06 17:54:58.698395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.698989000, lastModified=2022-06-06 17:54:58.698395000, delta=594000 ns, racy<=15000 ns
17:54:58.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.699231000, lastModified=2022-06-06 17:54:58.698395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.699231000, lastModified=2022-06-06 17:54:58.698395000, delta=836000 ns, racy<=15000 ns
17:54:58.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.699445000, lastModified=2022-06-06 17:54:58.698395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.698395000 to 2022-06-06 17:54:58.699395000
17:54:58.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.699655000, lastModified=2022-06-06 17:54:58.699395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.699655000, lastModified=2022-06-06 17:54:58.699395000, delta=260000 ns, racy<=15000 ns
17:54:58.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.699885000, lastModified=2022-06-06 17:54:58.699395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.699885000, lastModified=2022-06-06 17:54:58.699395000, delta=490000 ns, racy<=15000 ns
17:54:58.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.700112000, lastModified=2022-06-06 17:54:58.699395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.700112000, lastModified=2022-06-06 17:54:58.699395000, delta=717000 ns, racy<=15000 ns
17:54:58.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.700332000, lastModified=2022-06-06 17:54:58.699395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.700332000, lastModified=2022-06-06 17:54:58.699395000, delta=937000 ns, racy<=15000 ns
17:54:58.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.700571000, lastModified=2022-06-06 17:54:58.700395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.700571000, lastModified=2022-06-06 17:54:58.700395000, delta=176000 ns, racy<=15000 ns
17:54:58.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.700792000, lastModified=2022-06-06 17:54:58.700395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.700792000, lastModified=2022-06-06 17:54:58.700395000, delta=397000 ns, racy<=15000 ns
17:54:58.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.701004000, lastModified=2022-06-06 17:54:58.700395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.701004000, lastModified=2022-06-06 17:54:58.700395000, delta=609000 ns, racy<=15000 ns
17:54:58.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.701228000, lastModified=2022-06-06 17:54:58.700395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.701228000, lastModified=2022-06-06 17:54:58.700395000, delta=833000 ns, racy<=15000 ns
17:54:58.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.701447000, lastModified=2022-06-06 17:54:58.700395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.700395000 to 2022-06-06 17:54:58.701395000
17:54:58.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.701652000, lastModified=2022-06-06 17:54:58.701395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.701652000, lastModified=2022-06-06 17:54:58.701395000, delta=257000 ns, racy<=15000 ns
17:54:58.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.701865000, lastModified=2022-06-06 17:54:58.701395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.701865000, lastModified=2022-06-06 17:54:58.701395000, delta=470000 ns, racy<=15000 ns
17:54:58.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.708064000, lastModified=2022-06-06 17:54:58.701395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.701395000 to 2022-06-06 17:54:58.707395000
17:54:58.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.708373000, lastModified=2022-06-06 17:54:58.707395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.708373000, lastModified=2022-06-06 17:54:58.707395000, delta=978000 ns, racy<=15000 ns
17:54:58.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.708633000, lastModified=2022-06-06 17:54:58.708395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.708633000, lastModified=2022-06-06 17:54:58.708395000, delta=238000 ns, racy<=15000 ns
17:54:58.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.708862000, lastModified=2022-06-06 17:54:58.708395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.708862000, lastModified=2022-06-06 17:54:58.708395000, delta=467000 ns, racy<=15000 ns
17:54:58.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.709097000, lastModified=2022-06-06 17:54:58.708395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.709097000, lastModified=2022-06-06 17:54:58.708395000, delta=702000 ns, racy<=15000 ns
17:54:58.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.709322000, lastModified=2022-06-06 17:54:58.708395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.709322000, lastModified=2022-06-06 17:54:58.708395000, delta=927000 ns, racy<=15000 ns
17:54:58.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.709553000, lastModified=2022-06-06 17:54:58.709395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.709553000, lastModified=2022-06-06 17:54:58.709395000, delta=158000 ns, racy<=15000 ns
17:54:58.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.709783000, lastModified=2022-06-06 17:54:58.709395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.709783000, lastModified=2022-06-06 17:54:58.709395000, delta=388000 ns, racy<=15000 ns
17:54:58.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.710005000, lastModified=2022-06-06 17:54:58.709395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.710005000, lastModified=2022-06-06 17:54:58.709395000, delta=610000 ns, racy<=15000 ns
17:54:58.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.710238000, lastModified=2022-06-06 17:54:58.709395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.710238000, lastModified=2022-06-06 17:54:58.709395000, delta=843000 ns, racy<=15000 ns
17:54:58.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.710461000, lastModified=2022-06-06 17:54:58.709395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.709395000 to 2022-06-06 17:54:58.710395000
17:54:58.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.710687000, lastModified=2022-06-06 17:54:58.710395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.710687000, lastModified=2022-06-06 17:54:58.710395000, delta=292000 ns, racy<=15000 ns
17:54:58.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.710904000, lastModified=2022-06-06 17:54:58.710395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.710904000, lastModified=2022-06-06 17:54:58.710395000, delta=509000 ns, racy<=15000 ns
17:54:58.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.711119000, lastModified=2022-06-06 17:54:58.710395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.711119000, lastModified=2022-06-06 17:54:58.710395000, delta=724000 ns, racy<=15000 ns
17:54:58.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.711331000, lastModified=2022-06-06 17:54:58.710395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.711331000, lastModified=2022-06-06 17:54:58.710395000, delta=936000 ns, racy<=15000 ns
17:54:58.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.711546000, lastModified=2022-06-06 17:54:58.711395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.711546000, lastModified=2022-06-06 17:54:58.711395000, delta=151000 ns, racy<=15000 ns
17:54:58.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.711768000, lastModified=2022-06-06 17:54:58.711395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.711768000, lastModified=2022-06-06 17:54:58.711395000, delta=373000 ns, racy<=15000 ns
17:54:58.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.711983000, lastModified=2022-06-06 17:54:58.711395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.711983000, lastModified=2022-06-06 17:54:58.711395000, delta=588000 ns, racy<=15000 ns
17:54:58.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.712218000, lastModified=2022-06-06 17:54:58.711395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.712218000, lastModified=2022-06-06 17:54:58.711395000, delta=823000 ns, racy<=15000 ns
17:54:58.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.712436000, lastModified=2022-06-06 17:54:58.711395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.711395000 to 2022-06-06 17:54:58.712395000
17:54:58.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.712681000, lastModified=2022-06-06 17:54:58.712395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.712681000, lastModified=2022-06-06 17:54:58.712395000, delta=286000 ns, racy<=15000 ns
17:54:58.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.712897000, lastModified=2022-06-06 17:54:58.712395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.712897000, lastModified=2022-06-06 17:54:58.712395000, delta=502000 ns, racy<=15000 ns
17:54:58.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.748096000, lastModified=2022-06-06 17:54:58.712395000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.712395000 to 2022-06-06 17:54:58.747396000
17:54:58.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.748420000, lastModified=2022-06-06 17:54:58.747396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.747396000 to 2022-06-06 17:54:58.748396000
17:54:58.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.748655000, lastModified=2022-06-06 17:54:58.748396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.748655000, lastModified=2022-06-06 17:54:58.748396000, delta=259000 ns, racy<=15000 ns
17:54:58.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.748880000, lastModified=2022-06-06 17:54:58.748396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.748880000, lastModified=2022-06-06 17:54:58.748396000, delta=484000 ns, racy<=15000 ns
17:54:58.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.749119000, lastModified=2022-06-06 17:54:58.748396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.749119000, lastModified=2022-06-06 17:54:58.748396000, delta=723000 ns, racy<=15000 ns
17:54:58.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.749345000, lastModified=2022-06-06 17:54:58.748396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.749345000, lastModified=2022-06-06 17:54:58.748396000, delta=949000 ns, racy<=15000 ns
17:54:58.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.749565000, lastModified=2022-06-06 17:54:58.749396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.749565000, lastModified=2022-06-06 17:54:58.749396000, delta=169000 ns, racy<=15000 ns
17:54:58.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.749783000, lastModified=2022-06-06 17:54:58.749396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.749783000, lastModified=2022-06-06 17:54:58.749396000, delta=387000 ns, racy<=15000 ns
17:54:58.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.749999000, lastModified=2022-06-06 17:54:58.749396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.749999000, lastModified=2022-06-06 17:54:58.749396000, delta=603000 ns, racy<=15000 ns
17:54:58.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.750232000, lastModified=2022-06-06 17:54:58.749396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.750232000, lastModified=2022-06-06 17:54:58.749396000, delta=836000 ns, racy<=15000 ns
17:54:58.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.750451000, lastModified=2022-06-06 17:54:58.749396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.749396000 to 2022-06-06 17:54:58.750396000
17:54:58.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.750666000, lastModified=2022-06-06 17:54:58.750396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.750666000, lastModified=2022-06-06 17:54:58.750396000, delta=270000 ns, racy<=15000 ns
17:54:58.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.750884000, lastModified=2022-06-06 17:54:58.750396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.750884000, lastModified=2022-06-06 17:54:58.750396000, delta=488000 ns, racy<=15000 ns
17:54:58.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.753378000, lastModified=2022-06-06 17:54:58.750396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.750396000 to 2022-06-06 17:54:58.752396000
17:54:58.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.753605000, lastModified=2022-06-06 17:54:58.753396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.753605000, lastModified=2022-06-06 17:54:58.753396000, delta=209000 ns, racy<=15000 ns
17:54:58.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.753819000, lastModified=2022-06-06 17:54:58.753396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.753819000, lastModified=2022-06-06 17:54:58.753396000, delta=423000 ns, racy<=15000 ns
17:54:58.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.754025000, lastModified=2022-06-06 17:54:58.753396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.754025000, lastModified=2022-06-06 17:54:58.753396000, delta=629000 ns, racy<=15000 ns
17:54:58.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.754262000, lastModified=2022-06-06 17:54:58.753396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.754262000, lastModified=2022-06-06 17:54:58.753396000, delta=866000 ns, racy<=15000 ns
17:54:58.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.754475000, lastModified=2022-06-06 17:54:58.753396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.753396000 to 2022-06-06 17:54:58.754396000
17:54:58.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.754686000, lastModified=2022-06-06 17:54:58.754396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.754686000, lastModified=2022-06-06 17:54:58.754396000, delta=290000 ns, racy<=15000 ns
17:54:58.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.754898000, lastModified=2022-06-06 17:54:58.754396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.754898000, lastModified=2022-06-06 17:54:58.754396000, delta=502000 ns, racy<=15000 ns
17:54:58.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.755125000, lastModified=2022-06-06 17:54:58.754396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.755125000, lastModified=2022-06-06 17:54:58.754396000, delta=729000 ns, racy<=15000 ns
17:54:58.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.755368000, lastModified=2022-06-06 17:54:58.754396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.755368000, lastModified=2022-06-06 17:54:58.754396000, delta=972000 ns, racy<=15000 ns
17:54:58.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.755590000, lastModified=2022-06-06 17:54:58.755396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.755590000, lastModified=2022-06-06 17:54:58.755396000, delta=194000 ns, racy<=15000 ns
17:54:58.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.755819000, lastModified=2022-06-06 17:54:58.755396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.755819000, lastModified=2022-06-06 17:54:58.755396000, delta=423000 ns, racy<=15000 ns
17:54:58.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.756036000, lastModified=2022-06-06 17:54:58.755396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.756036000, lastModified=2022-06-06 17:54:58.755396000, delta=640000 ns, racy<=15000 ns
17:54:58.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.756259000, lastModified=2022-06-06 17:54:58.755396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.756259000, lastModified=2022-06-06 17:54:58.755396000, delta=863000 ns, racy<=15000 ns
17:54:58.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.756481000, lastModified=2022-06-06 17:54:58.755396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.755396000 to 2022-06-06 17:54:58.756396000
17:54:58.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.756683000, lastModified=2022-06-06 17:54:58.756396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.756683000, lastModified=2022-06-06 17:54:58.756396000, delta=287000 ns, racy<=15000 ns
17:54:58.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.756889000, lastModified=2022-06-06 17:54:58.756396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.756889000, lastModified=2022-06-06 17:54:58.756396000, delta=493000 ns, racy<=15000 ns
17:54:58.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.757143000, lastModified=2022-06-06 17:54:58.756396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.757143000, lastModified=2022-06-06 17:54:58.756396000, delta=747000 ns, racy<=15000 ns
17:54:58.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.757366000, lastModified=2022-06-06 17:54:58.756396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.757366000, lastModified=2022-06-06 17:54:58.756396000, delta=970000 ns, racy<=15000 ns
17:54:58.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.757599000, lastModified=2022-06-06 17:54:58.757396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.757599000, lastModified=2022-06-06 17:54:58.757396000, delta=203000 ns, racy<=15000 ns
17:54:58.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.757817000, lastModified=2022-06-06 17:54:58.757396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.757817000, lastModified=2022-06-06 17:54:58.757396000, delta=421000 ns, racy<=15000 ns
17:54:58.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.758027000, lastModified=2022-06-06 17:54:58.757396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.758027000, lastModified=2022-06-06 17:54:58.757396000, delta=631000 ns, racy<=15000 ns
17:54:58.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.758250000, lastModified=2022-06-06 17:54:58.757396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.758250000, lastModified=2022-06-06 17:54:58.757396000, delta=854000 ns, racy<=15000 ns
17:54:58.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.758469000, lastModified=2022-06-06 17:54:58.757396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.757396000 to 2022-06-06 17:54:58.758396000
17:54:58.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.758680000, lastModified=2022-06-06 17:54:58.758396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.758680000, lastModified=2022-06-06 17:54:58.758396000, delta=284000 ns, racy<=15000 ns
17:54:58.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.758888000, lastModified=2022-06-06 17:54:58.758396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.758888000, lastModified=2022-06-06 17:54:58.758396000, delta=492000 ns, racy<=15000 ns
17:54:58.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.759109000, lastModified=2022-06-06 17:54:58.758396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.759109000, lastModified=2022-06-06 17:54:58.758396000, delta=713000 ns, racy<=15000 ns
17:54:58.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.759320000, lastModified=2022-06-06 17:54:58.758396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.759320000, lastModified=2022-06-06 17:54:58.758396000, delta=924000 ns, racy<=15000 ns
17:54:58.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.759541000, lastModified=2022-06-06 17:54:58.759396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.759541000, lastModified=2022-06-06 17:54:58.759396000, delta=145000 ns, racy<=15000 ns
17:54:58.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.759759000, lastModified=2022-06-06 17:54:58.759396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.759759000, lastModified=2022-06-06 17:54:58.759396000, delta=363000 ns, racy<=15000 ns
17:54:58.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.759973000, lastModified=2022-06-06 17:54:58.759396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.759973000, lastModified=2022-06-06 17:54:58.759396000, delta=577000 ns, racy<=15000 ns
17:54:58.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.760212000, lastModified=2022-06-06 17:54:58.759396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.760212000, lastModified=2022-06-06 17:54:58.759396000, delta=816000 ns, racy<=15000 ns
17:54:58.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.760505000, lastModified=2022-06-06 17:54:58.759396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.759396000 to 2022-06-06 17:54:58.760396000
17:54:58.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.760763000, lastModified=2022-06-06 17:54:58.760396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.760763000, lastModified=2022-06-06 17:54:58.760396000, delta=367000 ns, racy<=15000 ns
17:54:58.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.760975000, lastModified=2022-06-06 17:54:58.760396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.760975000, lastModified=2022-06-06 17:54:58.760396000, delta=579000 ns, racy<=15000 ns
17:54:58.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.763702000, lastModified=2022-06-06 17:54:58.760396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.760396000 to 2022-06-06 17:54:58.763396000
17:54:58.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.763938000, lastModified=2022-06-06 17:54:58.763396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.763938000, lastModified=2022-06-06 17:54:58.763396000, delta=542000 ns, racy<=15000 ns
17:54:58.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.764210000, lastModified=2022-06-06 17:54:58.763396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.764210000, lastModified=2022-06-06 17:54:58.763396000, delta=814000 ns, racy<=15000 ns
17:54:58.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.764462000, lastModified=2022-06-06 17:54:58.763396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.763396000 to 2022-06-06 17:54:58.764396000
17:54:58.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.764703000, lastModified=2022-06-06 17:54:58.764396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.764703000, lastModified=2022-06-06 17:54:58.764396000, delta=307000 ns, racy<=15000 ns
17:54:58.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.764966000, lastModified=2022-06-06 17:54:58.764396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.764966000, lastModified=2022-06-06 17:54:58.764396000, delta=570000 ns, racy<=15000 ns
17:54:58.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.765218000, lastModified=2022-06-06 17:54:58.764396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.765218000, lastModified=2022-06-06 17:54:58.764396000, delta=822000 ns, racy<=15000 ns
17:54:58.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.765446000, lastModified=2022-06-06 17:54:58.764396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.764396000 to 2022-06-06 17:54:58.765396000
17:54:58.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.765676000, lastModified=2022-06-06 17:54:58.765396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.765676000, lastModified=2022-06-06 17:54:58.765396000, delta=280000 ns, racy<=15000 ns
17:54:58.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.765937000, lastModified=2022-06-06 17:54:58.765396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.765937000, lastModified=2022-06-06 17:54:58.765396000, delta=541000 ns, racy<=15000 ns
17:54:58.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.766203000, lastModified=2022-06-06 17:54:58.765396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.766203000, lastModified=2022-06-06 17:54:58.765396000, delta=807000 ns, racy<=15000 ns
17:54:58.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.766434000, lastModified=2022-06-06 17:54:58.765396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.765396000 to 2022-06-06 17:54:58.766396000
17:54:58.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.766662000, lastModified=2022-06-06 17:54:58.766396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.766662000, lastModified=2022-06-06 17:54:58.766396000, delta=266000 ns, racy<=15000 ns
17:54:58.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.766898000, lastModified=2022-06-06 17:54:58.766396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.766898000, lastModified=2022-06-06 17:54:58.766396000, delta=502000 ns, racy<=15000 ns
17:54:58.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.767137000, lastModified=2022-06-06 17:54:58.766396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.767137000, lastModified=2022-06-06 17:54:58.766396000, delta=741000 ns, racy<=15000 ns
17:54:58.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.767365000, lastModified=2022-06-06 17:54:58.766396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.767365000, lastModified=2022-06-06 17:54:58.766396000, delta=969000 ns, racy<=15000 ns
17:54:58.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.767643000, lastModified=2022-06-06 17:54:58.767396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.767643000, lastModified=2022-06-06 17:54:58.767396000, delta=247000 ns, racy<=15000 ns
17:54:58.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.767872000, lastModified=2022-06-06 17:54:58.767396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.767872000, lastModified=2022-06-06 17:54:58.767396000, delta=476000 ns, racy<=15000 ns
17:54:58.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.768113000, lastModified=2022-06-06 17:54:58.767396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.768113000, lastModified=2022-06-06 17:54:58.767396000, delta=717000 ns, racy<=15000 ns
17:54:58.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.768344000, lastModified=2022-06-06 17:54:58.767396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.768344000, lastModified=2022-06-06 17:54:58.767396000, delta=948000 ns, racy<=15000 ns
17:54:58.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.768569000, lastModified=2022-06-06 17:54:58.768396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.768569000, lastModified=2022-06-06 17:54:58.768396000, delta=173000 ns, racy<=15000 ns
17:54:58.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.768781000, lastModified=2022-06-06 17:54:58.768396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.768781000, lastModified=2022-06-06 17:54:58.768396000, delta=385000 ns, racy<=15000 ns
17:54:58.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.768988000, lastModified=2022-06-06 17:54:58.768396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.768988000, lastModified=2022-06-06 17:54:58.768396000, delta=592000 ns, racy<=15000 ns
17:54:58.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.769208000, lastModified=2022-06-06 17:54:58.768396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.769208000, lastModified=2022-06-06 17:54:58.768396000, delta=812000 ns, racy<=15000 ns
17:54:58.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.769415000, lastModified=2022-06-06 17:54:58.768396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.769415000, lastModified=2022-06-06 17:54:58.768396000, delta=1019000 ns, racy<=15000 ns
17:54:58.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.769638000, lastModified=2022-06-06 17:54:58.769396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.769638000, lastModified=2022-06-06 17:54:58.769396000, delta=242000 ns, racy<=15000 ns
17:54:58.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.769852000, lastModified=2022-06-06 17:54:58.769396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.769852000, lastModified=2022-06-06 17:54:58.769396000, delta=456000 ns, racy<=15000 ns
17:54:58.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.770062000, lastModified=2022-06-06 17:54:58.769396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.770062000, lastModified=2022-06-06 17:54:58.769396000, delta=666000 ns, racy<=15000 ns
17:54:58.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.770287000, lastModified=2022-06-06 17:54:58.769396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.770287000, lastModified=2022-06-06 17:54:58.769396000, delta=891000 ns, racy<=15000 ns
17:54:58.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.770497000, lastModified=2022-06-06 17:54:58.769396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.769396000 to 2022-06-06 17:54:58.770396000
17:54:58.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.770708000, lastModified=2022-06-06 17:54:58.770396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.770708000, lastModified=2022-06-06 17:54:58.770396000, delta=312000 ns, racy<=15000 ns
17:54:58.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.770922000, lastModified=2022-06-06 17:54:58.770396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.770922000, lastModified=2022-06-06 17:54:58.770396000, delta=526000 ns, racy<=15000 ns
17:54:58.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.771146000, lastModified=2022-06-06 17:54:58.770396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.771146000, lastModified=2022-06-06 17:54:58.770396000, delta=750000 ns, racy<=15000 ns
17:54:58.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.771360000, lastModified=2022-06-06 17:54:58.770396000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.771360000, lastModified=2022-06-06 17:54:58.770396000, delta=964000 ns, racy<=15000 ns
17:54:58.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.771611000, lastModified=2022-06-06 17:54:58.771397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.771611000, lastModified=2022-06-06 17:54:58.771397000, delta=214000 ns, racy<=15000 ns
17:54:58.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.774919000, lastModified=2022-06-06 17:54:58.771397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.771397000 to 2022-06-06 17:54:58.774397000
17:54:58.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.775152000, lastModified=2022-06-06 17:54:58.774397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.775152000, lastModified=2022-06-06 17:54:58.774397000, delta=755000 ns, racy<=15000 ns
17:54:58.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.775366000, lastModified=2022-06-06 17:54:58.774397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.775366000, lastModified=2022-06-06 17:54:58.774397000, delta=969000 ns, racy<=15000 ns
17:54:58.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.775612000, lastModified=2022-06-06 17:54:58.775397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.775612000, lastModified=2022-06-06 17:54:58.775397000, delta=215000 ns, racy<=15000 ns
17:54:58.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.775833000, lastModified=2022-06-06 17:54:58.775397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.775833000, lastModified=2022-06-06 17:54:58.775397000, delta=436000 ns, racy<=15000 ns
17:54:58.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.776051000, lastModified=2022-06-06 17:54:58.775397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.776051000, lastModified=2022-06-06 17:54:58.775397000, delta=654000 ns, racy<=15000 ns
17:54:58.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.776273000, lastModified=2022-06-06 17:54:58.775397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.776273000, lastModified=2022-06-06 17:54:58.775397000, delta=876000 ns, racy<=15000 ns
17:54:58.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.776490000, lastModified=2022-06-06 17:54:58.775397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.775397000 to 2022-06-06 17:54:58.776397000
17:54:58.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.776711000, lastModified=2022-06-06 17:54:58.776397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.776711000, lastModified=2022-06-06 17:54:58.776397000, delta=314000 ns, racy<=15000 ns
17:54:58.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.776926000, lastModified=2022-06-06 17:54:58.776397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.776926000, lastModified=2022-06-06 17:54:58.776397000, delta=529000 ns, racy<=15000 ns
17:54:58.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.777146000, lastModified=2022-06-06 17:54:58.776397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.777146000, lastModified=2022-06-06 17:54:58.776397000, delta=749000 ns, racy<=15000 ns
17:54:58.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.777362000, lastModified=2022-06-06 17:54:58.776397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.777362000, lastModified=2022-06-06 17:54:58.776397000, delta=965000 ns, racy<=15000 ns
17:54:58.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.777581000, lastModified=2022-06-06 17:54:58.777397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.777581000, lastModified=2022-06-06 17:54:58.777397000, delta=184000 ns, racy<=15000 ns
17:54:58.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.777799000, lastModified=2022-06-06 17:54:58.777397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.777799000, lastModified=2022-06-06 17:54:58.777397000, delta=402000 ns, racy<=15000 ns
17:54:58.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.778012000, lastModified=2022-06-06 17:54:58.777397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.778012000, lastModified=2022-06-06 17:54:58.777397000, delta=615000 ns, racy<=15000 ns
17:54:58.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.778234000, lastModified=2022-06-06 17:54:58.777397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.778234000, lastModified=2022-06-06 17:54:58.777397000, delta=837000 ns, racy<=15000 ns
17:54:58.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.778445000, lastModified=2022-06-06 17:54:58.777397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.777397000 to 2022-06-06 17:54:58.778397000
17:54:58.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.778653000, lastModified=2022-06-06 17:54:58.778397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.778653000, lastModified=2022-06-06 17:54:58.778397000, delta=256000 ns, racy<=15000 ns
17:54:58.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.778869000, lastModified=2022-06-06 17:54:58.778397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.778869000, lastModified=2022-06-06 17:54:58.778397000, delta=472000 ns, racy<=15000 ns
17:54:58.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.779093000, lastModified=2022-06-06 17:54:58.778397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.779093000, lastModified=2022-06-06 17:54:58.778397000, delta=696000 ns, racy<=15000 ns
17:54:58.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.779307000, lastModified=2022-06-06 17:54:58.778397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.779307000, lastModified=2022-06-06 17:54:58.778397000, delta=910000 ns, racy<=15000 ns
17:54:58.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.779551000, lastModified=2022-06-06 17:54:58.778397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.778397000 to 2022-06-06 17:54:58.779397000
17:54:58.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.779758000, lastModified=2022-06-06 17:54:58.779397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.779758000, lastModified=2022-06-06 17:54:58.779397000, delta=361000 ns, racy<=15000 ns
17:54:58.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.779975000, lastModified=2022-06-06 17:54:58.779397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.779975000, lastModified=2022-06-06 17:54:58.779397000, delta=578000 ns, racy<=15000 ns
17:54:58.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.780198000, lastModified=2022-06-06 17:54:58.779397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.780198000, lastModified=2022-06-06 17:54:58.779397000, delta=801000 ns, racy<=15000 ns
17:54:58.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.780414000, lastModified=2022-06-06 17:54:58.779397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.780414000, lastModified=2022-06-06 17:54:58.779397000, delta=1017000 ns, racy<=15000 ns
17:54:58.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.780637000, lastModified=2022-06-06 17:54:58.780397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.780637000, lastModified=2022-06-06 17:54:58.780397000, delta=240000 ns, racy<=15000 ns
17:54:58.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.780851000, lastModified=2022-06-06 17:54:58.780397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.780851000, lastModified=2022-06-06 17:54:58.780397000, delta=454000 ns, racy<=15000 ns
17:54:58.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.781064000, lastModified=2022-06-06 17:54:58.780397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.781064000, lastModified=2022-06-06 17:54:58.780397000, delta=667000 ns, racy<=15000 ns
17:54:58.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.781284000, lastModified=2022-06-06 17:54:58.780397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.781284000, lastModified=2022-06-06 17:54:58.780397000, delta=887000 ns, racy<=15000 ns
17:54:58.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.781494000, lastModified=2022-06-06 17:54:58.780397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.780397000 to 2022-06-06 17:54:58.781397000
17:54:58.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.781702000, lastModified=2022-06-06 17:54:58.781397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.781702000, lastModified=2022-06-06 17:54:58.781397000, delta=305000 ns, racy<=15000 ns
17:54:58.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.781939000, lastModified=2022-06-06 17:54:58.781397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.781939000, lastModified=2022-06-06 17:54:58.781397000, delta=542000 ns, racy<=15000 ns
17:54:58.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.782167000, lastModified=2022-06-06 17:54:58.781397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.782167000, lastModified=2022-06-06 17:54:58.781397000, delta=770000 ns, racy<=15000 ns
17:54:58.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.782385000, lastModified=2022-06-06 17:54:58.781397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.782385000, lastModified=2022-06-06 17:54:58.781397000, delta=988000 ns, racy<=15000 ns
17:54:58.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.786673000, lastModified=2022-06-06 17:54:58.782397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.782397000 to 2022-06-06 17:54:58.786397000
17:54:58.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.786917000, lastModified=2022-06-06 17:54:58.786397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.786917000, lastModified=2022-06-06 17:54:58.786397000, delta=520000 ns, racy<=15000 ns
17:54:58.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.787141000, lastModified=2022-06-06 17:54:58.786397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.787141000, lastModified=2022-06-06 17:54:58.786397000, delta=744000 ns, racy<=15000 ns
17:54:58.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.787358000, lastModified=2022-06-06 17:54:58.786397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.787358000, lastModified=2022-06-06 17:54:58.786397000, delta=961000 ns, racy<=15000 ns
17:54:58.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.787590000, lastModified=2022-06-06 17:54:58.787397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.787590000, lastModified=2022-06-06 17:54:58.787397000, delta=193000 ns, racy<=15000 ns
17:54:58.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.787804000, lastModified=2022-06-06 17:54:58.787397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.787804000, lastModified=2022-06-06 17:54:58.787397000, delta=407000 ns, racy<=15000 ns
17:54:58.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.788015000, lastModified=2022-06-06 17:54:58.787397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.788015000, lastModified=2022-06-06 17:54:58.787397000, delta=618000 ns, racy<=15000 ns
17:54:58.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.788258000, lastModified=2022-06-06 17:54:58.787397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.788258000, lastModified=2022-06-06 17:54:58.787397000, delta=861000 ns, racy<=15000 ns
17:54:58.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.788494000, lastModified=2022-06-06 17:54:58.787397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.787397000 to 2022-06-06 17:54:58.788397000
17:54:58.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.788724000, lastModified=2022-06-06 17:54:58.788397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.788724000, lastModified=2022-06-06 17:54:58.788397000, delta=327000 ns, racy<=15000 ns
17:54:58.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.788935000, lastModified=2022-06-06 17:54:58.788397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.788935000, lastModified=2022-06-06 17:54:58.788397000, delta=538000 ns, racy<=15000 ns
17:54:58.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.789157000, lastModified=2022-06-06 17:54:58.788397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.789157000, lastModified=2022-06-06 17:54:58.788397000, delta=760000 ns, racy<=15000 ns
17:54:58.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.789371000, lastModified=2022-06-06 17:54:58.788397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.789371000, lastModified=2022-06-06 17:54:58.788397000, delta=974000 ns, racy<=15000 ns
17:54:58.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.789598000, lastModified=2022-06-06 17:54:58.789397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.789598000, lastModified=2022-06-06 17:54:58.789397000, delta=201000 ns, racy<=15000 ns
17:54:58.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.789811000, lastModified=2022-06-06 17:54:58.789397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.789811000, lastModified=2022-06-06 17:54:58.789397000, delta=414000 ns, racy<=15000 ns
17:54:58.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.790018000, lastModified=2022-06-06 17:54:58.789397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.790018000, lastModified=2022-06-06 17:54:58.789397000, delta=621000 ns, racy<=15000 ns
17:54:58.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.790236000, lastModified=2022-06-06 17:54:58.789397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.790236000, lastModified=2022-06-06 17:54:58.789397000, delta=839000 ns, racy<=15000 ns
17:54:58.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.790448000, lastModified=2022-06-06 17:54:58.789397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.789397000 to 2022-06-06 17:54:58.790397000
17:54:58.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.790662000, lastModified=2022-06-06 17:54:58.790397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.790662000, lastModified=2022-06-06 17:54:58.790397000, delta=265000 ns, racy<=15000 ns
17:54:58.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.790890000, lastModified=2022-06-06 17:54:58.790397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.790890000, lastModified=2022-06-06 17:54:58.790397000, delta=493000 ns, racy<=15000 ns
17:54:58.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.791113000, lastModified=2022-06-06 17:54:58.790397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.791113000, lastModified=2022-06-06 17:54:58.790397000, delta=716000 ns, racy<=15000 ns
17:54:58.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.791324000, lastModified=2022-06-06 17:54:58.790397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.791324000, lastModified=2022-06-06 17:54:58.790397000, delta=927000 ns, racy<=15000 ns
17:54:58.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.791563000, lastModified=2022-06-06 17:54:58.791397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.791563000, lastModified=2022-06-06 17:54:58.791397000, delta=166000 ns, racy<=15000 ns
17:54:58.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.791784000, lastModified=2022-06-06 17:54:58.791397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.791784000, lastModified=2022-06-06 17:54:58.791397000, delta=387000 ns, racy<=15000 ns
17:54:58.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.791989000, lastModified=2022-06-06 17:54:58.791397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.791989000, lastModified=2022-06-06 17:54:58.791397000, delta=592000 ns, racy<=15000 ns
17:54:58.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.792240000, lastModified=2022-06-06 17:54:58.791397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.792240000, lastModified=2022-06-06 17:54:58.791397000, delta=843000 ns, racy<=15000 ns
17:54:58.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.792465000, lastModified=2022-06-06 17:54:58.791397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.791397000 to 2022-06-06 17:54:58.792397000
17:54:58.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.792675000, lastModified=2022-06-06 17:54:58.792397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.792675000, lastModified=2022-06-06 17:54:58.792397000, delta=278000 ns, racy<=15000 ns
17:54:58.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.792895000, lastModified=2022-06-06 17:54:58.792397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.792895000, lastModified=2022-06-06 17:54:58.792397000, delta=498000 ns, racy<=15000 ns
17:54:58.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.793110000, lastModified=2022-06-06 17:54:58.792397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.793110000, lastModified=2022-06-06 17:54:58.792397000, delta=713000 ns, racy<=15000 ns
17:54:58.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.793320000, lastModified=2022-06-06 17:54:58.792397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.793320000, lastModified=2022-06-06 17:54:58.792397000, delta=923000 ns, racy<=15000 ns
17:54:58.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.793539000, lastModified=2022-06-06 17:54:58.793397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.793539000, lastModified=2022-06-06 17:54:58.793397000, delta=142000 ns, racy<=15000 ns
17:54:58.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.793765000, lastModified=2022-06-06 17:54:58.793397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.793765000, lastModified=2022-06-06 17:54:58.793397000, delta=368000 ns, racy<=15000 ns
17:54:58.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.793981000, lastModified=2022-06-06 17:54:58.793397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.793981000, lastModified=2022-06-06 17:54:58.793397000, delta=584000 ns, racy<=15000 ns
17:54:58.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.794198000, lastModified=2022-06-06 17:54:58.793397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.794198000, lastModified=2022-06-06 17:54:58.793397000, delta=801000 ns, racy<=15000 ns
17:54:58.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.798409000, lastModified=2022-06-06 17:54:58.793397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.793397000 to 2022-06-06 17:54:58.798397000
17:54:58.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.798672000, lastModified=2022-06-06 17:54:58.798397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.798672000, lastModified=2022-06-06 17:54:58.798397000, delta=275000 ns, racy<=15000 ns
17:54:58.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.798893000, lastModified=2022-06-06 17:54:58.798397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.798893000, lastModified=2022-06-06 17:54:58.798397000, delta=496000 ns, racy<=15000 ns
17:54:58.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.799119000, lastModified=2022-06-06 17:54:58.798397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.799119000, lastModified=2022-06-06 17:54:58.798397000, delta=722000 ns, racy<=15000 ns
17:54:58.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.799335000, lastModified=2022-06-06 17:54:58.798397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.799335000, lastModified=2022-06-06 17:54:58.798397000, delta=938000 ns, racy<=15000 ns
17:54:58.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.799559000, lastModified=2022-06-06 17:54:58.799397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.799559000, lastModified=2022-06-06 17:54:58.799397000, delta=162000 ns, racy<=15000 ns
17:54:58.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.799773000, lastModified=2022-06-06 17:54:58.799397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.799773000, lastModified=2022-06-06 17:54:58.799397000, delta=376000 ns, racy<=15000 ns
17:54:58.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.799981000, lastModified=2022-06-06 17:54:58.799397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.799981000, lastModified=2022-06-06 17:54:58.799397000, delta=584000 ns, racy<=15000 ns
17:54:58.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.800206000, lastModified=2022-06-06 17:54:58.799397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.800206000, lastModified=2022-06-06 17:54:58.799397000, delta=809000 ns, racy<=15000 ns
17:54:58.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.800434000, lastModified=2022-06-06 17:54:58.799397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.799397000 to 2022-06-06 17:54:58.800397000
17:54:58.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.800684000, lastModified=2022-06-06 17:54:58.800397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.800684000, lastModified=2022-06-06 17:54:58.800397000, delta=287000 ns, racy<=15000 ns
17:54:58.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.800901000, lastModified=2022-06-06 17:54:58.800397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.800901000, lastModified=2022-06-06 17:54:58.800397000, delta=504000 ns, racy<=15000 ns
17:54:58.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.801138000, lastModified=2022-06-06 17:54:58.800397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.801138000, lastModified=2022-06-06 17:54:58.800397000, delta=741000 ns, racy<=15000 ns
17:54:58.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.801358000, lastModified=2022-06-06 17:54:58.800397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.801358000, lastModified=2022-06-06 17:54:58.800397000, delta=961000 ns, racy<=15000 ns
17:54:58.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.801584000, lastModified=2022-06-06 17:54:58.801397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.801584000, lastModified=2022-06-06 17:54:58.801397000, delta=187000 ns, racy<=15000 ns
17:54:58.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.801799000, lastModified=2022-06-06 17:54:58.801397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.801799000, lastModified=2022-06-06 17:54:58.801397000, delta=402000 ns, racy<=15000 ns
17:54:58.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.802013000, lastModified=2022-06-06 17:54:58.801397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.802013000, lastModified=2022-06-06 17:54:58.801397000, delta=616000 ns, racy<=15000 ns
17:54:58.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.802232000, lastModified=2022-06-06 17:54:58.801397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.802232000, lastModified=2022-06-06 17:54:58.801397000, delta=835000 ns, racy<=15000 ns
17:54:58.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.802443000, lastModified=2022-06-06 17:54:58.801397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.801397000 to 2022-06-06 17:54:58.802397000
17:54:58.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.802651000, lastModified=2022-06-06 17:54:58.802397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.802651000, lastModified=2022-06-06 17:54:58.802397000, delta=254000 ns, racy<=15000 ns
17:54:58.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.802867000, lastModified=2022-06-06 17:54:58.802397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.802867000, lastModified=2022-06-06 17:54:58.802397000, delta=470000 ns, racy<=15000 ns
17:54:58.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.803100000, lastModified=2022-06-06 17:54:58.802397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.803100000, lastModified=2022-06-06 17:54:58.802397000, delta=703000 ns, racy<=15000 ns
17:54:58.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.803310000, lastModified=2022-06-06 17:54:58.802397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.803310000, lastModified=2022-06-06 17:54:58.802397000, delta=913000 ns, racy<=15000 ns
17:54:58.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.803531000, lastModified=2022-06-06 17:54:58.802397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.802397000 to 2022-06-06 17:54:58.803397000
17:54:58.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.803735000, lastModified=2022-06-06 17:54:58.803397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.803735000, lastModified=2022-06-06 17:54:58.803397000, delta=338000 ns, racy<=15000 ns
17:54:58.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.803951000, lastModified=2022-06-06 17:54:58.803397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.803951000, lastModified=2022-06-06 17:54:58.803397000, delta=554000 ns, racy<=15000 ns
17:54:58.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.804170000, lastModified=2022-06-06 17:54:58.803397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.804170000, lastModified=2022-06-06 17:54:58.803397000, delta=773000 ns, racy<=15000 ns
17:54:58.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.804383000, lastModified=2022-06-06 17:54:58.803397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.804383000, lastModified=2022-06-06 17:54:58.803397000, delta=986000 ns, racy<=15000 ns
17:54:58.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.804642000, lastModified=2022-06-06 17:54:58.804397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.804642000, lastModified=2022-06-06 17:54:58.804397000, delta=245000 ns, racy<=15000 ns
17:54:58.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.804858000, lastModified=2022-06-06 17:54:58.804397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.804858000, lastModified=2022-06-06 17:54:58.804397000, delta=461000 ns, racy<=15000 ns
17:54:58.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.805106000, lastModified=2022-06-06 17:54:58.804397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.805106000, lastModified=2022-06-06 17:54:58.804397000, delta=709000 ns, racy<=15000 ns
17:54:58.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.805439000, lastModified=2022-06-06 17:54:58.804397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.804397000 to 2022-06-06 17:54:58.805397000
17:54:58.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.805656000, lastModified=2022-06-06 17:54:58.805397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.805656000, lastModified=2022-06-06 17:54:58.805397000, delta=259000 ns, racy<=15000 ns
17:54:58.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.805872000, lastModified=2022-06-06 17:54:58.805397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.805872000, lastModified=2022-06-06 17:54:58.805397000, delta=475000 ns, racy<=15000 ns
17:54:58.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.806095000, lastModified=2022-06-06 17:54:58.805397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.806095000, lastModified=2022-06-06 17:54:58.805397000, delta=698000 ns, racy<=15000 ns
17:54:58.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.808544000, lastModified=2022-06-06 17:54:58.805397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.805397000 to 2022-06-06 17:54:58.808397000
17:54:58.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.808800000, lastModified=2022-06-06 17:54:58.808397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.808800000, lastModified=2022-06-06 17:54:58.808397000, delta=403000 ns, racy<=15000 ns
17:54:58.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.809034000, lastModified=2022-06-06 17:54:58.808397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.809034000, lastModified=2022-06-06 17:54:58.808397000, delta=637000 ns, racy<=15000 ns
17:54:58.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.809268000, lastModified=2022-06-06 17:54:58.808397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.809268000, lastModified=2022-06-06 17:54:58.808397000, delta=871000 ns, racy<=15000 ns
17:54:58.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.809484000, lastModified=2022-06-06 17:54:58.808397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.808397000 to 2022-06-06 17:54:58.809397000
17:54:58.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.809703000, lastModified=2022-06-06 17:54:58.809397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.809703000, lastModified=2022-06-06 17:54:58.809397000, delta=306000 ns, racy<=15000 ns
17:54:58.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.809918000, lastModified=2022-06-06 17:54:58.809397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.809918000, lastModified=2022-06-06 17:54:58.809397000, delta=521000 ns, racy<=15000 ns
17:54:58.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.810141000, lastModified=2022-06-06 17:54:58.809397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.810141000, lastModified=2022-06-06 17:54:58.809397000, delta=744000 ns, racy<=15000 ns
17:54:58.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.810355000, lastModified=2022-06-06 17:54:58.809397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.810355000, lastModified=2022-06-06 17:54:58.809397000, delta=958000 ns, racy<=15000 ns
17:54:58.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.810607000, lastModified=2022-06-06 17:54:58.810397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.810607000, lastModified=2022-06-06 17:54:58.810397000, delta=210000 ns, racy<=15000 ns
17:54:58.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.810824000, lastModified=2022-06-06 17:54:58.810397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.810824000, lastModified=2022-06-06 17:54:58.810397000, delta=427000 ns, racy<=15000 ns
17:54:58.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.811031000, lastModified=2022-06-06 17:54:58.810397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.811031000, lastModified=2022-06-06 17:54:58.810397000, delta=634000 ns, racy<=15000 ns
17:54:58.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.811249000, lastModified=2022-06-06 17:54:58.810397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.811249000, lastModified=2022-06-06 17:54:58.810397000, delta=852000 ns, racy<=15000 ns
17:54:58.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.811458000, lastModified=2022-06-06 17:54:58.810397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.810397000 to 2022-06-06 17:54:58.811397000
17:54:58.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.811672000, lastModified=2022-06-06 17:54:58.811397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.811672000, lastModified=2022-06-06 17:54:58.811397000, delta=275000 ns, racy<=15000 ns
17:54:58.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.811881000, lastModified=2022-06-06 17:54:58.811397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.811881000, lastModified=2022-06-06 17:54:58.811397000, delta=484000 ns, racy<=15000 ns
17:54:58.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.812097000, lastModified=2022-06-06 17:54:58.811397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.812097000, lastModified=2022-06-06 17:54:58.811397000, delta=700000 ns, racy<=15000 ns
17:54:58.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.812310000, lastModified=2022-06-06 17:54:58.811397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.812310000, lastModified=2022-06-06 17:54:58.811397000, delta=913000 ns, racy<=15000 ns
17:54:58.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.812541000, lastModified=2022-06-06 17:54:58.811397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.811397000 to 2022-06-06 17:54:58.812397000
17:54:58.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.812780000, lastModified=2022-06-06 17:54:58.812397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.812780000, lastModified=2022-06-06 17:54:58.812397000, delta=383000 ns, racy<=15000 ns
17:54:58.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.812992000, lastModified=2022-06-06 17:54:58.812397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.812992000, lastModified=2022-06-06 17:54:58.812397000, delta=595000 ns, racy<=15000 ns
17:54:58.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.813210000, lastModified=2022-06-06 17:54:58.812397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.813210000, lastModified=2022-06-06 17:54:58.812397000, delta=813000 ns, racy<=15000 ns
17:54:58.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.813421000, lastModified=2022-06-06 17:54:58.812397000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.812397000 to 2022-06-06 17:54:58.813398000
17:54:58.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.813632000, lastModified=2022-06-06 17:54:58.813398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.813632000, lastModified=2022-06-06 17:54:58.813398000, delta=234000 ns, racy<=15000 ns
17:54:58.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.813847000, lastModified=2022-06-06 17:54:58.813398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.813847000, lastModified=2022-06-06 17:54:58.813398000, delta=449000 ns, racy<=15000 ns
17:54:58.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.814053000, lastModified=2022-06-06 17:54:58.813398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.814053000, lastModified=2022-06-06 17:54:58.813398000, delta=655000 ns, racy<=15000 ns
17:54:58.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.814269000, lastModified=2022-06-06 17:54:58.813398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.814269000, lastModified=2022-06-06 17:54:58.813398000, delta=871000 ns, racy<=15000 ns
17:54:58.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.814477000, lastModified=2022-06-06 17:54:58.813398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.813398000 to 2022-06-06 17:54:58.814398000
17:54:58.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.814693000, lastModified=2022-06-06 17:54:58.814398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.814693000, lastModified=2022-06-06 17:54:58.814398000, delta=295000 ns, racy<=15000 ns
17:54:58.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.814905000, lastModified=2022-06-06 17:54:58.814398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.814905000, lastModified=2022-06-06 17:54:58.814398000, delta=507000 ns, racy<=15000 ns
17:54:58.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.815126000, lastModified=2022-06-06 17:54:58.814398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.815126000, lastModified=2022-06-06 17:54:58.814398000, delta=728000 ns, racy<=15000 ns
17:54:58.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.815336000, lastModified=2022-06-06 17:54:58.814398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.815336000, lastModified=2022-06-06 17:54:58.814398000, delta=938000 ns, racy<=15000 ns
17:54:58.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.815556000, lastModified=2022-06-06 17:54:58.815398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.815556000, lastModified=2022-06-06 17:54:58.815398000, delta=158000 ns, racy<=15000 ns
17:54:58.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.815780000, lastModified=2022-06-06 17:54:58.815398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.815780000, lastModified=2022-06-06 17:54:58.815398000, delta=382000 ns, racy<=15000 ns
17:54:58.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.815995000, lastModified=2022-06-06 17:54:58.815398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.815995000, lastModified=2022-06-06 17:54:58.815398000, delta=597000 ns, racy<=15000 ns
17:54:58.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.818534000, lastModified=2022-06-06 17:54:58.815398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.815398000 to 2022-06-06 17:54:58.818398000
17:54:58.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.818759000, lastModified=2022-06-06 17:54:58.818398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.818759000, lastModified=2022-06-06 17:54:58.818398000, delta=361000 ns, racy<=15000 ns
17:54:58.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.818975000, lastModified=2022-06-06 17:54:58.818398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.818975000, lastModified=2022-06-06 17:54:58.818398000, delta=577000 ns, racy<=15000 ns
17:54:58.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.819195000, lastModified=2022-06-06 17:54:58.818398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.819195000, lastModified=2022-06-06 17:54:58.818398000, delta=797000 ns, racy<=15000 ns
17:54:58.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.819410000, lastModified=2022-06-06 17:54:58.818398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.819410000, lastModified=2022-06-06 17:54:58.818398000, delta=1012000 ns, racy<=15000 ns
17:54:58.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.819636000, lastModified=2022-06-06 17:54:58.819398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.819636000, lastModified=2022-06-06 17:54:58.819398000, delta=238000 ns, racy<=15000 ns
17:54:58.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.819846000, lastModified=2022-06-06 17:54:58.819398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.819846000, lastModified=2022-06-06 17:54:58.819398000, delta=448000 ns, racy<=15000 ns
17:54:58.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.820053000, lastModified=2022-06-06 17:54:58.819398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.820053000, lastModified=2022-06-06 17:54:58.819398000, delta=655000 ns, racy<=15000 ns
17:54:58.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.820277000, lastModified=2022-06-06 17:54:58.819398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.820277000, lastModified=2022-06-06 17:54:58.819398000, delta=879000 ns, racy<=15000 ns
17:54:58.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.820487000, lastModified=2022-06-06 17:54:58.819398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.819398000 to 2022-06-06 17:54:58.820398000
17:54:58.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.820702000, lastModified=2022-06-06 17:54:58.820398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.820702000, lastModified=2022-06-06 17:54:58.820398000, delta=304000 ns, racy<=15000 ns
17:54:58.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.820915000, lastModified=2022-06-06 17:54:58.820398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.820915000, lastModified=2022-06-06 17:54:58.820398000, delta=517000 ns, racy<=15000 ns
17:54:58.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.821141000, lastModified=2022-06-06 17:54:58.820398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.821141000, lastModified=2022-06-06 17:54:58.820398000, delta=743000 ns, racy<=15000 ns
17:54:58.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.821355000, lastModified=2022-06-06 17:54:58.820398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.821355000, lastModified=2022-06-06 17:54:58.820398000, delta=957000 ns, racy<=15000 ns
17:54:58.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.821598000, lastModified=2022-06-06 17:54:58.821398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.821598000, lastModified=2022-06-06 17:54:58.821398000, delta=200000 ns, racy<=15000 ns
17:54:58.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.821860000, lastModified=2022-06-06 17:54:58.821398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.821860000, lastModified=2022-06-06 17:54:58.821398000, delta=462000 ns, racy<=15000 ns
17:54:58.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.822085000, lastModified=2022-06-06 17:54:58.821398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.822085000, lastModified=2022-06-06 17:54:58.821398000, delta=687000 ns, racy<=15000 ns
17:54:58.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.822299000, lastModified=2022-06-06 17:54:58.821398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.822299000, lastModified=2022-06-06 17:54:58.821398000, delta=901000 ns, racy<=15000 ns
17:54:58.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.822540000, lastModified=2022-06-06 17:54:58.821398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.821398000 to 2022-06-06 17:54:58.822398000
17:54:58.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.822761000, lastModified=2022-06-06 17:54:58.822398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.822761000, lastModified=2022-06-06 17:54:58.822398000, delta=363000 ns, racy<=15000 ns
17:54:58.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.822990000, lastModified=2022-06-06 17:54:58.822398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.822990000, lastModified=2022-06-06 17:54:58.822398000, delta=592000 ns, racy<=15000 ns
17:54:58.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.823222000, lastModified=2022-06-06 17:54:58.822398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.823222000, lastModified=2022-06-06 17:54:58.822398000, delta=824000 ns, racy<=15000 ns
17:54:58.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.823446000, lastModified=2022-06-06 17:54:58.822398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.822398000 to 2022-06-06 17:54:58.823398000
17:54:58.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.823683000, lastModified=2022-06-06 17:54:58.823398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.823683000, lastModified=2022-06-06 17:54:58.823398000, delta=285000 ns, racy<=15000 ns
17:54:58.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.823892000, lastModified=2022-06-06 17:54:58.823398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.823892000, lastModified=2022-06-06 17:54:58.823398000, delta=494000 ns, racy<=15000 ns
17:54:58.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.824117000, lastModified=2022-06-06 17:54:58.823398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.824117000, lastModified=2022-06-06 17:54:58.823398000, delta=719000 ns, racy<=15000 ns
17:54:58.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.824333000, lastModified=2022-06-06 17:54:58.823398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.824333000, lastModified=2022-06-06 17:54:58.823398000, delta=935000 ns, racy<=15000 ns
17:54:58.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.824557000, lastModified=2022-06-06 17:54:58.824398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.824557000, lastModified=2022-06-06 17:54:58.824398000, delta=159000 ns, racy<=15000 ns
17:54:58.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.824782000, lastModified=2022-06-06 17:54:58.824398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.824782000, lastModified=2022-06-06 17:54:58.824398000, delta=384000 ns, racy<=15000 ns
17:54:58.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.824991000, lastModified=2022-06-06 17:54:58.824398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.824991000, lastModified=2022-06-06 17:54:58.824398000, delta=593000 ns, racy<=15000 ns
17:54:58.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.825210000, lastModified=2022-06-06 17:54:58.824398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.825210000, lastModified=2022-06-06 17:54:58.824398000, delta=812000 ns, racy<=15000 ns
17:54:58.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.825420000, lastModified=2022-06-06 17:54:58.824398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.825420000, lastModified=2022-06-06 17:54:58.824398000, delta=1022000 ns, racy<=15000 ns
17:54:58.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.825656000, lastModified=2022-06-06 17:54:58.825398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.825656000, lastModified=2022-06-06 17:54:58.825398000, delta=258000 ns, racy<=15000 ns
17:54:58.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.825891000, lastModified=2022-06-06 17:54:58.825398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.825891000, lastModified=2022-06-06 17:54:58.825398000, delta=493000 ns, racy<=15000 ns
17:54:58.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.826139000, lastModified=2022-06-06 17:54:58.825398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.826139000, lastModified=2022-06-06 17:54:58.825398000, delta=741000 ns, racy<=15000 ns
17:54:58.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.829547000, lastModified=2022-06-06 17:54:58.825398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.825398000 to 2022-06-06 17:54:58.829398000
17:54:58.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.829784000, lastModified=2022-06-06 17:54:58.829398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.829784000, lastModified=2022-06-06 17:54:58.829398000, delta=386000 ns, racy<=15000 ns
17:54:58.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.829996000, lastModified=2022-06-06 17:54:58.829398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.829996000, lastModified=2022-06-06 17:54:58.829398000, delta=598000 ns, racy<=15000 ns
17:54:58.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.830212000, lastModified=2022-06-06 17:54:58.829398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.830212000, lastModified=2022-06-06 17:54:58.829398000, delta=814000 ns, racy<=15000 ns
17:54:58.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.830424000, lastModified=2022-06-06 17:54:58.829398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.829398000 to 2022-06-06 17:54:58.830398000
17:54:58.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.830649000, lastModified=2022-06-06 17:54:58.830398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.830649000, lastModified=2022-06-06 17:54:58.830398000, delta=251000 ns, racy<=15000 ns
17:54:58.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.830863000, lastModified=2022-06-06 17:54:58.830398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.830863000, lastModified=2022-06-06 17:54:58.830398000, delta=465000 ns, racy<=15000 ns
17:54:58.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.831069000, lastModified=2022-06-06 17:54:58.830398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.831069000, lastModified=2022-06-06 17:54:58.830398000, delta=671000 ns, racy<=15000 ns
17:54:58.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.831287000, lastModified=2022-06-06 17:54:58.830398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.831287000, lastModified=2022-06-06 17:54:58.830398000, delta=889000 ns, racy<=15000 ns
17:54:58.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.831497000, lastModified=2022-06-06 17:54:58.830398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.830398000 to 2022-06-06 17:54:58.831398000
17:54:58.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.831701000, lastModified=2022-06-06 17:54:58.831398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.831701000, lastModified=2022-06-06 17:54:58.831398000, delta=303000 ns, racy<=15000 ns
17:54:58.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.831908000, lastModified=2022-06-06 17:54:58.831398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.831908000, lastModified=2022-06-06 17:54:58.831398000, delta=510000 ns, racy<=15000 ns
17:54:58.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.832123000, lastModified=2022-06-06 17:54:58.831398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.832123000, lastModified=2022-06-06 17:54:58.831398000, delta=725000 ns, racy<=15000 ns
17:54:58.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.832329000, lastModified=2022-06-06 17:54:58.831398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.832329000, lastModified=2022-06-06 17:54:58.831398000, delta=931000 ns, racy<=15000 ns
17:54:58.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.848156000, lastModified=2022-06-06 17:54:58.847398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.848156000, lastModified=2022-06-06 17:54:58.847398000, delta=758000 ns, racy<=15000 ns
17:54:58.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.848492000, lastModified=2022-06-06 17:54:58.847398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.847398000 to 2022-06-06 17:54:58.848398000
17:54:58.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.848727000, lastModified=2022-06-06 17:54:58.848398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.848727000, lastModified=2022-06-06 17:54:58.848398000, delta=329000 ns, racy<=15000 ns
17:54:58.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.848955000, lastModified=2022-06-06 17:54:58.848398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.848955000, lastModified=2022-06-06 17:54:58.848398000, delta=557000 ns, racy<=15000 ns
17:54:58.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.849201000, lastModified=2022-06-06 17:54:58.848398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.849201000, lastModified=2022-06-06 17:54:58.848398000, delta=803000 ns, racy<=15000 ns
17:54:58.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.849427000, lastModified=2022-06-06 17:54:58.848398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.848398000 to 2022-06-06 17:54:58.849398000
17:54:58.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.849645000, lastModified=2022-06-06 17:54:58.849398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.849645000, lastModified=2022-06-06 17:54:58.849398000, delta=247000 ns, racy<=15000 ns
17:54:58.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.849859000, lastModified=2022-06-06 17:54:58.849398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.849859000, lastModified=2022-06-06 17:54:58.849398000, delta=461000 ns, racy<=15000 ns
17:54:58.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.850069000, lastModified=2022-06-06 17:54:58.849398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.850069000, lastModified=2022-06-06 17:54:58.849398000, delta=671000 ns, racy<=15000 ns
17:54:58.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.850292000, lastModified=2022-06-06 17:54:58.849398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.850292000, lastModified=2022-06-06 17:54:58.849398000, delta=894000 ns, racy<=15000 ns
17:54:58.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.850511000, lastModified=2022-06-06 17:54:58.849398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.849398000 to 2022-06-06 17:54:58.850398000
17:54:58.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.850716000, lastModified=2022-06-06 17:54:58.850398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.850716000, lastModified=2022-06-06 17:54:58.850398000, delta=318000 ns, racy<=15000 ns
17:54:58.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.850929000, lastModified=2022-06-06 17:54:58.850398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.850929000, lastModified=2022-06-06 17:54:58.850398000, delta=531000 ns, racy<=15000 ns
17:54:58.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.851148000, lastModified=2022-06-06 17:54:58.850398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.851148000, lastModified=2022-06-06 17:54:58.850398000, delta=750000 ns, racy<=15000 ns
17:54:58.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.851362000, lastModified=2022-06-06 17:54:58.850398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.851362000, lastModified=2022-06-06 17:54:58.850398000, delta=964000 ns, racy<=15000 ns
17:54:58.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.851583000, lastModified=2022-06-06 17:54:58.851398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.851583000, lastModified=2022-06-06 17:54:58.851398000, delta=185000 ns, racy<=15000 ns
17:54:58.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.851802000, lastModified=2022-06-06 17:54:58.851398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.851802000, lastModified=2022-06-06 17:54:58.851398000, delta=404000 ns, racy<=15000 ns
17:54:58.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.852016000, lastModified=2022-06-06 17:54:58.851398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.852016000, lastModified=2022-06-06 17:54:58.851398000, delta=618000 ns, racy<=15000 ns
17:54:58.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.852238000, lastModified=2022-06-06 17:54:58.851398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.852238000, lastModified=2022-06-06 17:54:58.851398000, delta=840000 ns, racy<=15000 ns
17:54:58.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.852455000, lastModified=2022-06-06 17:54:58.851398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.851398000 to 2022-06-06 17:54:58.852398000
17:54:58.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.852694000, lastModified=2022-06-06 17:54:58.852398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.852694000, lastModified=2022-06-06 17:54:58.852398000, delta=296000 ns, racy<=15000 ns
17:54:58.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.856276000, lastModified=2022-06-06 17:54:58.852398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.852398000 to 2022-06-06 17:54:58.855398000
17:54:58.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.856528000, lastModified=2022-06-06 17:54:58.855398000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.855398000 to 2022-06-06 17:54:58.856399000
17:54:58.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.856737000, lastModified=2022-06-06 17:54:58.856399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.856737000, lastModified=2022-06-06 17:54:58.856399000, delta=338000 ns, racy<=15000 ns
17:54:58.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.856950000, lastModified=2022-06-06 17:54:58.856399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.856950000, lastModified=2022-06-06 17:54:58.856399000, delta=551000 ns, racy<=15000 ns
17:54:58.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.857168000, lastModified=2022-06-06 17:54:58.856399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.857168000, lastModified=2022-06-06 17:54:58.856399000, delta=769000 ns, racy<=15000 ns
17:54:58.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.857395000, lastModified=2022-06-06 17:54:58.856399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.857395000, lastModified=2022-06-06 17:54:58.856399000, delta=996000 ns, racy<=15000 ns
17:54:58.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.857629000, lastModified=2022-06-06 17:54:58.857399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.857629000, lastModified=2022-06-06 17:54:58.857399000, delta=230000 ns, racy<=15000 ns
17:54:58.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.857839000, lastModified=2022-06-06 17:54:58.857399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.857839000, lastModified=2022-06-06 17:54:58.857399000, delta=440000 ns, racy<=15000 ns
17:54:58.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.858048000, lastModified=2022-06-06 17:54:58.857399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.858048000, lastModified=2022-06-06 17:54:58.857399000, delta=649000 ns, racy<=15000 ns
17:54:58.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.858266000, lastModified=2022-06-06 17:54:58.857399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.858266000, lastModified=2022-06-06 17:54:58.857399000, delta=867000 ns, racy<=15000 ns
17:54:58.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.858480000, lastModified=2022-06-06 17:54:58.857399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.857399000 to 2022-06-06 17:54:58.858399000
17:54:58.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.858690000, lastModified=2022-06-06 17:54:58.858399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.858690000, lastModified=2022-06-06 17:54:58.858399000, delta=291000 ns, racy<=15000 ns
17:54:58.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.858905000, lastModified=2022-06-06 17:54:58.858399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.858905000, lastModified=2022-06-06 17:54:58.858399000, delta=506000 ns, racy<=15000 ns
17:54:58.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.859141000, lastModified=2022-06-06 17:54:58.858399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.859141000, lastModified=2022-06-06 17:54:58.858399000, delta=742000 ns, racy<=15000 ns
17:54:58.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.859356000, lastModified=2022-06-06 17:54:58.858399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.859356000, lastModified=2022-06-06 17:54:58.858399000, delta=957000 ns, racy<=15000 ns
17:54:58.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.859576000, lastModified=2022-06-06 17:54:58.859399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.859576000, lastModified=2022-06-06 17:54:58.859399000, delta=177000 ns, racy<=15000 ns
17:54:58.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.859792000, lastModified=2022-06-06 17:54:58.859399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.859792000, lastModified=2022-06-06 17:54:58.859399000, delta=393000 ns, racy<=15000 ns
17:54:58.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.860010000, lastModified=2022-06-06 17:54:58.859399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.860010000, lastModified=2022-06-06 17:54:58.859399000, delta=611000 ns, racy<=15000 ns
17:54:58.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.860228000, lastModified=2022-06-06 17:54:58.859399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.860228000, lastModified=2022-06-06 17:54:58.859399000, delta=829000 ns, racy<=15000 ns
17:54:58.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.860438000, lastModified=2022-06-06 17:54:58.859399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.859399000 to 2022-06-06 17:54:58.860399000
17:54:58.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.860676000, lastModified=2022-06-06 17:54:58.860399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.860676000, lastModified=2022-06-06 17:54:58.860399000, delta=277000 ns, racy<=15000 ns
17:54:58.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.860891000, lastModified=2022-06-06 17:54:58.860399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.860891000, lastModified=2022-06-06 17:54:58.860399000, delta=492000 ns, racy<=15000 ns
17:54:58.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.861109000, lastModified=2022-06-06 17:54:58.860399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.861109000, lastModified=2022-06-06 17:54:58.860399000, delta=710000 ns, racy<=15000 ns
17:54:58.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.861318000, lastModified=2022-06-06 17:54:58.860399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.861318000, lastModified=2022-06-06 17:54:58.860399000, delta=919000 ns, racy<=15000 ns
17:54:58.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.861537000, lastModified=2022-06-06 17:54:58.860399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.860399000 to 2022-06-06 17:54:58.861399000
17:54:58.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.861742000, lastModified=2022-06-06 17:54:58.861399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.861742000, lastModified=2022-06-06 17:54:58.861399000, delta=343000 ns, racy<=15000 ns
17:54:58.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.861965000, lastModified=2022-06-06 17:54:58.861399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.861965000, lastModified=2022-06-06 17:54:58.861399000, delta=566000 ns, racy<=15000 ns
17:54:58.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.862185000, lastModified=2022-06-06 17:54:58.861399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.862185000, lastModified=2022-06-06 17:54:58.861399000, delta=786000 ns, racy<=15000 ns
17:54:58.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.862399000, lastModified=2022-06-06 17:54:58.861399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.862399000, lastModified=2022-06-06 17:54:58.861399000, delta=1000000 ns, racy<=15000 ns
17:54:58.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.862623000, lastModified=2022-06-06 17:54:58.862399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.862623000, lastModified=2022-06-06 17:54:58.862399000, delta=224000 ns, racy<=15000 ns
17:54:58.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.862843000, lastModified=2022-06-06 17:54:58.862399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.862843000, lastModified=2022-06-06 17:54:58.862399000, delta=444000 ns, racy<=15000 ns
17:54:58.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.863056000, lastModified=2022-06-06 17:54:58.862399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.863056000, lastModified=2022-06-06 17:54:58.862399000, delta=657000 ns, racy<=15000 ns
17:54:58.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.863282000, lastModified=2022-06-06 17:54:58.862399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.863282000, lastModified=2022-06-06 17:54:58.862399000, delta=883000 ns, racy<=15000 ns
17:54:58.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.863493000, lastModified=2022-06-06 17:54:58.862399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.862399000 to 2022-06-06 17:54:58.863399000
17:54:58.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.863698000, lastModified=2022-06-06 17:54:58.863399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.863698000, lastModified=2022-06-06 17:54:58.863399000, delta=299000 ns, racy<=15000 ns
17:54:58.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.867813000, lastModified=2022-06-06 17:54:58.863399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.863399000 to 2022-06-06 17:54:58.867399000
17:54:58.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.868037000, lastModified=2022-06-06 17:54:58.867399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.868037000, lastModified=2022-06-06 17:54:58.867399000, delta=638000 ns, racy<=15000 ns
17:54:58.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.868262000, lastModified=2022-06-06 17:54:58.867399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.868262000, lastModified=2022-06-06 17:54:58.867399000, delta=863000 ns, racy<=15000 ns
17:54:58.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.868471000, lastModified=2022-06-06 17:54:58.867399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.867399000 to 2022-06-06 17:54:58.868399000
17:54:58.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.868685000, lastModified=2022-06-06 17:54:58.868399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.868685000, lastModified=2022-06-06 17:54:58.868399000, delta=286000 ns, racy<=15000 ns
17:54:58.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.868898000, lastModified=2022-06-06 17:54:58.868399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.868898000, lastModified=2022-06-06 17:54:58.868399000, delta=499000 ns, racy<=15000 ns
17:54:58.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.869131000, lastModified=2022-06-06 17:54:58.868399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.869131000, lastModified=2022-06-06 17:54:58.868399000, delta=732000 ns, racy<=15000 ns
17:54:58.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.869342000, lastModified=2022-06-06 17:54:58.868399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.869342000, lastModified=2022-06-06 17:54:58.868399000, delta=943000 ns, racy<=15000 ns
17:54:58.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.869593000, lastModified=2022-06-06 17:54:58.869399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.869593000, lastModified=2022-06-06 17:54:58.869399000, delta=194000 ns, racy<=15000 ns
17:54:58.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.869808000, lastModified=2022-06-06 17:54:58.869399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.869808000, lastModified=2022-06-06 17:54:58.869399000, delta=409000 ns, racy<=15000 ns
17:54:58.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.870016000, lastModified=2022-06-06 17:54:58.869399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.870016000, lastModified=2022-06-06 17:54:58.869399000, delta=617000 ns, racy<=15000 ns
17:54:58.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.870234000, lastModified=2022-06-06 17:54:58.869399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.870234000, lastModified=2022-06-06 17:54:58.869399000, delta=835000 ns, racy<=15000 ns
17:54:58.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.870442000, lastModified=2022-06-06 17:54:58.869399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.869399000 to 2022-06-06 17:54:58.870399000
17:54:58.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.870644000, lastModified=2022-06-06 17:54:58.870399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.870644000, lastModified=2022-06-06 17:54:58.870399000, delta=245000 ns, racy<=15000 ns
17:54:58.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.870855000, lastModified=2022-06-06 17:54:58.870399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.870855000, lastModified=2022-06-06 17:54:58.870399000, delta=456000 ns, racy<=15000 ns
17:54:58.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.871063000, lastModified=2022-06-06 17:54:58.870399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.871063000, lastModified=2022-06-06 17:54:58.870399000, delta=664000 ns, racy<=15000 ns
17:54:58.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.871283000, lastModified=2022-06-06 17:54:58.870399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.871283000, lastModified=2022-06-06 17:54:58.870399000, delta=884000 ns, racy<=15000 ns
17:54:58.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.871490000, lastModified=2022-06-06 17:54:58.870399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.870399000 to 2022-06-06 17:54:58.871399000
17:54:58.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.871696000, lastModified=2022-06-06 17:54:58.871399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.871696000, lastModified=2022-06-06 17:54:58.871399000, delta=297000 ns, racy<=15000 ns
17:54:58.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.871912000, lastModified=2022-06-06 17:54:58.871399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.871912000, lastModified=2022-06-06 17:54:58.871399000, delta=513000 ns, racy<=15000 ns
17:54:58.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.872142000, lastModified=2022-06-06 17:54:58.871399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.872142000, lastModified=2022-06-06 17:54:58.871399000, delta=743000 ns, racy<=15000 ns
17:54:58.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.872369000, lastModified=2022-06-06 17:54:58.871399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.872369000, lastModified=2022-06-06 17:54:58.871399000, delta=970000 ns, racy<=15000 ns
17:54:58.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.872602000, lastModified=2022-06-06 17:54:58.872399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.872602000, lastModified=2022-06-06 17:54:58.872399000, delta=203000 ns, racy<=15000 ns
17:54:58.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.872829000, lastModified=2022-06-06 17:54:58.872399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.872829000, lastModified=2022-06-06 17:54:58.872399000, delta=430000 ns, racy<=15000 ns
17:54:58.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.873052000, lastModified=2022-06-06 17:54:58.872399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.873052000, lastModified=2022-06-06 17:54:58.872399000, delta=653000 ns, racy<=15000 ns
17:54:58.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.873286000, lastModified=2022-06-06 17:54:58.872399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.873286000, lastModified=2022-06-06 17:54:58.872399000, delta=887000 ns, racy<=15000 ns
17:54:58.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.873518000, lastModified=2022-06-06 17:54:58.872399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.872399000 to 2022-06-06 17:54:58.873399000
17:54:58.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.873731000, lastModified=2022-06-06 17:54:58.873399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.873731000, lastModified=2022-06-06 17:54:58.873399000, delta=332000 ns, racy<=15000 ns
17:54:58.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.873955000, lastModified=2022-06-06 17:54:58.873399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.873955000, lastModified=2022-06-06 17:54:58.873399000, delta=556000 ns, racy<=15000 ns
17:54:58.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.874185000, lastModified=2022-06-06 17:54:58.873399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.874185000, lastModified=2022-06-06 17:54:58.873399000, delta=786000 ns, racy<=15000 ns
17:54:58.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.874413000, lastModified=2022-06-06 17:54:58.873399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.874413000, lastModified=2022-06-06 17:54:58.873399000, delta=1014000 ns, racy<=15000 ns
17:54:58.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.874712000, lastModified=2022-06-06 17:54:58.874399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.874712000, lastModified=2022-06-06 17:54:58.874399000, delta=313000 ns, racy<=15000 ns
17:54:58.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.874955000, lastModified=2022-06-06 17:54:58.874399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.874955000, lastModified=2022-06-06 17:54:58.874399000, delta=556000 ns, racy<=15000 ns
17:54:58.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.875198000, lastModified=2022-06-06 17:54:58.874399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.875198000, lastModified=2022-06-06 17:54:58.874399000, delta=799000 ns, racy<=15000 ns
17:54:58.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.875440000, lastModified=2022-06-06 17:54:58.874399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.874399000 to 2022-06-06 17:54:58.875399000
17:54:58.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.877865000, lastModified=2022-06-06 17:54:58.875399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.875399000 to 2022-06-06 17:54:58.877399000
17:54:58.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.878097000, lastModified=2022-06-06 17:54:58.877399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.878097000, lastModified=2022-06-06 17:54:58.877399000, delta=698000 ns, racy<=15000 ns
17:54:58.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.878318000, lastModified=2022-06-06 17:54:58.877399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.878318000, lastModified=2022-06-06 17:54:58.877399000, delta=919000 ns, racy<=15000 ns
17:54:58.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.878545000, lastModified=2022-06-06 17:54:58.878399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.878545000, lastModified=2022-06-06 17:54:58.878399000, delta=146000 ns, racy<=15000 ns
17:54:58.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.878764000, lastModified=2022-06-06 17:54:58.878399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.878764000, lastModified=2022-06-06 17:54:58.878399000, delta=365000 ns, racy<=15000 ns
17:54:58.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.878975000, lastModified=2022-06-06 17:54:58.878399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.878975000, lastModified=2022-06-06 17:54:58.878399000, delta=576000 ns, racy<=15000 ns
17:54:58.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.879202000, lastModified=2022-06-06 17:54:58.878399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.879202000, lastModified=2022-06-06 17:54:58.878399000, delta=803000 ns, racy<=15000 ns
17:54:58.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.879414000, lastModified=2022-06-06 17:54:58.878399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.879414000, lastModified=2022-06-06 17:54:58.878399000, delta=1015000 ns, racy<=15000 ns
17:54:58.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.879642000, lastModified=2022-06-06 17:54:58.879399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.879642000, lastModified=2022-06-06 17:54:58.879399000, delta=243000 ns, racy<=15000 ns
17:54:58.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.879851000, lastModified=2022-06-06 17:54:58.879399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.879851000, lastModified=2022-06-06 17:54:58.879399000, delta=452000 ns, racy<=15000 ns
17:54:58.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.880061000, lastModified=2022-06-06 17:54:58.879399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.880061000, lastModified=2022-06-06 17:54:58.879399000, delta=662000 ns, racy<=15000 ns
17:54:58.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.880286000, lastModified=2022-06-06 17:54:58.879399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.880286000, lastModified=2022-06-06 17:54:58.879399000, delta=887000 ns, racy<=15000 ns
17:54:58.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.880508000, lastModified=2022-06-06 17:54:58.879399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.879399000 to 2022-06-06 17:54:58.880399000
17:54:58.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.880715000, lastModified=2022-06-06 17:54:58.880399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.880715000, lastModified=2022-06-06 17:54:58.880399000, delta=316000 ns, racy<=15000 ns
17:54:58.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.880924000, lastModified=2022-06-06 17:54:58.880399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.880924000, lastModified=2022-06-06 17:54:58.880399000, delta=525000 ns, racy<=15000 ns
17:54:58.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.881143000, lastModified=2022-06-06 17:54:58.880399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.881143000, lastModified=2022-06-06 17:54:58.880399000, delta=744000 ns, racy<=15000 ns
17:54:58.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.881356000, lastModified=2022-06-06 17:54:58.880399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.881356000, lastModified=2022-06-06 17:54:58.880399000, delta=957000 ns, racy<=15000 ns
17:54:58.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.881589000, lastModified=2022-06-06 17:54:58.881399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.881589000, lastModified=2022-06-06 17:54:58.881399000, delta=190000 ns, racy<=15000 ns
17:54:58.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.881809000, lastModified=2022-06-06 17:54:58.881399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.881809000, lastModified=2022-06-06 17:54:58.881399000, delta=410000 ns, racy<=15000 ns
17:54:58.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.882025000, lastModified=2022-06-06 17:54:58.881399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.882025000, lastModified=2022-06-06 17:54:58.881399000, delta=626000 ns, racy<=15000 ns
17:54:58.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.882250000, lastModified=2022-06-06 17:54:58.881399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.882250000, lastModified=2022-06-06 17:54:58.881399000, delta=851000 ns, racy<=15000 ns
17:54:58.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.882466000, lastModified=2022-06-06 17:54:58.881399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.881399000 to 2022-06-06 17:54:58.882399000
17:54:58.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.882778000, lastModified=2022-06-06 17:54:58.882399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.882778000, lastModified=2022-06-06 17:54:58.882399000, delta=379000 ns, racy<=15000 ns
17:54:58.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.883000000, lastModified=2022-06-06 17:54:58.882399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.883000000, lastModified=2022-06-06 17:54:58.882399000, delta=601000 ns, racy<=15000 ns
17:54:58.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.883224000, lastModified=2022-06-06 17:54:58.882399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.883224000, lastModified=2022-06-06 17:54:58.882399000, delta=825000 ns, racy<=15000 ns
17:54:58.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.883439000, lastModified=2022-06-06 17:54:58.882399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.882399000 to 2022-06-06 17:54:58.883399000
17:54:58.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.883655000, lastModified=2022-06-06 17:54:58.883399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.883655000, lastModified=2022-06-06 17:54:58.883399000, delta=256000 ns, racy<=15000 ns
17:54:58.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.883883000, lastModified=2022-06-06 17:54:58.883399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.883883000, lastModified=2022-06-06 17:54:58.883399000, delta=484000 ns, racy<=15000 ns
17:54:58.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.884108000, lastModified=2022-06-06 17:54:58.883399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.884108000, lastModified=2022-06-06 17:54:58.883399000, delta=709000 ns, racy<=15000 ns
17:54:58.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.884319000, lastModified=2022-06-06 17:54:58.883399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.884319000, lastModified=2022-06-06 17:54:58.883399000, delta=920000 ns, racy<=15000 ns
17:54:58.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.884540000, lastModified=2022-06-06 17:54:58.884399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.884540000, lastModified=2022-06-06 17:54:58.884399000, delta=141000 ns, racy<=15000 ns
17:54:58.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.884762000, lastModified=2022-06-06 17:54:58.884399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.884762000, lastModified=2022-06-06 17:54:58.884399000, delta=363000 ns, racy<=15000 ns
17:54:58.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.884975000, lastModified=2022-06-06 17:54:58.884399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.884975000, lastModified=2022-06-06 17:54:58.884399000, delta=576000 ns, racy<=15000 ns
17:54:58.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.885192000, lastModified=2022-06-06 17:54:58.884399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.885192000, lastModified=2022-06-06 17:54:58.884399000, delta=793000 ns, racy<=15000 ns
17:54:58.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.885402000, lastModified=2022-06-06 17:54:58.884399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.885402000, lastModified=2022-06-06 17:54:58.884399000, delta=1003000 ns, racy<=15000 ns
17:54:58.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.887839000, lastModified=2022-06-06 17:54:58.885399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.885399000 to 2022-06-06 17:54:58.887399000
17:54:58.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.888054000, lastModified=2022-06-06 17:54:58.887399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.888054000, lastModified=2022-06-06 17:54:58.887399000, delta=655000 ns, racy<=15000 ns
17:54:58.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.888275000, lastModified=2022-06-06 17:54:58.887399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.888275000, lastModified=2022-06-06 17:54:58.887399000, delta=876000 ns, racy<=15000 ns
17:54:58.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.888486000, lastModified=2022-06-06 17:54:58.887399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.887399000 to 2022-06-06 17:54:58.888399000
17:54:58.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.888693000, lastModified=2022-06-06 17:54:58.888399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.888693000, lastModified=2022-06-06 17:54:58.888399000, delta=294000 ns, racy<=15000 ns
17:54:58.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.888899000, lastModified=2022-06-06 17:54:58.888399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.888899000, lastModified=2022-06-06 17:54:58.888399000, delta=500000 ns, racy<=15000 ns
17:54:58.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.889126000, lastModified=2022-06-06 17:54:58.888399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.889126000, lastModified=2022-06-06 17:54:58.888399000, delta=727000 ns, racy<=15000 ns
17:54:58.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.889341000, lastModified=2022-06-06 17:54:58.888399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.889341000, lastModified=2022-06-06 17:54:58.888399000, delta=942000 ns, racy<=15000 ns
17:54:58.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.889589000, lastModified=2022-06-06 17:54:58.889399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.889589000, lastModified=2022-06-06 17:54:58.889399000, delta=190000 ns, racy<=15000 ns
17:54:58.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.889803000, lastModified=2022-06-06 17:54:58.889399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.889803000, lastModified=2022-06-06 17:54:58.889399000, delta=404000 ns, racy<=15000 ns
17:54:58.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.890011000, lastModified=2022-06-06 17:54:58.889399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.890011000, lastModified=2022-06-06 17:54:58.889399000, delta=612000 ns, racy<=15000 ns
17:54:58.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.890229000, lastModified=2022-06-06 17:54:58.889399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.890229000, lastModified=2022-06-06 17:54:58.889399000, delta=830000 ns, racy<=15000 ns
17:54:58.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.890442000, lastModified=2022-06-06 17:54:58.889399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.889399000 to 2022-06-06 17:54:58.890399000
17:54:58.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.890645000, lastModified=2022-06-06 17:54:58.890399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.890645000, lastModified=2022-06-06 17:54:58.890399000, delta=246000 ns, racy<=15000 ns
17:54:58.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.890855000, lastModified=2022-06-06 17:54:58.890399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.890855000, lastModified=2022-06-06 17:54:58.890399000, delta=456000 ns, racy<=15000 ns
17:54:58.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.891066000, lastModified=2022-06-06 17:54:58.890399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.891066000, lastModified=2022-06-06 17:54:58.890399000, delta=667000 ns, racy<=15000 ns
17:54:58.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.891305000, lastModified=2022-06-06 17:54:58.890399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.891305000, lastModified=2022-06-06 17:54:58.890399000, delta=906000 ns, racy<=15000 ns
17:54:58.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.891527000, lastModified=2022-06-06 17:54:58.890399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.890399000 to 2022-06-06 17:54:58.891399000
17:54:58.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.891724000, lastModified=2022-06-06 17:54:58.891399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.891724000, lastModified=2022-06-06 17:54:58.891399000, delta=325000 ns, racy<=15000 ns
17:54:58.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.891937000, lastModified=2022-06-06 17:54:58.891399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.891937000, lastModified=2022-06-06 17:54:58.891399000, delta=538000 ns, racy<=15000 ns
17:54:58.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.892185000, lastModified=2022-06-06 17:54:58.891399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.892185000, lastModified=2022-06-06 17:54:58.891399000, delta=786000 ns, racy<=15000 ns
17:54:58.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.892395000, lastModified=2022-06-06 17:54:58.891399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.892395000, lastModified=2022-06-06 17:54:58.891399000, delta=996000 ns, racy<=15000 ns
17:54:58.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.892611000, lastModified=2022-06-06 17:54:58.892399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.892611000, lastModified=2022-06-06 17:54:58.892399000, delta=212000 ns, racy<=15000 ns
17:54:58.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.892821000, lastModified=2022-06-06 17:54:58.892399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.892821000, lastModified=2022-06-06 17:54:58.892399000, delta=422000 ns, racy<=15000 ns
17:54:58.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.893026000, lastModified=2022-06-06 17:54:58.892399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.893026000, lastModified=2022-06-06 17:54:58.892399000, delta=627000 ns, racy<=15000 ns
17:54:58.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.893262000, lastModified=2022-06-06 17:54:58.892399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.893262000, lastModified=2022-06-06 17:54:58.892399000, delta=863000 ns, racy<=15000 ns
17:54:58.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.893470000, lastModified=2022-06-06 17:54:58.892399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.892399000 to 2022-06-06 17:54:58.893399000
17:54:58.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.893685000, lastModified=2022-06-06 17:54:58.893399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.893685000, lastModified=2022-06-06 17:54:58.893399000, delta=286000 ns, racy<=15000 ns
17:54:58.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.893900000, lastModified=2022-06-06 17:54:58.893399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.893900000, lastModified=2022-06-06 17:54:58.893399000, delta=501000 ns, racy<=15000 ns
17:54:58.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.894119000, lastModified=2022-06-06 17:54:58.893399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.894119000, lastModified=2022-06-06 17:54:58.893399000, delta=720000 ns, racy<=15000 ns
17:54:58.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.894332000, lastModified=2022-06-06 17:54:58.893399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.894332000, lastModified=2022-06-06 17:54:58.893399000, delta=933000 ns, racy<=15000 ns
17:54:58.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.894552000, lastModified=2022-06-06 17:54:58.894399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.894552000, lastModified=2022-06-06 17:54:58.894399000, delta=153000 ns, racy<=15000 ns
17:54:58.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.894775000, lastModified=2022-06-06 17:54:58.894399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.894775000, lastModified=2022-06-06 17:54:58.894399000, delta=376000 ns, racy<=15000 ns
17:54:58.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.894986000, lastModified=2022-06-06 17:54:58.894399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.894986000, lastModified=2022-06-06 17:54:58.894399000, delta=587000 ns, racy<=15000 ns
17:54:58.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.895210000, lastModified=2022-06-06 17:54:58.894399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.895210000, lastModified=2022-06-06 17:54:58.894399000, delta=811000 ns, racy<=15000 ns
17:54:58.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.898 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.898700000, lastModified=2022-06-06 17:54:58.894399000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.898 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.894399000 to 2022-06-06 17:54:58.898400000
17:54:58.898 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.898921000, lastModified=2022-06-06 17:54:58.898400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.898921000, lastModified=2022-06-06 17:54:58.898400000, delta=521000 ns, racy<=15000 ns
17:54:58.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.899142000, lastModified=2022-06-06 17:54:58.898400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.899142000, lastModified=2022-06-06 17:54:58.898400000, delta=742000 ns, racy<=15000 ns
17:54:58.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.899349000, lastModified=2022-06-06 17:54:58.898400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.899349000, lastModified=2022-06-06 17:54:58.898400000, delta=949000 ns, racy<=15000 ns
17:54:58.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.899585000, lastModified=2022-06-06 17:54:58.899400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.899585000, lastModified=2022-06-06 17:54:58.899400000, delta=185000 ns, racy<=15000 ns
17:54:58.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.899800000, lastModified=2022-06-06 17:54:58.899400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.899800000, lastModified=2022-06-06 17:54:58.899400000, delta=400000 ns, racy<=15000 ns
17:54:58.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.900007000, lastModified=2022-06-06 17:54:58.899400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.900007000, lastModified=2022-06-06 17:54:58.899400000, delta=607000 ns, racy<=15000 ns
17:54:58.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.900226000, lastModified=2022-06-06 17:54:58.899400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.900226000, lastModified=2022-06-06 17:54:58.899400000, delta=826000 ns, racy<=15000 ns
17:54:58.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.900485000, lastModified=2022-06-06 17:54:58.899400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.899400000 to 2022-06-06 17:54:58.900400000
17:54:58.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.900698000, lastModified=2022-06-06 17:54:58.900400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.900698000, lastModified=2022-06-06 17:54:58.900400000, delta=298000 ns, racy<=15000 ns
17:54:58.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.900915000, lastModified=2022-06-06 17:54:58.900400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.900915000, lastModified=2022-06-06 17:54:58.900400000, delta=515000 ns, racy<=15000 ns
17:54:58.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.901131000, lastModified=2022-06-06 17:54:58.900400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.901131000, lastModified=2022-06-06 17:54:58.900400000, delta=731000 ns, racy<=15000 ns
17:54:58.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.901349000, lastModified=2022-06-06 17:54:58.900400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.901349000, lastModified=2022-06-06 17:54:58.900400000, delta=949000 ns, racy<=15000 ns
17:54:58.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.901569000, lastModified=2022-06-06 17:54:58.901400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.901569000, lastModified=2022-06-06 17:54:58.901400000, delta=169000 ns, racy<=15000 ns
17:54:58.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.901784000, lastModified=2022-06-06 17:54:58.901400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.901784000, lastModified=2022-06-06 17:54:58.901400000, delta=384000 ns, racy<=15000 ns
17:54:58.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.901991000, lastModified=2022-06-06 17:54:58.901400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.901991000, lastModified=2022-06-06 17:54:58.901400000, delta=591000 ns, racy<=15000 ns
17:54:58.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.902236000, lastModified=2022-06-06 17:54:58.901400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.902236000, lastModified=2022-06-06 17:54:58.901400000, delta=836000 ns, racy<=15000 ns
17:54:58.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.902451000, lastModified=2022-06-06 17:54:58.901400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.901400000 to 2022-06-06 17:54:58.902400000
17:54:58.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.902651000, lastModified=2022-06-06 17:54:58.902400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.902651000, lastModified=2022-06-06 17:54:58.902400000, delta=251000 ns, racy<=15000 ns
17:54:58.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.902860000, lastModified=2022-06-06 17:54:58.902400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.902860000, lastModified=2022-06-06 17:54:58.902400000, delta=460000 ns, racy<=15000 ns
17:54:58.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.903 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.903069000, lastModified=2022-06-06 17:54:58.902400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.903 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.903069000, lastModified=2022-06-06 17:54:58.902400000, delta=669000 ns, racy<=15000 ns
17:54:58.903 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.903 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.903280000, lastModified=2022-06-06 17:54:58.902400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.903 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.903280000, lastModified=2022-06-06 17:54:58.902400000, delta=880000 ns, racy<=15000 ns
17:54:58.903 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.903 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.903486000, lastModified=2022-06-06 17:54:58.902400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.903 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.902400000 to 2022-06-06 17:54:58.903400000
17:54:58.903 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.903690000, lastModified=2022-06-06 17:54:58.903400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.903 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.903690000, lastModified=2022-06-06 17:54:58.903400000, delta=290000 ns, racy<=15000 ns
17:54:58.903 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.903 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.903893000, lastModified=2022-06-06 17:54:58.903400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.903893000, lastModified=2022-06-06 17:54:58.903400000, delta=493000 ns, racy<=15000 ns
17:54:58.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.904111000, lastModified=2022-06-06 17:54:58.903400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.904111000, lastModified=2022-06-06 17:54:58.903400000, delta=711000 ns, racy<=15000 ns
17:54:58.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.904318000, lastModified=2022-06-06 17:54:58.903400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.904318000, lastModified=2022-06-06 17:54:58.903400000, delta=918000 ns, racy<=15000 ns
17:54:58.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.904545000, lastModified=2022-06-06 17:54:58.904400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.904545000, lastModified=2022-06-06 17:54:58.904400000, delta=145000 ns, racy<=15000 ns
17:54:58.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.904753000, lastModified=2022-06-06 17:54:58.904400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.904753000, lastModified=2022-06-06 17:54:58.904400000, delta=353000 ns, racy<=15000 ns
17:54:58.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.904955000, lastModified=2022-06-06 17:54:58.904400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.904955000, lastModified=2022-06-06 17:54:58.904400000, delta=555000 ns, racy<=15000 ns
17:54:58.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.905168000, lastModified=2022-06-06 17:54:58.904400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.905168000, lastModified=2022-06-06 17:54:58.904400000, delta=768000 ns, racy<=15000 ns
17:54:58.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.905373000, lastModified=2022-06-06 17:54:58.904400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.905373000, lastModified=2022-06-06 17:54:58.904400000, delta=973000 ns, racy<=15000 ns
17:54:58.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.905590000, lastModified=2022-06-06 17:54:58.905400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.905590000, lastModified=2022-06-06 17:54:58.905400000, delta=190000 ns, racy<=15000 ns
17:54:58.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.905796000, lastModified=2022-06-06 17:54:58.905400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.905796000, lastModified=2022-06-06 17:54:58.905400000, delta=396000 ns, racy<=15000 ns
17:54:58.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.948014000, lastModified=2022-06-06 17:54:58.905400000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.905400000 to 2022-06-06 17:54:58.947401000
17:54:58.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.951653000, lastModified=2022-06-06 17:54:58.947401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.947401000 to 2022-06-06 17:54:58.951401000
17:54:58.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.951900000, lastModified=2022-06-06 17:54:58.951401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.951900000, lastModified=2022-06-06 17:54:58.951401000, delta=499000 ns, racy<=15000 ns
17:54:58.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.952142000, lastModified=2022-06-06 17:54:58.951401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.952142000, lastModified=2022-06-06 17:54:58.951401000, delta=741000 ns, racy<=15000 ns
17:54:58.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.952355000, lastModified=2022-06-06 17:54:58.951401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.952355000, lastModified=2022-06-06 17:54:58.951401000, delta=954000 ns, racy<=15000 ns
17:54:58.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.952572000, lastModified=2022-06-06 17:54:58.952401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.952572000, lastModified=2022-06-06 17:54:58.952401000, delta=171000 ns, racy<=15000 ns
17:54:58.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.952790000, lastModified=2022-06-06 17:54:58.952401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.952790000, lastModified=2022-06-06 17:54:58.952401000, delta=389000 ns, racy<=15000 ns
17:54:58.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.953009000, lastModified=2022-06-06 17:54:58.952401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.953009000, lastModified=2022-06-06 17:54:58.952401000, delta=608000 ns, racy<=15000 ns
17:54:58.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.953230000, lastModified=2022-06-06 17:54:58.952401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.953230000, lastModified=2022-06-06 17:54:58.952401000, delta=829000 ns, racy<=15000 ns
17:54:58.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.953437000, lastModified=2022-06-06 17:54:58.952401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.952401000 to 2022-06-06 17:54:58.953401000
17:54:58.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.953639000, lastModified=2022-06-06 17:54:58.953401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.953639000, lastModified=2022-06-06 17:54:58.953401000, delta=238000 ns, racy<=15000 ns
17:54:58.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.953849000, lastModified=2022-06-06 17:54:58.953401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.953849000, lastModified=2022-06-06 17:54:58.953401000, delta=448000 ns, racy<=15000 ns
17:54:58.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.954 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.954054000, lastModified=2022-06-06 17:54:58.953401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.954 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.954054000, lastModified=2022-06-06 17:54:58.953401000, delta=653000 ns, racy<=15000 ns
17:54:58.954 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.954 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.954280000, lastModified=2022-06-06 17:54:58.953401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.954 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.954280000, lastModified=2022-06-06 17:54:58.953401000, delta=879000 ns, racy<=15000 ns
17:54:58.954 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.954 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.954487000, lastModified=2022-06-06 17:54:58.953401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.954 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.953401000 to 2022-06-06 17:54:58.954401000
17:54:58.954 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.954695000, lastModified=2022-06-06 17:54:58.954401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.954 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.954695000, lastModified=2022-06-06 17:54:58.954401000, delta=294000 ns, racy<=15000 ns
17:54:58.954 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.954 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.954902000, lastModified=2022-06-06 17:54:58.954401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.954902000, lastModified=2022-06-06 17:54:58.954401000, delta=501000 ns, racy<=15000 ns
17:54:58.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.955114000, lastModified=2022-06-06 17:54:58.954401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.955114000, lastModified=2022-06-06 17:54:58.954401000, delta=713000 ns, racy<=15000 ns
17:54:58.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.955328000, lastModified=2022-06-06 17:54:58.954401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.955328000, lastModified=2022-06-06 17:54:58.954401000, delta=927000 ns, racy<=15000 ns
17:54:58.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.955543000, lastModified=2022-06-06 17:54:58.955401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.955543000, lastModified=2022-06-06 17:54:58.955401000, delta=142000 ns, racy<=15000 ns
17:54:58.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.955774000, lastModified=2022-06-06 17:54:58.955401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.955774000, lastModified=2022-06-06 17:54:58.955401000, delta=373000 ns, racy<=15000 ns
17:54:58.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.956010000, lastModified=2022-06-06 17:54:58.955401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.956010000, lastModified=2022-06-06 17:54:58.955401000, delta=609000 ns, racy<=15000 ns
17:54:58.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.956243000, lastModified=2022-06-06 17:54:58.955401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.956243000, lastModified=2022-06-06 17:54:58.955401000, delta=842000 ns, racy<=15000 ns
17:54:58.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.956643000, lastModified=2022-06-06 17:54:58.956401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.956643000, lastModified=2022-06-06 17:54:58.956401000, delta=242000 ns, racy<=15000 ns
17:54:58.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.956887000, lastModified=2022-06-06 17:54:58.956401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.956887000, lastModified=2022-06-06 17:54:58.956401000, delta=486000 ns, racy<=15000 ns
17:54:58.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.957107000, lastModified=2022-06-06 17:54:58.956401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.957107000, lastModified=2022-06-06 17:54:58.956401000, delta=706000 ns, racy<=15000 ns
17:54:58.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.957313000, lastModified=2022-06-06 17:54:58.956401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.957313000, lastModified=2022-06-06 17:54:58.956401000, delta=912000 ns, racy<=15000 ns
17:54:58.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.957525000, lastModified=2022-06-06 17:54:58.956401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.956401000 to 2022-06-06 17:54:58.957401000
17:54:58.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.957726000, lastModified=2022-06-06 17:54:58.957401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.957726000, lastModified=2022-06-06 17:54:58.957401000, delta=325000 ns, racy<=15000 ns
17:54:58.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.957936000, lastModified=2022-06-06 17:54:58.957401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.957936000, lastModified=2022-06-06 17:54:58.957401000, delta=535000 ns, racy<=15000 ns
17:54:58.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.958152000, lastModified=2022-06-06 17:54:58.957401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.958152000, lastModified=2022-06-06 17:54:58.957401000, delta=751000 ns, racy<=15000 ns
17:54:58.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.958363000, lastModified=2022-06-06 17:54:58.957401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.958363000, lastModified=2022-06-06 17:54:58.957401000, delta=962000 ns, racy<=15000 ns
17:54:58.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.958581000, lastModified=2022-06-06 17:54:58.958401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.958581000, lastModified=2022-06-06 17:54:58.958401000, delta=180000 ns, racy<=15000 ns
17:54:58.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.958797000, lastModified=2022-06-06 17:54:58.958401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.958797000, lastModified=2022-06-06 17:54:58.958401000, delta=396000 ns, racy<=15000 ns
17:54:58.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.959008000, lastModified=2022-06-06 17:54:58.958401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.959008000, lastModified=2022-06-06 17:54:58.958401000, delta=607000 ns, racy<=15000 ns
17:54:58.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.959238000, lastModified=2022-06-06 17:54:58.958401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.959238000, lastModified=2022-06-06 17:54:58.958401000, delta=837000 ns, racy<=15000 ns
17:54:58.959 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.963496000, lastModified=2022-06-06 17:54:58.958401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.958401000 to 2022-06-06 17:54:58.963401000
17:54:58.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.963774000, lastModified=2022-06-06 17:54:58.963401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.963774000, lastModified=2022-06-06 17:54:58.963401000, delta=373000 ns, racy<=15000 ns
17:54:58.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.963991000, lastModified=2022-06-06 17:54:58.963401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.963991000, lastModified=2022-06-06 17:54:58.963401000, delta=590000 ns, racy<=15000 ns
17:54:58.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.964208000, lastModified=2022-06-06 17:54:58.963401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.964208000, lastModified=2022-06-06 17:54:58.963401000, delta=807000 ns, racy<=15000 ns
17:54:58.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.964414000, lastModified=2022-06-06 17:54:58.963401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.964414000, lastModified=2022-06-06 17:54:58.963401000, delta=1013000 ns, racy<=15000 ns
17:54:58.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.964637000, lastModified=2022-06-06 17:54:58.964401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.964637000, lastModified=2022-06-06 17:54:58.964401000, delta=236000 ns, racy<=15000 ns
17:54:58.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.964845000, lastModified=2022-06-06 17:54:58.964401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.964845000, lastModified=2022-06-06 17:54:58.964401000, delta=444000 ns, racy<=15000 ns
17:54:58.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.965 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.965052000, lastModified=2022-06-06 17:54:58.964401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.965 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.965052000, lastModified=2022-06-06 17:54:58.964401000, delta=651000 ns, racy<=15000 ns
17:54:58.965 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.965 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.965268000, lastModified=2022-06-06 17:54:58.964401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.965 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.965268000, lastModified=2022-06-06 17:54:58.964401000, delta=867000 ns, racy<=15000 ns
17:54:58.965 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.965 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.965477000, lastModified=2022-06-06 17:54:58.964401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.965 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.964401000 to 2022-06-06 17:54:58.965401000
17:54:58.965 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.965675000, lastModified=2022-06-06 17:54:58.965401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.965 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.965675000, lastModified=2022-06-06 17:54:58.965401000, delta=274000 ns, racy<=15000 ns
17:54:58.965 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.965 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.965879000, lastModified=2022-06-06 17:54:58.965401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.965879000, lastModified=2022-06-06 17:54:58.965401000, delta=478000 ns, racy<=15000 ns
17:54:58.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.966096000, lastModified=2022-06-06 17:54:58.965401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.966096000, lastModified=2022-06-06 17:54:58.965401000, delta=695000 ns, racy<=15000 ns
17:54:58.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.966308000, lastModified=2022-06-06 17:54:58.965401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.966308000, lastModified=2022-06-06 17:54:58.965401000, delta=907000 ns, racy<=15000 ns
17:54:58.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.966522000, lastModified=2022-06-06 17:54:58.965401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.965401000 to 2022-06-06 17:54:58.966401000
17:54:58.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.966719000, lastModified=2022-06-06 17:54:58.966401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.966719000, lastModified=2022-06-06 17:54:58.966401000, delta=318000 ns, racy<=15000 ns
17:54:58.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.966925000, lastModified=2022-06-06 17:54:58.966401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.966925000, lastModified=2022-06-06 17:54:58.966401000, delta=524000 ns, racy<=15000 ns
17:54:58.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.967144000, lastModified=2022-06-06 17:54:58.966401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.967144000, lastModified=2022-06-06 17:54:58.966401000, delta=743000 ns, racy<=15000 ns
17:54:58.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.967381000, lastModified=2022-06-06 17:54:58.966401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.967381000, lastModified=2022-06-06 17:54:58.966401000, delta=980000 ns, racy<=15000 ns
17:54:58.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.967646000, lastModified=2022-06-06 17:54:58.967401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.967646000, lastModified=2022-06-06 17:54:58.967401000, delta=245000 ns, racy<=15000 ns
17:54:58.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.967875000, lastModified=2022-06-06 17:54:58.967401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.967875000, lastModified=2022-06-06 17:54:58.967401000, delta=474000 ns, racy<=15000 ns
17:54:58.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.968112000, lastModified=2022-06-06 17:54:58.967401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.968112000, lastModified=2022-06-06 17:54:58.967401000, delta=711000 ns, racy<=15000 ns
17:54:58.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.968338000, lastModified=2022-06-06 17:54:58.967401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.968338000, lastModified=2022-06-06 17:54:58.967401000, delta=937000 ns, racy<=15000 ns
17:54:58.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.968571000, lastModified=2022-06-06 17:54:58.968401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.968571000, lastModified=2022-06-06 17:54:58.968401000, delta=170000 ns, racy<=15000 ns
17:54:58.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.968798000, lastModified=2022-06-06 17:54:58.968401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.968798000, lastModified=2022-06-06 17:54:58.968401000, delta=397000 ns, racy<=15000 ns
17:54:58.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.969018000, lastModified=2022-06-06 17:54:58.968401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.969018000, lastModified=2022-06-06 17:54:58.968401000, delta=617000 ns, racy<=15000 ns
17:54:58.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.969256000, lastModified=2022-06-06 17:54:58.968401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.969256000, lastModified=2022-06-06 17:54:58.968401000, delta=855000 ns, racy<=15000 ns
17:54:58.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.969489000, lastModified=2022-06-06 17:54:58.968401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.968401000 to 2022-06-06 17:54:58.969401000
17:54:58.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.969710000, lastModified=2022-06-06 17:54:58.969401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.969710000, lastModified=2022-06-06 17:54:58.969401000, delta=309000 ns, racy<=15000 ns
17:54:58.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.969930000, lastModified=2022-06-06 17:54:58.969401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.969930000, lastModified=2022-06-06 17:54:58.969401000, delta=529000 ns, racy<=15000 ns
17:54:58.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.970161000, lastModified=2022-06-06 17:54:58.969401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.970161000, lastModified=2022-06-06 17:54:58.969401000, delta=760000 ns, racy<=15000 ns
17:54:58.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.970388000, lastModified=2022-06-06 17:54:58.969401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.970388000, lastModified=2022-06-06 17:54:58.969401000, delta=987000 ns, racy<=15000 ns
17:54:58.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.970649000, lastModified=2022-06-06 17:54:58.970401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.970649000, lastModified=2022-06-06 17:54:58.970401000, delta=248000 ns, racy<=15000 ns
17:54:58.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.970873000, lastModified=2022-06-06 17:54:58.970401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.970873000, lastModified=2022-06-06 17:54:58.970401000, delta=472000 ns, racy<=15000 ns
17:54:58.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.971103000, lastModified=2022-06-06 17:54:58.970401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.971103000, lastModified=2022-06-06 17:54:58.970401000, delta=702000 ns, racy<=15000 ns
17:54:58.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.974843000, lastModified=2022-06-06 17:54:58.970401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.970401000 to 2022-06-06 17:54:58.974401000
17:54:58.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.975130000, lastModified=2022-06-06 17:54:58.974401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.975130000, lastModified=2022-06-06 17:54:58.974401000, delta=729000 ns, racy<=15000 ns
17:54:58.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.975364000, lastModified=2022-06-06 17:54:58.974401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.975364000, lastModified=2022-06-06 17:54:58.974401000, delta=963000 ns, racy<=15000 ns
17:54:58.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.975676000, lastModified=2022-06-06 17:54:58.975401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.975676000, lastModified=2022-06-06 17:54:58.975401000, delta=275000 ns, racy<=15000 ns
17:54:58.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.975920000, lastModified=2022-06-06 17:54:58.975401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.975920000, lastModified=2022-06-06 17:54:58.975401000, delta=519000 ns, racy<=15000 ns
17:54:58.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.976226000, lastModified=2022-06-06 17:54:58.975401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.976226000, lastModified=2022-06-06 17:54:58.975401000, delta=825000 ns, racy<=15000 ns
17:54:58.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.976464000, lastModified=2022-06-06 17:54:58.975401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.975401000 to 2022-06-06 17:54:58.976401000
17:54:58.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.976686000, lastModified=2022-06-06 17:54:58.976401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.976686000, lastModified=2022-06-06 17:54:58.976401000, delta=285000 ns, racy<=15000 ns
17:54:58.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.976952000, lastModified=2022-06-06 17:54:58.976401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.976952000, lastModified=2022-06-06 17:54:58.976401000, delta=551000 ns, racy<=15000 ns
17:54:58.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.977204000, lastModified=2022-06-06 17:54:58.976401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.977204000, lastModified=2022-06-06 17:54:58.976401000, delta=803000 ns, racy<=15000 ns
17:54:58.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.977430000, lastModified=2022-06-06 17:54:58.976401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.976401000 to 2022-06-06 17:54:58.977401000
17:54:58.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.977677000, lastModified=2022-06-06 17:54:58.977401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.977677000, lastModified=2022-06-06 17:54:58.977401000, delta=276000 ns, racy<=15000 ns
17:54:58.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.977904000, lastModified=2022-06-06 17:54:58.977401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.977904000, lastModified=2022-06-06 17:54:58.977401000, delta=503000 ns, racy<=15000 ns
17:54:58.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.978149000, lastModified=2022-06-06 17:54:58.977401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.978149000, lastModified=2022-06-06 17:54:58.977401000, delta=748000 ns, racy<=15000 ns
17:54:58.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.978545000, lastModified=2022-06-06 17:54:58.978401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.978545000, lastModified=2022-06-06 17:54:58.978401000, delta=144000 ns, racy<=15000 ns
17:54:58.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.978785000, lastModified=2022-06-06 17:54:58.978401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.978785000, lastModified=2022-06-06 17:54:58.978401000, delta=384000 ns, racy<=15000 ns
17:54:58.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.979008000, lastModified=2022-06-06 17:54:58.978401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.979008000, lastModified=2022-06-06 17:54:58.978401000, delta=607000 ns, racy<=15000 ns
17:54:58.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.979245000, lastModified=2022-06-06 17:54:58.978401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.979245000, lastModified=2022-06-06 17:54:58.978401000, delta=844000 ns, racy<=15000 ns
17:54:58.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.979468000, lastModified=2022-06-06 17:54:58.978401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.978401000 to 2022-06-06 17:54:58.979401000
17:54:58.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.979688000, lastModified=2022-06-06 17:54:58.979401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.979688000, lastModified=2022-06-06 17:54:58.979401000, delta=287000 ns, racy<=15000 ns
17:54:58.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.979913000, lastModified=2022-06-06 17:54:58.979401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.979913000, lastModified=2022-06-06 17:54:58.979401000, delta=512000 ns, racy<=15000 ns
17:54:58.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.980154000, lastModified=2022-06-06 17:54:58.979401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.980154000, lastModified=2022-06-06 17:54:58.979401000, delta=753000 ns, racy<=15000 ns
17:54:58.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.980380000, lastModified=2022-06-06 17:54:58.979401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.980380000, lastModified=2022-06-06 17:54:58.979401000, delta=979000 ns, racy<=15000 ns
17:54:58.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.980619000, lastModified=2022-06-06 17:54:58.980401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.980619000, lastModified=2022-06-06 17:54:58.980401000, delta=218000 ns, racy<=15000 ns
17:54:58.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.980842000, lastModified=2022-06-06 17:54:58.980401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.980842000, lastModified=2022-06-06 17:54:58.980401000, delta=441000 ns, racy<=15000 ns
17:54:58.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.981065000, lastModified=2022-06-06 17:54:58.980401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.981065000, lastModified=2022-06-06 17:54:58.980401000, delta=664000 ns, racy<=15000 ns
17:54:58.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.981300000, lastModified=2022-06-06 17:54:58.980401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.981300000, lastModified=2022-06-06 17:54:58.980401000, delta=899000 ns, racy<=15000 ns
17:54:58.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.981532000, lastModified=2022-06-06 17:54:58.980401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.980401000 to 2022-06-06 17:54:58.981401000
17:54:58.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.981746000, lastModified=2022-06-06 17:54:58.981401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.981746000, lastModified=2022-06-06 17:54:58.981401000, delta=345000 ns, racy<=15000 ns
17:54:58.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.981970000, lastModified=2022-06-06 17:54:58.981401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.981970000, lastModified=2022-06-06 17:54:58.981401000, delta=569000 ns, racy<=15000 ns
17:54:58.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.982200000, lastModified=2022-06-06 17:54:58.981401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.982200000, lastModified=2022-06-06 17:54:58.981401000, delta=799000 ns, racy<=15000 ns
17:54:58.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.982423000, lastModified=2022-06-06 17:54:58.981401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.981401000 to 2022-06-06 17:54:58.982401000
17:54:58.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.982670000, lastModified=2022-06-06 17:54:58.982401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.982670000, lastModified=2022-06-06 17:54:58.982401000, delta=269000 ns, racy<=15000 ns
17:54:58.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.982897000, lastModified=2022-06-06 17:54:58.982401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.982897000, lastModified=2022-06-06 17:54:58.982401000, delta=496000 ns, racy<=15000 ns
17:54:58.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.983131000, lastModified=2022-06-06 17:54:58.982401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.983131000, lastModified=2022-06-06 17:54:58.982401000, delta=730000 ns, racy<=15000 ns
17:54:58.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.985626000, lastModified=2022-06-06 17:54:58.982401000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.982401000 to 2022-06-06 17:54:58.985402000
17:54:58.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.985915000, lastModified=2022-06-06 17:54:58.985402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.985915000, lastModified=2022-06-06 17:54:58.985402000, delta=513000 ns, racy<=15000 ns
17:54:58.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.986231000, lastModified=2022-06-06 17:54:58.985402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.986231000, lastModified=2022-06-06 17:54:58.985402000, delta=829000 ns, racy<=15000 ns
17:54:58.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.986493000, lastModified=2022-06-06 17:54:58.985402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.985402000 to 2022-06-06 17:54:58.986402000
17:54:58.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.986717000, lastModified=2022-06-06 17:54:58.986402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.986717000, lastModified=2022-06-06 17:54:58.986402000, delta=315000 ns, racy<=15000 ns
17:54:58.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.986941000, lastModified=2022-06-06 17:54:58.986402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.986941000, lastModified=2022-06-06 17:54:58.986402000, delta=539000 ns, racy<=15000 ns
17:54:58.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.987175000, lastModified=2022-06-06 17:54:58.986402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.987175000, lastModified=2022-06-06 17:54:58.986402000, delta=773000 ns, racy<=15000 ns
17:54:58.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.987399000, lastModified=2022-06-06 17:54:58.986402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.987399000, lastModified=2022-06-06 17:54:58.986402000, delta=997000 ns, racy<=15000 ns
17:54:58.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.987639000, lastModified=2022-06-06 17:54:58.987402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.987639000, lastModified=2022-06-06 17:54:58.987402000, delta=237000 ns, racy<=15000 ns
17:54:58.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.987962000, lastModified=2022-06-06 17:54:58.987402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.987962000, lastModified=2022-06-06 17:54:58.987402000, delta=560000 ns, racy<=15000 ns
17:54:58.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.988221000, lastModified=2022-06-06 17:54:58.987402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.988221000, lastModified=2022-06-06 17:54:58.987402000, delta=819000 ns, racy<=15000 ns
17:54:58.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.988444000, lastModified=2022-06-06 17:54:58.987402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.987402000 to 2022-06-06 17:54:58.988402000
17:54:58.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.988665000, lastModified=2022-06-06 17:54:58.988402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.988665000, lastModified=2022-06-06 17:54:58.988402000, delta=263000 ns, racy<=15000 ns
17:54:58.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.988923000, lastModified=2022-06-06 17:54:58.988402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.988923000, lastModified=2022-06-06 17:54:58.988402000, delta=521000 ns, racy<=15000 ns
17:54:58.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.989179000, lastModified=2022-06-06 17:54:58.988402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.989179000, lastModified=2022-06-06 17:54:58.988402000, delta=777000 ns, racy<=15000 ns
17:54:58.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.989406000, lastModified=2022-06-06 17:54:58.988402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.988402000 to 2022-06-06 17:54:58.989402000
17:54:58.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.989677000, lastModified=2022-06-06 17:54:58.989402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.989677000, lastModified=2022-06-06 17:54:58.989402000, delta=275000 ns, racy<=15000 ns
17:54:58.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.989906000, lastModified=2022-06-06 17:54:58.989402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.989906000, lastModified=2022-06-06 17:54:58.989402000, delta=504000 ns, racy<=15000 ns
17:54:58.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.990143000, lastModified=2022-06-06 17:54:58.989402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.990143000, lastModified=2022-06-06 17:54:58.989402000, delta=741000 ns, racy<=15000 ns
17:54:58.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.990369000, lastModified=2022-06-06 17:54:58.989402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.990369000, lastModified=2022-06-06 17:54:58.989402000, delta=967000 ns, racy<=15000 ns
17:54:58.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.990631000, lastModified=2022-06-06 17:54:58.990402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.990631000, lastModified=2022-06-06 17:54:58.990402000, delta=229000 ns, racy<=15000 ns
17:54:58.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.990857000, lastModified=2022-06-06 17:54:58.990402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.990857000, lastModified=2022-06-06 17:54:58.990402000, delta=455000 ns, racy<=15000 ns
17:54:58.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.991091000, lastModified=2022-06-06 17:54:58.990402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.991091000, lastModified=2022-06-06 17:54:58.990402000, delta=689000 ns, racy<=15000 ns
17:54:58.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.991316000, lastModified=2022-06-06 17:54:58.990402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.991316000, lastModified=2022-06-06 17:54:58.990402000, delta=914000 ns, racy<=15000 ns
17:54:58.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.991544000, lastModified=2022-06-06 17:54:58.991402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.991544000, lastModified=2022-06-06 17:54:58.991402000, delta=142000 ns, racy<=15000 ns
17:54:58.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.991769000, lastModified=2022-06-06 17:54:58.991402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.991769000, lastModified=2022-06-06 17:54:58.991402000, delta=367000 ns, racy<=15000 ns
17:54:58.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.991992000, lastModified=2022-06-06 17:54:58.991402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.991992000, lastModified=2022-06-06 17:54:58.991402000, delta=590000 ns, racy<=15000 ns
17:54:58.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.992226000, lastModified=2022-06-06 17:54:58.991402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.992226000, lastModified=2022-06-06 17:54:58.991402000, delta=824000 ns, racy<=15000 ns
17:54:58.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.992453000, lastModified=2022-06-06 17:54:58.991402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.991402000 to 2022-06-06 17:54:58.992402000
17:54:58.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.992667000, lastModified=2022-06-06 17:54:58.992402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.992667000, lastModified=2022-06-06 17:54:58.992402000, delta=265000 ns, racy<=15000 ns
17:54:58.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.992893000, lastModified=2022-06-06 17:54:58.992402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.992893000, lastModified=2022-06-06 17:54:58.992402000, delta=491000 ns, racy<=15000 ns
17:54:58.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.993131000, lastModified=2022-06-06 17:54:58.992402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.993131000, lastModified=2022-06-06 17:54:58.992402000, delta=729000 ns, racy<=15000 ns
17:54:58.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.993359000, lastModified=2022-06-06 17:54:58.992402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.993359000, lastModified=2022-06-06 17:54:58.992402000, delta=957000 ns, racy<=15000 ns
17:54:58.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.993593000, lastModified=2022-06-06 17:54:58.993402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.993593000, lastModified=2022-06-06 17:54:58.993402000, delta=191000 ns, racy<=15000 ns
17:54:58.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.993817000, lastModified=2022-06-06 17:54:58.993402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.993817000, lastModified=2022-06-06 17:54:58.993402000, delta=415000 ns, racy<=15000 ns
17:54:58.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.997286000, lastModified=2022-06-06 17:54:58.993402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.993402000 to 2022-06-06 17:54:58.996402000
17:54:58.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.997527000, lastModified=2022-06-06 17:54:58.996402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.996402000 to 2022-06-06 17:54:58.997402000
17:54:58.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.997736000, lastModified=2022-06-06 17:54:58.997402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.997736000, lastModified=2022-06-06 17:54:58.997402000, delta=334000 ns, racy<=15000 ns
17:54:58.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.997948000, lastModified=2022-06-06 17:54:58.997402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.997948000, lastModified=2022-06-06 17:54:58.997402000, delta=546000 ns, racy<=15000 ns
17:54:58.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.998179000, lastModified=2022-06-06 17:54:58.997402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.998179000, lastModified=2022-06-06 17:54:58.997402000, delta=777000 ns, racy<=15000 ns
17:54:58.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.998393000, lastModified=2022-06-06 17:54:58.997402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.998393000, lastModified=2022-06-06 17:54:58.997402000, delta=991000 ns, racy<=15000 ns
17:54:58.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.998616000, lastModified=2022-06-06 17:54:58.998402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.998616000, lastModified=2022-06-06 17:54:58.998402000, delta=214000 ns, racy<=15000 ns
17:54:58.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.998837000, lastModified=2022-06-06 17:54:58.998402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.998837000, lastModified=2022-06-06 17:54:58.998402000, delta=435000 ns, racy<=15000 ns
17:54:58.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.999050000, lastModified=2022-06-06 17:54:58.998402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.999050000, lastModified=2022-06-06 17:54:58.998402000, delta=648000 ns, racy<=15000 ns
17:54:58.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.999293000, lastModified=2022-06-06 17:54:58.998402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.999293000, lastModified=2022-06-06 17:54:58.998402000, delta=891000 ns, racy<=15000 ns
17:54:58.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.999548000, lastModified=2022-06-06 17:54:58.998402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.998402000 to 2022-06-06 17:54:58.999402000
17:54:58.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.999753000, lastModified=2022-06-06 17:54:58.999402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:58.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.999753000, lastModified=2022-06-06 17:54:58.999402000, delta=351000 ns, racy<=15000 ns
17:54:58.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:58.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:58.999964000, lastModified=2022-06-06 17:54:58.999402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:58.999964000, lastModified=2022-06-06 17:54:58.999402000, delta=562000 ns, racy<=15000 ns
17:54:59.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.000207000, lastModified=2022-06-06 17:54:58.999402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.000207000, lastModified=2022-06-06 17:54:58.999402000, delta=805000 ns, racy<=15000 ns
17:54:59.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.000419000, lastModified=2022-06-06 17:54:58.999402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:58.999402000 to 2022-06-06 17:54:59.000402000
17:54:59.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.000626000, lastModified=2022-06-06 17:54:59.000402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.000626000, lastModified=2022-06-06 17:54:59.000402000, delta=224000 ns, racy<=15000 ns
17:54:59.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.000838000, lastModified=2022-06-06 17:54:59.000402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.000838000, lastModified=2022-06-06 17:54:59.000402000, delta=436000 ns, racy<=15000 ns
17:54:59.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.001049000, lastModified=2022-06-06 17:54:59.000402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.001049000, lastModified=2022-06-06 17:54:59.000402000, delta=647000 ns, racy<=15000 ns
17:54:59.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.001269000, lastModified=2022-06-06 17:54:59.000402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.001269000, lastModified=2022-06-06 17:54:59.000402000, delta=867000 ns, racy<=15000 ns
17:54:59.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.001479000, lastModified=2022-06-06 17:54:59.000402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.000402000 to 2022-06-06 17:54:59.001402000
17:54:59.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.001690000, lastModified=2022-06-06 17:54:59.001402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.001690000, lastModified=2022-06-06 17:54:59.001402000, delta=288000 ns, racy<=15000 ns
17:54:59.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.001902000, lastModified=2022-06-06 17:54:59.001402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.001902000, lastModified=2022-06-06 17:54:59.001402000, delta=500000 ns, racy<=15000 ns
17:54:59.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.002117000, lastModified=2022-06-06 17:54:59.001402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.002117000, lastModified=2022-06-06 17:54:59.001402000, delta=715000 ns, racy<=15000 ns
17:54:59.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.002330000, lastModified=2022-06-06 17:54:59.001402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.002330000, lastModified=2022-06-06 17:54:59.001402000, delta=928000 ns, racy<=15000 ns
17:54:59.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.002548000, lastModified=2022-06-06 17:54:59.002402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.002548000, lastModified=2022-06-06 17:54:59.002402000, delta=146000 ns, racy<=15000 ns
17:54:59.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.002760000, lastModified=2022-06-06 17:54:59.002402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.002760000, lastModified=2022-06-06 17:54:59.002402000, delta=358000 ns, racy<=15000 ns
17:54:59.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.002973000, lastModified=2022-06-06 17:54:59.002402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.002973000, lastModified=2022-06-06 17:54:59.002402000, delta=571000 ns, racy<=15000 ns
17:54:59.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.003208000, lastModified=2022-06-06 17:54:59.002402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.003208000, lastModified=2022-06-06 17:54:59.002402000, delta=806000 ns, racy<=15000 ns
17:54:59.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.003440000, lastModified=2022-06-06 17:54:59.002402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.002402000 to 2022-06-06 17:54:59.003402000
17:54:59.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.003679000, lastModified=2022-06-06 17:54:59.003402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.003679000, lastModified=2022-06-06 17:54:59.003402000, delta=277000 ns, racy<=15000 ns
17:54:59.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.048027000, lastModified=2022-06-06 17:54:59.003402000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.003402000 to 2022-06-06 17:54:59.047403000
17:54:59.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.048288000, lastModified=2022-06-06 17:54:59.047403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.048288000, lastModified=2022-06-06 17:54:59.047403000, delta=885000 ns, racy<=15000 ns
17:54:59.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.048506000, lastModified=2022-06-06 17:54:59.047403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.047403000 to 2022-06-06 17:54:59.048403000
17:54:59.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.048700000, lastModified=2022-06-06 17:54:59.048403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.048700000, lastModified=2022-06-06 17:54:59.048403000, delta=297000 ns, racy<=15000 ns
17:54:59.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.048 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.048914000, lastModified=2022-06-06 17:54:59.048403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.049 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.048914000, lastModified=2022-06-06 17:54:59.048403000, delta=511000 ns, racy<=15000 ns
17:54:59.049 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.052286000, lastModified=2022-06-06 17:54:59.048403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.048403000 to 2022-06-06 17:54:59.051403000
17:54:59.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.052537000, lastModified=2022-06-06 17:54:59.052403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.052537000, lastModified=2022-06-06 17:54:59.052403000, delta=134000 ns, racy<=15000 ns
17:54:59.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.052752000, lastModified=2022-06-06 17:54:59.052403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.052752000, lastModified=2022-06-06 17:54:59.052403000, delta=349000 ns, racy<=15000 ns
17:54:59.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.052958000, lastModified=2022-06-06 17:54:59.052403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.052958000, lastModified=2022-06-06 17:54:59.052403000, delta=555000 ns, racy<=15000 ns
17:54:59.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.053193000, lastModified=2022-06-06 17:54:59.052403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.053193000, lastModified=2022-06-06 17:54:59.052403000, delta=790000 ns, racy<=15000 ns
17:54:59.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.053400000, lastModified=2022-06-06 17:54:59.052403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.053400000, lastModified=2022-06-06 17:54:59.052403000, delta=997000 ns, racy<=15000 ns
17:54:59.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.053680000, lastModified=2022-06-06 17:54:59.053403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.053680000, lastModified=2022-06-06 17:54:59.053403000, delta=277000 ns, racy<=15000 ns
17:54:59.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.053911000, lastModified=2022-06-06 17:54:59.053403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.053911000, lastModified=2022-06-06 17:54:59.053403000, delta=508000 ns, racy<=15000 ns
17:54:59.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.054127000, lastModified=2022-06-06 17:54:59.053403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.054127000, lastModified=2022-06-06 17:54:59.053403000, delta=724000 ns, racy<=15000 ns
17:54:59.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.054338000, lastModified=2022-06-06 17:54:59.053403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.054338000, lastModified=2022-06-06 17:54:59.053403000, delta=935000 ns, racy<=15000 ns
17:54:59.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.054550000, lastModified=2022-06-06 17:54:59.054403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.054550000, lastModified=2022-06-06 17:54:59.054403000, delta=147000 ns, racy<=15000 ns
17:54:59.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.054788000, lastModified=2022-06-06 17:54:59.054403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.054788000, lastModified=2022-06-06 17:54:59.054403000, delta=385000 ns, racy<=15000 ns
17:54:59.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.055006000, lastModified=2022-06-06 17:54:59.054403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.055006000, lastModified=2022-06-06 17:54:59.054403000, delta=603000 ns, racy<=15000 ns
17:54:59.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.055222000, lastModified=2022-06-06 17:54:59.054403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.055222000, lastModified=2022-06-06 17:54:59.054403000, delta=819000 ns, racy<=15000 ns
17:54:59.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.055484000, lastModified=2022-06-06 17:54:59.054403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.054403000 to 2022-06-06 17:54:59.055403000
17:54:59.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.055715000, lastModified=2022-06-06 17:54:59.055403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.055715000, lastModified=2022-06-06 17:54:59.055403000, delta=312000 ns, racy<=15000 ns
17:54:59.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.055927000, lastModified=2022-06-06 17:54:59.055403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.055927000, lastModified=2022-06-06 17:54:59.055403000, delta=524000 ns, racy<=15000 ns
17:54:59.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.056148000, lastModified=2022-06-06 17:54:59.055403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.056148000, lastModified=2022-06-06 17:54:59.055403000, delta=745000 ns, racy<=15000 ns
17:54:59.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.056396000, lastModified=2022-06-06 17:54:59.055403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.056396000, lastModified=2022-06-06 17:54:59.055403000, delta=993000 ns, racy<=15000 ns
17:54:59.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.056623000, lastModified=2022-06-06 17:54:59.056403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.056623000, lastModified=2022-06-06 17:54:59.056403000, delta=220000 ns, racy<=15000 ns
17:54:59.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.056837000, lastModified=2022-06-06 17:54:59.056403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.056837000, lastModified=2022-06-06 17:54:59.056403000, delta=434000 ns, racy<=15000 ns
17:54:59.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.057114000, lastModified=2022-06-06 17:54:59.056403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.057114000, lastModified=2022-06-06 17:54:59.056403000, delta=711000 ns, racy<=15000 ns
17:54:59.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.057325000, lastModified=2022-06-06 17:54:59.056403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.057325000, lastModified=2022-06-06 17:54:59.056403000, delta=922000 ns, racy<=15000 ns
17:54:59.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.057540000, lastModified=2022-06-06 17:54:59.057403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.057540000, lastModified=2022-06-06 17:54:59.057403000, delta=137000 ns, racy<=15000 ns
17:54:59.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.057752000, lastModified=2022-06-06 17:54:59.057403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.057752000, lastModified=2022-06-06 17:54:59.057403000, delta=349000 ns, racy<=15000 ns
17:54:59.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.058005000, lastModified=2022-06-06 17:54:59.057403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.058005000, lastModified=2022-06-06 17:54:59.057403000, delta=602000 ns, racy<=15000 ns
17:54:59.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.058221000, lastModified=2022-06-06 17:54:59.057403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.058221000, lastModified=2022-06-06 17:54:59.057403000, delta=818000 ns, racy<=15000 ns
17:54:59.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.058474000, lastModified=2022-06-06 17:54:59.057403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.057403000 to 2022-06-06 17:54:59.058403000
17:54:59.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.058714000, lastModified=2022-06-06 17:54:59.058403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.058714000, lastModified=2022-06-06 17:54:59.058403000, delta=311000 ns, racy<=15000 ns
17:54:59.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.058935000, lastModified=2022-06-06 17:54:59.058403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.058935000, lastModified=2022-06-06 17:54:59.058403000, delta=532000 ns, racy<=15000 ns
17:54:59.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.059154000, lastModified=2022-06-06 17:54:59.058403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.059154000, lastModified=2022-06-06 17:54:59.058403000, delta=751000 ns, racy<=15000 ns
17:54:59.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.059401000, lastModified=2022-06-06 17:54:59.058403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.059401000, lastModified=2022-06-06 17:54:59.058403000, delta=998000 ns, racy<=15000 ns
17:54:59.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.059644000, lastModified=2022-06-06 17:54:59.059403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.059644000, lastModified=2022-06-06 17:54:59.059403000, delta=241000 ns, racy<=15000 ns
17:54:59.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.059867000, lastModified=2022-06-06 17:54:59.059403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.060 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.059867000, lastModified=2022-06-06 17:54:59.059403000, delta=464000 ns, racy<=15000 ns
17:54:59.060 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.060 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.060102000, lastModified=2022-06-06 17:54:59.059403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.060 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.060102000, lastModified=2022-06-06 17:54:59.059403000, delta=699000 ns, racy<=15000 ns
17:54:59.060 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.064 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.064444000, lastModified=2022-06-06 17:54:59.059403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.064 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.059403000 to 2022-06-06 17:54:59.064403000
17:54:59.064 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.064697000, lastModified=2022-06-06 17:54:59.064403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.064 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.064697000, lastModified=2022-06-06 17:54:59.064403000, delta=294000 ns, racy<=15000 ns
17:54:59.064 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.064 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.064908000, lastModified=2022-06-06 17:54:59.064403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.064908000, lastModified=2022-06-06 17:54:59.064403000, delta=505000 ns, racy<=15000 ns
17:54:59.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.065123000, lastModified=2022-06-06 17:54:59.064403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.065123000, lastModified=2022-06-06 17:54:59.064403000, delta=720000 ns, racy<=15000 ns
17:54:59.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.065333000, lastModified=2022-06-06 17:54:59.064403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.065333000, lastModified=2022-06-06 17:54:59.064403000, delta=930000 ns, racy<=15000 ns
17:54:59.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.065543000, lastModified=2022-06-06 17:54:59.065403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.065543000, lastModified=2022-06-06 17:54:59.065403000, delta=140000 ns, racy<=15000 ns
17:54:59.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.065759000, lastModified=2022-06-06 17:54:59.065403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.065759000, lastModified=2022-06-06 17:54:59.065403000, delta=356000 ns, racy<=15000 ns
17:54:59.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.065 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.065968000, lastModified=2022-06-06 17:54:59.065403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.065968000, lastModified=2022-06-06 17:54:59.065403000, delta=565000 ns, racy<=15000 ns
17:54:59.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.066181000, lastModified=2022-06-06 17:54:59.065403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.066181000, lastModified=2022-06-06 17:54:59.065403000, delta=778000 ns, racy<=15000 ns
17:54:59.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.066390000, lastModified=2022-06-06 17:54:59.065403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.066390000, lastModified=2022-06-06 17:54:59.065403000, delta=987000 ns, racy<=15000 ns
17:54:59.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.066602000, lastModified=2022-06-06 17:54:59.066403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.066602000, lastModified=2022-06-06 17:54:59.066403000, delta=199000 ns, racy<=15000 ns
17:54:59.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.066832000, lastModified=2022-06-06 17:54:59.066403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.066832000, lastModified=2022-06-06 17:54:59.066403000, delta=429000 ns, racy<=15000 ns
17:54:59.066 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.067054000, lastModified=2022-06-06 17:54:59.066403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.067054000, lastModified=2022-06-06 17:54:59.066403000, delta=651000 ns, racy<=15000 ns
17:54:59.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.067288000, lastModified=2022-06-06 17:54:59.066403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.067288000, lastModified=2022-06-06 17:54:59.066403000, delta=885000 ns, racy<=15000 ns
17:54:59.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.067561000, lastModified=2022-06-06 17:54:59.066403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.066403000 to 2022-06-06 17:54:59.067403000
17:54:59.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.067764000, lastModified=2022-06-06 17:54:59.067403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.067764000, lastModified=2022-06-06 17:54:59.067403000, delta=361000 ns, racy<=15000 ns
17:54:59.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.067973000, lastModified=2022-06-06 17:54:59.067403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.067973000, lastModified=2022-06-06 17:54:59.067403000, delta=570000 ns, racy<=15000 ns
17:54:59.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.068188000, lastModified=2022-06-06 17:54:59.067403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.068188000, lastModified=2022-06-06 17:54:59.067403000, delta=785000 ns, racy<=15000 ns
17:54:59.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.068395000, lastModified=2022-06-06 17:54:59.067403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.068395000, lastModified=2022-06-06 17:54:59.067403000, delta=992000 ns, racy<=15000 ns
17:54:59.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.068619000, lastModified=2022-06-06 17:54:59.068403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.068619000, lastModified=2022-06-06 17:54:59.068403000, delta=216000 ns, racy<=15000 ns
17:54:59.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.068834000, lastModified=2022-06-06 17:54:59.068403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.068834000, lastModified=2022-06-06 17:54:59.068403000, delta=431000 ns, racy<=15000 ns
17:54:59.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.069043000, lastModified=2022-06-06 17:54:59.068403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.069043000, lastModified=2022-06-06 17:54:59.068403000, delta=640000 ns, racy<=15000 ns
17:54:59.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.069275000, lastModified=2022-06-06 17:54:59.068403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.069275000, lastModified=2022-06-06 17:54:59.068403000, delta=872000 ns, racy<=15000 ns
17:54:59.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.069485000, lastModified=2022-06-06 17:54:59.068403000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.068403000 to 2022-06-06 17:54:59.069404000
17:54:59.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.069696000, lastModified=2022-06-06 17:54:59.069404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.069696000, lastModified=2022-06-06 17:54:59.069404000, delta=292000 ns, racy<=15000 ns
17:54:59.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.069907000, lastModified=2022-06-06 17:54:59.069404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.069907000, lastModified=2022-06-06 17:54:59.069404000, delta=503000 ns, racy<=15000 ns
17:54:59.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.070125000, lastModified=2022-06-06 17:54:59.069404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.070125000, lastModified=2022-06-06 17:54:59.069404000, delta=721000 ns, racy<=15000 ns
17:54:59.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.070336000, lastModified=2022-06-06 17:54:59.069404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.070336000, lastModified=2022-06-06 17:54:59.069404000, delta=932000 ns, racy<=15000 ns
17:54:59.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.070555000, lastModified=2022-06-06 17:54:59.070404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.070555000, lastModified=2022-06-06 17:54:59.070404000, delta=151000 ns, racy<=15000 ns
17:54:59.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.070770000, lastModified=2022-06-06 17:54:59.070404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.070770000, lastModified=2022-06-06 17:54:59.070404000, delta=366000 ns, racy<=15000 ns
17:54:59.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.070 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.070978000, lastModified=2022-06-06 17:54:59.070404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.070978000, lastModified=2022-06-06 17:54:59.070404000, delta=574000 ns, racy<=15000 ns
17:54:59.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.071198000, lastModified=2022-06-06 17:54:59.070404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.071198000, lastModified=2022-06-06 17:54:59.070404000, delta=794000 ns, racy<=15000 ns
17:54:59.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.071408000, lastModified=2022-06-06 17:54:59.070404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.071408000, lastModified=2022-06-06 17:54:59.070404000, delta=1004000 ns, racy<=15000 ns
17:54:59.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.071624000, lastModified=2022-06-06 17:54:59.071404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.071624000, lastModified=2022-06-06 17:54:59.071404000, delta=220000 ns, racy<=15000 ns
17:54:59.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.071840000, lastModified=2022-06-06 17:54:59.071404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.071840000, lastModified=2022-06-06 17:54:59.071404000, delta=436000 ns, racy<=15000 ns
17:54:59.071 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.078202000, lastModified=2022-06-06 17:54:59.071404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.071404000 to 2022-06-06 17:54:59.077404000
17:54:59.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.078421000, lastModified=2022-06-06 17:54:59.077404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.078421000, lastModified=2022-06-06 17:54:59.077404000, delta=1017000 ns, racy<=15000 ns
17:54:59.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.078645000, lastModified=2022-06-06 17:54:59.078404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.078645000, lastModified=2022-06-06 17:54:59.078404000, delta=241000 ns, racy<=15000 ns
17:54:59.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.078851000, lastModified=2022-06-06 17:54:59.078404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.078851000, lastModified=2022-06-06 17:54:59.078404000, delta=447000 ns, racy<=15000 ns
17:54:59.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.079064000, lastModified=2022-06-06 17:54:59.078404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.079064000, lastModified=2022-06-06 17:54:59.078404000, delta=660000 ns, racy<=15000 ns
17:54:59.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.079276000, lastModified=2022-06-06 17:54:59.078404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.079276000, lastModified=2022-06-06 17:54:59.078404000, delta=872000 ns, racy<=15000 ns
17:54:59.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.079482000, lastModified=2022-06-06 17:54:59.078404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.078404000 to 2022-06-06 17:54:59.079404000
17:54:59.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.079685000, lastModified=2022-06-06 17:54:59.079404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.079685000, lastModified=2022-06-06 17:54:59.079404000, delta=281000 ns, racy<=15000 ns
17:54:59.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.079890000, lastModified=2022-06-06 17:54:59.079404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.079890000, lastModified=2022-06-06 17:54:59.079404000, delta=486000 ns, racy<=15000 ns
17:54:59.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.080110000, lastModified=2022-06-06 17:54:59.079404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.080110000, lastModified=2022-06-06 17:54:59.079404000, delta=706000 ns, racy<=15000 ns
17:54:59.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.080321000, lastModified=2022-06-06 17:54:59.079404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.080321000, lastModified=2022-06-06 17:54:59.079404000, delta=917000 ns, racy<=15000 ns
17:54:59.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.080531000, lastModified=2022-06-06 17:54:59.079404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.079404000 to 2022-06-06 17:54:59.080404000
17:54:59.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.080728000, lastModified=2022-06-06 17:54:59.080404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.080728000, lastModified=2022-06-06 17:54:59.080404000, delta=324000 ns, racy<=15000 ns
17:54:59.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.080938000, lastModified=2022-06-06 17:54:59.080404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.080938000, lastModified=2022-06-06 17:54:59.080404000, delta=534000 ns, racy<=15000 ns
17:54:59.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.081158000, lastModified=2022-06-06 17:54:59.080404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.081158000, lastModified=2022-06-06 17:54:59.080404000, delta=754000 ns, racy<=15000 ns
17:54:59.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.081375000, lastModified=2022-06-06 17:54:59.080404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.081375000, lastModified=2022-06-06 17:54:59.080404000, delta=971000 ns, racy<=15000 ns
17:54:59.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.081588000, lastModified=2022-06-06 17:54:59.081404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.081588000, lastModified=2022-06-06 17:54:59.081404000, delta=184000 ns, racy<=15000 ns
17:54:59.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.081793000, lastModified=2022-06-06 17:54:59.081404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.081793000, lastModified=2022-06-06 17:54:59.081404000, delta=389000 ns, racy<=15000 ns
17:54:59.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.081999000, lastModified=2022-06-06 17:54:59.081404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.081999000, lastModified=2022-06-06 17:54:59.081404000, delta=595000 ns, racy<=15000 ns
17:54:59.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.082220000, lastModified=2022-06-06 17:54:59.081404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.082220000, lastModified=2022-06-06 17:54:59.081404000, delta=816000 ns, racy<=15000 ns
17:54:59.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.082425000, lastModified=2022-06-06 17:54:59.081404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.081404000 to 2022-06-06 17:54:59.082404000
17:54:59.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.082621000, lastModified=2022-06-06 17:54:59.082404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.082621000, lastModified=2022-06-06 17:54:59.082404000, delta=217000 ns, racy<=15000 ns
17:54:59.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.082828000, lastModified=2022-06-06 17:54:59.082404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.082828000, lastModified=2022-06-06 17:54:59.082404000, delta=424000 ns, racy<=15000 ns
17:54:59.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.083034000, lastModified=2022-06-06 17:54:59.082404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.083034000, lastModified=2022-06-06 17:54:59.082404000, delta=630000 ns, racy<=15000 ns
17:54:59.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.083252000, lastModified=2022-06-06 17:54:59.082404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.083252000, lastModified=2022-06-06 17:54:59.082404000, delta=848000 ns, racy<=15000 ns
17:54:59.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.083457000, lastModified=2022-06-06 17:54:59.082404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.082404000 to 2022-06-06 17:54:59.083404000
17:54:59.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.083681000, lastModified=2022-06-06 17:54:59.083404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.083681000, lastModified=2022-06-06 17:54:59.083404000, delta=277000 ns, racy<=15000 ns
17:54:59.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.083894000, lastModified=2022-06-06 17:54:59.083404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.083894000, lastModified=2022-06-06 17:54:59.083404000, delta=490000 ns, racy<=15000 ns
17:54:59.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.084113000, lastModified=2022-06-06 17:54:59.083404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.084113000, lastModified=2022-06-06 17:54:59.083404000, delta=709000 ns, racy<=15000 ns
17:54:59.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.084321000, lastModified=2022-06-06 17:54:59.083404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.084321000, lastModified=2022-06-06 17:54:59.083404000, delta=917000 ns, racy<=15000 ns
17:54:59.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.084541000, lastModified=2022-06-06 17:54:59.084404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.084541000, lastModified=2022-06-06 17:54:59.084404000, delta=137000 ns, racy<=15000 ns
17:54:59.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.084751000, lastModified=2022-06-06 17:54:59.084404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.084751000, lastModified=2022-06-06 17:54:59.084404000, delta=347000 ns, racy<=15000 ns
17:54:59.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.084956000, lastModified=2022-06-06 17:54:59.084404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.085 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.084956000, lastModified=2022-06-06 17:54:59.084404000, delta=552000 ns, racy<=15000 ns
17:54:59.085 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.085 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.085168000, lastModified=2022-06-06 17:54:59.084404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.085 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.085168000, lastModified=2022-06-06 17:54:59.084404000, delta=764000 ns, racy<=15000 ns
17:54:59.085 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.085 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.085376000, lastModified=2022-06-06 17:54:59.084404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.085 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.085376000, lastModified=2022-06-06 17:54:59.084404000, delta=972000 ns, racy<=15000 ns
17:54:59.085 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.087868000, lastModified=2022-06-06 17:54:59.085404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.085404000 to 2022-06-06 17:54:59.087404000
17:54:59.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.088125000, lastModified=2022-06-06 17:54:59.087404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.088125000, lastModified=2022-06-06 17:54:59.087404000, delta=721000 ns, racy<=15000 ns
17:54:59.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.088349000, lastModified=2022-06-06 17:54:59.087404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.088349000, lastModified=2022-06-06 17:54:59.087404000, delta=945000 ns, racy<=15000 ns
17:54:59.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.088616000, lastModified=2022-06-06 17:54:59.088404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.088616000, lastModified=2022-06-06 17:54:59.088404000, delta=212000 ns, racy<=15000 ns
17:54:59.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.088853000, lastModified=2022-06-06 17:54:59.088404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.088853000, lastModified=2022-06-06 17:54:59.088404000, delta=449000 ns, racy<=15000 ns
17:54:59.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.089057000, lastModified=2022-06-06 17:54:59.088404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.089057000, lastModified=2022-06-06 17:54:59.088404000, delta=653000 ns, racy<=15000 ns
17:54:59.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.089282000, lastModified=2022-06-06 17:54:59.088404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.089282000, lastModified=2022-06-06 17:54:59.088404000, delta=878000 ns, racy<=15000 ns
17:54:59.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.089486000, lastModified=2022-06-06 17:54:59.088404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.088404000 to 2022-06-06 17:54:59.089404000
17:54:59.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.089700000, lastModified=2022-06-06 17:54:59.089404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.089700000, lastModified=2022-06-06 17:54:59.089404000, delta=296000 ns, racy<=15000 ns
17:54:59.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.089909000, lastModified=2022-06-06 17:54:59.089404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.089909000, lastModified=2022-06-06 17:54:59.089404000, delta=505000 ns, racy<=15000 ns
17:54:59.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.090123000, lastModified=2022-06-06 17:54:59.089404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.090123000, lastModified=2022-06-06 17:54:59.089404000, delta=719000 ns, racy<=15000 ns
17:54:59.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.090329000, lastModified=2022-06-06 17:54:59.089404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.090329000, lastModified=2022-06-06 17:54:59.089404000, delta=925000 ns, racy<=15000 ns
17:54:59.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.090547000, lastModified=2022-06-06 17:54:59.090404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.090547000, lastModified=2022-06-06 17:54:59.090404000, delta=143000 ns, racy<=15000 ns
17:54:59.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.090758000, lastModified=2022-06-06 17:54:59.090404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.090758000, lastModified=2022-06-06 17:54:59.090404000, delta=354000 ns, racy<=15000 ns
17:54:59.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.090967000, lastModified=2022-06-06 17:54:59.090404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.090967000, lastModified=2022-06-06 17:54:59.090404000, delta=563000 ns, racy<=15000 ns
17:54:59.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.091182000, lastModified=2022-06-06 17:54:59.090404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.091182000, lastModified=2022-06-06 17:54:59.090404000, delta=778000 ns, racy<=15000 ns
17:54:59.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.091389000, lastModified=2022-06-06 17:54:59.090404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.091389000, lastModified=2022-06-06 17:54:59.090404000, delta=985000 ns, racy<=15000 ns
17:54:59.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.091603000, lastModified=2022-06-06 17:54:59.091404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.091603000, lastModified=2022-06-06 17:54:59.091404000, delta=199000 ns, racy<=15000 ns
17:54:59.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.091811000, lastModified=2022-06-06 17:54:59.091404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.091811000, lastModified=2022-06-06 17:54:59.091404000, delta=407000 ns, racy<=15000 ns
17:54:59.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.092020000, lastModified=2022-06-06 17:54:59.091404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.092020000, lastModified=2022-06-06 17:54:59.091404000, delta=616000 ns, racy<=15000 ns
17:54:59.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.092237000, lastModified=2022-06-06 17:54:59.091404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.092237000, lastModified=2022-06-06 17:54:59.091404000, delta=833000 ns, racy<=15000 ns
17:54:59.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.092443000, lastModified=2022-06-06 17:54:59.091404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.091404000 to 2022-06-06 17:54:59.092404000
17:54:59.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.092689000, lastModified=2022-06-06 17:54:59.092404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.092689000, lastModified=2022-06-06 17:54:59.092404000, delta=285000 ns, racy<=15000 ns
17:54:59.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.092898000, lastModified=2022-06-06 17:54:59.092404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.092898000, lastModified=2022-06-06 17:54:59.092404000, delta=494000 ns, racy<=15000 ns
17:54:59.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.093118000, lastModified=2022-06-06 17:54:59.092404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.093118000, lastModified=2022-06-06 17:54:59.092404000, delta=714000 ns, racy<=15000 ns
17:54:59.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.093323000, lastModified=2022-06-06 17:54:59.092404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.093323000, lastModified=2022-06-06 17:54:59.092404000, delta=919000 ns, racy<=15000 ns
17:54:59.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.093533000, lastModified=2022-06-06 17:54:59.092404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.092404000 to 2022-06-06 17:54:59.093404000
17:54:59.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.093726000, lastModified=2022-06-06 17:54:59.093404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.093726000, lastModified=2022-06-06 17:54:59.093404000, delta=322000 ns, racy<=15000 ns
17:54:59.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.093933000, lastModified=2022-06-06 17:54:59.093404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.093933000, lastModified=2022-06-06 17:54:59.093404000, delta=529000 ns, racy<=15000 ns
17:54:59.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.094152000, lastModified=2022-06-06 17:54:59.093404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.094152000, lastModified=2022-06-06 17:54:59.093404000, delta=748000 ns, racy<=15000 ns
17:54:59.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.094361000, lastModified=2022-06-06 17:54:59.093404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.094361000, lastModified=2022-06-06 17:54:59.093404000, delta=957000 ns, racy<=15000 ns
17:54:59.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.094573000, lastModified=2022-06-06 17:54:59.094404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.094573000, lastModified=2022-06-06 17:54:59.094404000, delta=169000 ns, racy<=15000 ns
17:54:59.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.094785000, lastModified=2022-06-06 17:54:59.094404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.094785000, lastModified=2022-06-06 17:54:59.094404000, delta=381000 ns, racy<=15000 ns
17:54:59.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.094988000, lastModified=2022-06-06 17:54:59.094404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.094988000, lastModified=2022-06-06 17:54:59.094404000, delta=584000 ns, racy<=15000 ns
17:54:59.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.095213000, lastModified=2022-06-06 17:54:59.094404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.095213000, lastModified=2022-06-06 17:54:59.094404000, delta=809000 ns, racy<=15000 ns
17:54:59.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.097 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.097789000, lastModified=2022-06-06 17:54:59.094404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.097 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.094404000 to 2022-06-06 17:54:59.097404000
17:54:59.098 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.098061000, lastModified=2022-06-06 17:54:59.097404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.098 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.098061000, lastModified=2022-06-06 17:54:59.097404000, delta=657000 ns, racy<=15000 ns
17:54:59.098 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.098 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.098281000, lastModified=2022-06-06 17:54:59.097404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.098 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.098281000, lastModified=2022-06-06 17:54:59.097404000, delta=877000 ns, racy<=15000 ns
17:54:59.098 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.098 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.098485000, lastModified=2022-06-06 17:54:59.097404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.098 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.097404000 to 2022-06-06 17:54:59.098404000
17:54:59.098 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.098692000, lastModified=2022-06-06 17:54:59.098404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.098 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.098692000, lastModified=2022-06-06 17:54:59.098404000, delta=288000 ns, racy<=15000 ns
17:54:59.098 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.098 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.098900000, lastModified=2022-06-06 17:54:59.098404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.098900000, lastModified=2022-06-06 17:54:59.098404000, delta=496000 ns, racy<=15000 ns
17:54:59.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.099113000, lastModified=2022-06-06 17:54:59.098404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.099113000, lastModified=2022-06-06 17:54:59.098404000, delta=709000 ns, racy<=15000 ns
17:54:59.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.099315000, lastModified=2022-06-06 17:54:59.098404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.099315000, lastModified=2022-06-06 17:54:59.098404000, delta=911000 ns, racy<=15000 ns
17:54:59.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.099524000, lastModified=2022-06-06 17:54:59.098404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.098404000 to 2022-06-06 17:54:59.099404000
17:54:59.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.099724000, lastModified=2022-06-06 17:54:59.099404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.099724000, lastModified=2022-06-06 17:54:59.099404000, delta=320000 ns, racy<=15000 ns
17:54:59.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.099926000, lastModified=2022-06-06 17:54:59.099404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.099926000, lastModified=2022-06-06 17:54:59.099404000, delta=522000 ns, racy<=15000 ns
17:54:59.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.100140000, lastModified=2022-06-06 17:54:59.099404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.100140000, lastModified=2022-06-06 17:54:59.099404000, delta=736000 ns, racy<=15000 ns
17:54:59.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.100343000, lastModified=2022-06-06 17:54:59.099404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.100343000, lastModified=2022-06-06 17:54:59.099404000, delta=939000 ns, racy<=15000 ns
17:54:59.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.100567000, lastModified=2022-06-06 17:54:59.100404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.100567000, lastModified=2022-06-06 17:54:59.100404000, delta=163000 ns, racy<=15000 ns
17:54:59.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.100781000, lastModified=2022-06-06 17:54:59.100404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.100781000, lastModified=2022-06-06 17:54:59.100404000, delta=377000 ns, racy<=15000 ns
17:54:59.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.100990000, lastModified=2022-06-06 17:54:59.100404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.100990000, lastModified=2022-06-06 17:54:59.100404000, delta=586000 ns, racy<=15000 ns
17:54:59.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.101204000, lastModified=2022-06-06 17:54:59.100404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.101204000, lastModified=2022-06-06 17:54:59.100404000, delta=800000 ns, racy<=15000 ns
17:54:59.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.101413000, lastModified=2022-06-06 17:54:59.100404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.100404000 to 2022-06-06 17:54:59.101404000
17:54:59.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.101627000, lastModified=2022-06-06 17:54:59.101404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.101627000, lastModified=2022-06-06 17:54:59.101404000, delta=223000 ns, racy<=15000 ns
17:54:59.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.101845000, lastModified=2022-06-06 17:54:59.101404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.101845000, lastModified=2022-06-06 17:54:59.101404000, delta=441000 ns, racy<=15000 ns
17:54:59.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.102052000, lastModified=2022-06-06 17:54:59.101404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.102052000, lastModified=2022-06-06 17:54:59.101404000, delta=648000 ns, racy<=15000 ns
17:54:59.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.102263000, lastModified=2022-06-06 17:54:59.101404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.102263000, lastModified=2022-06-06 17:54:59.101404000, delta=859000 ns, racy<=15000 ns
17:54:59.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.102471000, lastModified=2022-06-06 17:54:59.101404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.101404000 to 2022-06-06 17:54:59.102404000
17:54:59.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.102669000, lastModified=2022-06-06 17:54:59.102404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.102669000, lastModified=2022-06-06 17:54:59.102404000, delta=265000 ns, racy<=15000 ns
17:54:59.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.102876000, lastModified=2022-06-06 17:54:59.102404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.102876000, lastModified=2022-06-06 17:54:59.102404000, delta=472000 ns, racy<=15000 ns
17:54:59.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.103093000, lastModified=2022-06-06 17:54:59.102404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.103093000, lastModified=2022-06-06 17:54:59.102404000, delta=689000 ns, racy<=15000 ns
17:54:59.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.103299000, lastModified=2022-06-06 17:54:59.102404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.103299000, lastModified=2022-06-06 17:54:59.102404000, delta=895000 ns, racy<=15000 ns
17:54:59.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.103506000, lastModified=2022-06-06 17:54:59.102404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.102404000 to 2022-06-06 17:54:59.103404000
17:54:59.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.103720000, lastModified=2022-06-06 17:54:59.103404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.103720000, lastModified=2022-06-06 17:54:59.103404000, delta=316000 ns, racy<=15000 ns
17:54:59.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.103923000, lastModified=2022-06-06 17:54:59.103404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.104 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.103923000, lastModified=2022-06-06 17:54:59.103404000, delta=519000 ns, racy<=15000 ns
17:54:59.104 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.104 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.104150000, lastModified=2022-06-06 17:54:59.103404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.104 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.104150000, lastModified=2022-06-06 17:54:59.103404000, delta=746000 ns, racy<=15000 ns
17:54:59.104 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.148036000, lastModified=2022-06-06 17:54:59.103404000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.103404000 to 2022-06-06 17:54:59.147405000
17:54:59.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.148429000, lastModified=2022-06-06 17:54:59.147405000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.147405000 to 2022-06-06 17:54:59.148405000
17:54:59.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.148664000, lastModified=2022-06-06 17:54:59.148405000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.148664000, lastModified=2022-06-06 17:54:59.148405000, delta=259000 ns, racy<=15000 ns
17:54:59.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.148898000, lastModified=2022-06-06 17:54:59.148405000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.148898000, lastModified=2022-06-06 17:54:59.148405000, delta=493000 ns, racy<=15000 ns
17:54:59.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.152277000, lastModified=2022-06-06 17:54:59.148405000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.148405000 to 2022-06-06 17:54:59.151405000
17:54:59.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.152614000, lastModified=2022-06-06 17:54:59.152405000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.152614000, lastModified=2022-06-06 17:54:59.152405000, delta=209000 ns, racy<=15000 ns
17:54:59.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.152873000, lastModified=2022-06-06 17:54:59.152405000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.152873000, lastModified=2022-06-06 17:54:59.152405000, delta=468000 ns, racy<=15000 ns
17:54:59.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.153112000, lastModified=2022-06-06 17:54:59.152405000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.153112000, lastModified=2022-06-06 17:54:59.152405000, delta=707000 ns, racy<=15000 ns
17:54:59.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.153365000, lastModified=2022-06-06 17:54:59.152405000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.152405000 to 2022-06-06 17:54:59.153405000
17:54:59.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.153654000, lastModified=2022-06-06 17:54:59.153405000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.153654000, lastModified=2022-06-06 17:54:59.153405000, delta=249000 ns, racy<=15000 ns
17:54:59.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.153928000, lastModified=2022-06-06 17:54:59.153405000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.153928000, lastModified=2022-06-06 17:54:59.153405000, delta=523000 ns, racy<=15000 ns
17:54:59.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.154184000, lastModified=2022-06-06 17:54:59.153405000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.154184000, lastModified=2022-06-06 17:54:59.153405000, delta=779000 ns, racy<=15000 ns
17:54:59.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.154422000, lastModified=2022-06-06 17:54:59.153405000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.153405000 to 2022-06-06 17:54:59.154406000
17:54:59.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.154644000, lastModified=2022-06-06 17:54:59.154406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.154644000, lastModified=2022-06-06 17:54:59.154406000, delta=238000 ns, racy<=15000 ns
17:54:59.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.154872000, lastModified=2022-06-06 17:54:59.154406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.154872000, lastModified=2022-06-06 17:54:59.154406000, delta=466000 ns, racy<=15000 ns
17:54:59.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.155107000, lastModified=2022-06-06 17:54:59.154406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.155107000, lastModified=2022-06-06 17:54:59.154406000, delta=701000 ns, racy<=15000 ns
17:54:59.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.155330000, lastModified=2022-06-06 17:54:59.154406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.155330000, lastModified=2022-06-06 17:54:59.154406000, delta=924000 ns, racy<=15000 ns
17:54:59.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.155559000, lastModified=2022-06-06 17:54:59.155406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.155559000, lastModified=2022-06-06 17:54:59.155406000, delta=153000 ns, racy<=15000 ns
17:54:59.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.155786000, lastModified=2022-06-06 17:54:59.155406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.155786000, lastModified=2022-06-06 17:54:59.155406000, delta=380000 ns, racy<=15000 ns
17:54:59.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.156013000, lastModified=2022-06-06 17:54:59.155406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.156013000, lastModified=2022-06-06 17:54:59.155406000, delta=607000 ns, racy<=15000 ns
17:54:59.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.156245000, lastModified=2022-06-06 17:54:59.155406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.156245000, lastModified=2022-06-06 17:54:59.155406000, delta=839000 ns, racy<=15000 ns
17:54:59.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.156466000, lastModified=2022-06-06 17:54:59.155406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.155406000 to 2022-06-06 17:54:59.156406000
17:54:59.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.156684000, lastModified=2022-06-06 17:54:59.156406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.156684000, lastModified=2022-06-06 17:54:59.156406000, delta=278000 ns, racy<=15000 ns
17:54:59.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.156913000, lastModified=2022-06-06 17:54:59.156406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.156913000, lastModified=2022-06-06 17:54:59.156406000, delta=507000 ns, racy<=15000 ns
17:54:59.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.157146000, lastModified=2022-06-06 17:54:59.156406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.157146000, lastModified=2022-06-06 17:54:59.156406000, delta=740000 ns, racy<=15000 ns
17:54:59.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.157373000, lastModified=2022-06-06 17:54:59.156406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.157373000, lastModified=2022-06-06 17:54:59.156406000, delta=967000 ns, racy<=15000 ns
17:54:59.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.157609000, lastModified=2022-06-06 17:54:59.157406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.157609000, lastModified=2022-06-06 17:54:59.157406000, delta=203000 ns, racy<=15000 ns
17:54:59.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.157841000, lastModified=2022-06-06 17:54:59.157406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.157841000, lastModified=2022-06-06 17:54:59.157406000, delta=435000 ns, racy<=15000 ns
17:54:59.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.158066000, lastModified=2022-06-06 17:54:59.157406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.158066000, lastModified=2022-06-06 17:54:59.157406000, delta=660000 ns, racy<=15000 ns
17:54:59.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.158300000, lastModified=2022-06-06 17:54:59.157406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.158300000, lastModified=2022-06-06 17:54:59.157406000, delta=894000 ns, racy<=15000 ns
17:54:59.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.158525000, lastModified=2022-06-06 17:54:59.157406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.157406000 to 2022-06-06 17:54:59.158406000
17:54:59.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.158740000, lastModified=2022-06-06 17:54:59.158406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.158740000, lastModified=2022-06-06 17:54:59.158406000, delta=334000 ns, racy<=15000 ns
17:54:59.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.158963000, lastModified=2022-06-06 17:54:59.158406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.158963000, lastModified=2022-06-06 17:54:59.158406000, delta=557000 ns, racy<=15000 ns
17:54:59.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.159191000, lastModified=2022-06-06 17:54:59.158406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.159191000, lastModified=2022-06-06 17:54:59.158406000, delta=785000 ns, racy<=15000 ns
17:54:59.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.159414000, lastModified=2022-06-06 17:54:59.158406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.158406000 to 2022-06-06 17:54:59.159406000
17:54:59.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.159644000, lastModified=2022-06-06 17:54:59.159406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.159644000, lastModified=2022-06-06 17:54:59.159406000, delta=238000 ns, racy<=15000 ns
17:54:59.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.159884000, lastModified=2022-06-06 17:54:59.159406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.159884000, lastModified=2022-06-06 17:54:59.159406000, delta=478000 ns, racy<=15000 ns
17:54:59.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.160115000, lastModified=2022-06-06 17:54:59.159406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.160115000, lastModified=2022-06-06 17:54:59.159406000, delta=709000 ns, racy<=15000 ns
17:54:59.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.160333000, lastModified=2022-06-06 17:54:59.159406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.160333000, lastModified=2022-06-06 17:54:59.159406000, delta=927000 ns, racy<=15000 ns
17:54:59.160 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.164642000, lastModified=2022-06-06 17:54:59.160406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.160406000 to 2022-06-06 17:54:59.164406000
17:54:59.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.164902000, lastModified=2022-06-06 17:54:59.164406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.164902000, lastModified=2022-06-06 17:54:59.164406000, delta=496000 ns, racy<=15000 ns
17:54:59.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.165140000, lastModified=2022-06-06 17:54:59.164406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.165140000, lastModified=2022-06-06 17:54:59.164406000, delta=734000 ns, racy<=15000 ns
17:54:59.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.165363000, lastModified=2022-06-06 17:54:59.164406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.165363000, lastModified=2022-06-06 17:54:59.164406000, delta=957000 ns, racy<=15000 ns
17:54:59.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.165599000, lastModified=2022-06-06 17:54:59.165406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.165599000, lastModified=2022-06-06 17:54:59.165406000, delta=193000 ns, racy<=15000 ns
17:54:59.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.165818000, lastModified=2022-06-06 17:54:59.165406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.165818000, lastModified=2022-06-06 17:54:59.165406000, delta=412000 ns, racy<=15000 ns
17:54:59.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.166039000, lastModified=2022-06-06 17:54:59.165406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.166039000, lastModified=2022-06-06 17:54:59.165406000, delta=633000 ns, racy<=15000 ns
17:54:59.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.166275000, lastModified=2022-06-06 17:54:59.165406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.166275000, lastModified=2022-06-06 17:54:59.165406000, delta=869000 ns, racy<=15000 ns
17:54:59.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.166479000, lastModified=2022-06-06 17:54:59.165406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.165406000 to 2022-06-06 17:54:59.166406000
17:54:59.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.166681000, lastModified=2022-06-06 17:54:59.166406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.166681000, lastModified=2022-06-06 17:54:59.166406000, delta=275000 ns, racy<=15000 ns
17:54:59.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.166889000, lastModified=2022-06-06 17:54:59.166406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.166889000, lastModified=2022-06-06 17:54:59.166406000, delta=483000 ns, racy<=15000 ns
17:54:59.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.167110000, lastModified=2022-06-06 17:54:59.166406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.167110000, lastModified=2022-06-06 17:54:59.166406000, delta=704000 ns, racy<=15000 ns
17:54:59.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.167318000, lastModified=2022-06-06 17:54:59.166406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.167318000, lastModified=2022-06-06 17:54:59.166406000, delta=912000 ns, racy<=15000 ns
17:54:59.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.167532000, lastModified=2022-06-06 17:54:59.166406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.166406000 to 2022-06-06 17:54:59.167406000
17:54:59.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.167752000, lastModified=2022-06-06 17:54:59.167406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.167752000, lastModified=2022-06-06 17:54:59.167406000, delta=346000 ns, racy<=15000 ns
17:54:59.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.167974000, lastModified=2022-06-06 17:54:59.167406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.167974000, lastModified=2022-06-06 17:54:59.167406000, delta=568000 ns, racy<=15000 ns
17:54:59.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.168213000, lastModified=2022-06-06 17:54:59.167406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.168213000, lastModified=2022-06-06 17:54:59.167406000, delta=807000 ns, racy<=15000 ns
17:54:59.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.168444000, lastModified=2022-06-06 17:54:59.167406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.167406000 to 2022-06-06 17:54:59.168406000
17:54:59.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.168664000, lastModified=2022-06-06 17:54:59.168406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.168664000, lastModified=2022-06-06 17:54:59.168406000, delta=258000 ns, racy<=15000 ns
17:54:59.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.168892000, lastModified=2022-06-06 17:54:59.168406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.168892000, lastModified=2022-06-06 17:54:59.168406000, delta=486000 ns, racy<=15000 ns
17:54:59.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.169125000, lastModified=2022-06-06 17:54:59.168406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.169125000, lastModified=2022-06-06 17:54:59.168406000, delta=719000 ns, racy<=15000 ns
17:54:59.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.169405000, lastModified=2022-06-06 17:54:59.168406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.169405000, lastModified=2022-06-06 17:54:59.168406000, delta=999000 ns, racy<=15000 ns
17:54:59.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.169712000, lastModified=2022-06-06 17:54:59.169406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.169712000, lastModified=2022-06-06 17:54:59.169406000, delta=306000 ns, racy<=15000 ns
17:54:59.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.169922000, lastModified=2022-06-06 17:54:59.169406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.169922000, lastModified=2022-06-06 17:54:59.169406000, delta=516000 ns, racy<=15000 ns
17:54:59.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.170135000, lastModified=2022-06-06 17:54:59.169406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.170135000, lastModified=2022-06-06 17:54:59.169406000, delta=729000 ns, racy<=15000 ns
17:54:59.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.170339000, lastModified=2022-06-06 17:54:59.169406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.170339000, lastModified=2022-06-06 17:54:59.169406000, delta=933000 ns, racy<=15000 ns
17:54:59.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.170555000, lastModified=2022-06-06 17:54:59.170406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.170555000, lastModified=2022-06-06 17:54:59.170406000, delta=149000 ns, racy<=15000 ns
17:54:59.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.170762000, lastModified=2022-06-06 17:54:59.170406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.170762000, lastModified=2022-06-06 17:54:59.170406000, delta=356000 ns, racy<=15000 ns
17:54:59.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.170966000, lastModified=2022-06-06 17:54:59.170406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.170966000, lastModified=2022-06-06 17:54:59.170406000, delta=560000 ns, racy<=15000 ns
17:54:59.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.171174000, lastModified=2022-06-06 17:54:59.170406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.171174000, lastModified=2022-06-06 17:54:59.170406000, delta=768000 ns, racy<=15000 ns
17:54:59.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.171382000, lastModified=2022-06-06 17:54:59.170406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.171382000, lastModified=2022-06-06 17:54:59.170406000, delta=976000 ns, racy<=15000 ns
17:54:59.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.171600000, lastModified=2022-06-06 17:54:59.171406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.171600000, lastModified=2022-06-06 17:54:59.171406000, delta=194000 ns, racy<=15000 ns
17:54:59.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.171805000, lastModified=2022-06-06 17:54:59.171406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.171805000, lastModified=2022-06-06 17:54:59.171406000, delta=399000 ns, racy<=15000 ns
17:54:59.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.172009000, lastModified=2022-06-06 17:54:59.171406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.172009000, lastModified=2022-06-06 17:54:59.171406000, delta=603000 ns, racy<=15000 ns
17:54:59.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.172220000, lastModified=2022-06-06 17:54:59.171406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.172220000, lastModified=2022-06-06 17:54:59.171406000, delta=814000 ns, racy<=15000 ns
17:54:59.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.176 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.176421000, lastModified=2022-06-06 17:54:59.171406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.176 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.171406000 to 2022-06-06 17:54:59.176406000
17:54:59.176 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.176692000, lastModified=2022-06-06 17:54:59.176406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.176 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.176692000, lastModified=2022-06-06 17:54:59.176406000, delta=286000 ns, racy<=15000 ns
17:54:59.176 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.176 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.176903000, lastModified=2022-06-06 17:54:59.176406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.176903000, lastModified=2022-06-06 17:54:59.176406000, delta=497000 ns, racy<=15000 ns
17:54:59.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.177110000, lastModified=2022-06-06 17:54:59.176406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.177110000, lastModified=2022-06-06 17:54:59.176406000, delta=704000 ns, racy<=15000 ns
17:54:59.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.177312000, lastModified=2022-06-06 17:54:59.176406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.177312000, lastModified=2022-06-06 17:54:59.176406000, delta=906000 ns, racy<=15000 ns
17:54:59.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.177517000, lastModified=2022-06-06 17:54:59.176406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.176406000 to 2022-06-06 17:54:59.177406000
17:54:59.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.177712000, lastModified=2022-06-06 17:54:59.177406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.177712000, lastModified=2022-06-06 17:54:59.177406000, delta=306000 ns, racy<=15000 ns
17:54:59.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.177911000, lastModified=2022-06-06 17:54:59.177406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.177911000, lastModified=2022-06-06 17:54:59.177406000, delta=505000 ns, racy<=15000 ns
17:54:59.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.178119000, lastModified=2022-06-06 17:54:59.177406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.178119000, lastModified=2022-06-06 17:54:59.177406000, delta=713000 ns, racy<=15000 ns
17:54:59.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.178322000, lastModified=2022-06-06 17:54:59.177406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.178322000, lastModified=2022-06-06 17:54:59.177406000, delta=916000 ns, racy<=15000 ns
17:54:59.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.178528000, lastModified=2022-06-06 17:54:59.177406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.177406000 to 2022-06-06 17:54:59.178406000
17:54:59.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.178732000, lastModified=2022-06-06 17:54:59.178406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.178732000, lastModified=2022-06-06 17:54:59.178406000, delta=326000 ns, racy<=15000 ns
17:54:59.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.179549000, lastModified=2022-06-06 17:54:59.178406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.178406000 to 2022-06-06 17:54:59.179406000
17:54:59.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.179749000, lastModified=2022-06-06 17:54:59.179406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.179749000, lastModified=2022-06-06 17:54:59.179406000, delta=343000 ns, racy<=15000 ns
17:54:59.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.179955000, lastModified=2022-06-06 17:54:59.179406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.179955000, lastModified=2022-06-06 17:54:59.179406000, delta=549000 ns, racy<=15000 ns
17:54:59.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.180168000, lastModified=2022-06-06 17:54:59.179406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.180168000, lastModified=2022-06-06 17:54:59.179406000, delta=762000 ns, racy<=15000 ns
17:54:59.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.180395000, lastModified=2022-06-06 17:54:59.179406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.180395000, lastModified=2022-06-06 17:54:59.179406000, delta=989000 ns, racy<=15000 ns
17:54:59.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.180629000, lastModified=2022-06-06 17:54:59.180406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.180629000, lastModified=2022-06-06 17:54:59.180406000, delta=223000 ns, racy<=15000 ns
17:54:59.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.180842000, lastModified=2022-06-06 17:54:59.180406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.180842000, lastModified=2022-06-06 17:54:59.180406000, delta=436000 ns, racy<=15000 ns
17:54:59.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.181047000, lastModified=2022-06-06 17:54:59.180406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.181047000, lastModified=2022-06-06 17:54:59.180406000, delta=641000 ns, racy<=15000 ns
17:54:59.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.181263000, lastModified=2022-06-06 17:54:59.180406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.181263000, lastModified=2022-06-06 17:54:59.180406000, delta=857000 ns, racy<=15000 ns
17:54:59.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.181493000, lastModified=2022-06-06 17:54:59.180406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.180406000 to 2022-06-06 17:54:59.181406000
17:54:59.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.181720000, lastModified=2022-06-06 17:54:59.181406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.181720000, lastModified=2022-06-06 17:54:59.181406000, delta=314000 ns, racy<=15000 ns
17:54:59.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.181926000, lastModified=2022-06-06 17:54:59.181406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.181926000, lastModified=2022-06-06 17:54:59.181406000, delta=520000 ns, racy<=15000 ns
17:54:59.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.182141000, lastModified=2022-06-06 17:54:59.181406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.182141000, lastModified=2022-06-06 17:54:59.181406000, delta=735000 ns, racy<=15000 ns
17:54:59.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.182343000, lastModified=2022-06-06 17:54:59.181406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.182343000, lastModified=2022-06-06 17:54:59.181406000, delta=937000 ns, racy<=15000 ns
17:54:59.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.182564000, lastModified=2022-06-06 17:54:59.182406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.182564000, lastModified=2022-06-06 17:54:59.182406000, delta=158000 ns, racy<=15000 ns
17:54:59.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.182770000, lastModified=2022-06-06 17:54:59.182406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.182770000, lastModified=2022-06-06 17:54:59.182406000, delta=364000 ns, racy<=15000 ns
17:54:59.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.182971000, lastModified=2022-06-06 17:54:59.182406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.182971000, lastModified=2022-06-06 17:54:59.182406000, delta=565000 ns, racy<=15000 ns
17:54:59.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.183184000, lastModified=2022-06-06 17:54:59.182406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.183184000, lastModified=2022-06-06 17:54:59.182406000, delta=778000 ns, racy<=15000 ns
17:54:59.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.183388000, lastModified=2022-06-06 17:54:59.182406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.183388000, lastModified=2022-06-06 17:54:59.182406000, delta=982000 ns, racy<=15000 ns
17:54:59.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.183624000, lastModified=2022-06-06 17:54:59.183406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.183624000, lastModified=2022-06-06 17:54:59.183406000, delta=218000 ns, racy<=15000 ns
17:54:59.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.183834000, lastModified=2022-06-06 17:54:59.183406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.183834000, lastModified=2022-06-06 17:54:59.183406000, delta=428000 ns, racy<=15000 ns
17:54:59.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.184035000, lastModified=2022-06-06 17:54:59.183406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.184035000, lastModified=2022-06-06 17:54:59.183406000, delta=629000 ns, racy<=15000 ns
17:54:59.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.184246000, lastModified=2022-06-06 17:54:59.183406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.184246000, lastModified=2022-06-06 17:54:59.183406000, delta=840000 ns, racy<=15000 ns
17:54:59.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.186666000, lastModified=2022-06-06 17:54:59.183406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.183406000 to 2022-06-06 17:54:59.186406000
17:54:59.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.186890000, lastModified=2022-06-06 17:54:59.186406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.186890000, lastModified=2022-06-06 17:54:59.186406000, delta=484000 ns, racy<=15000 ns
17:54:59.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.187100000, lastModified=2022-06-06 17:54:59.186406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.187100000, lastModified=2022-06-06 17:54:59.186406000, delta=694000 ns, racy<=15000 ns
17:54:59.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.187301000, lastModified=2022-06-06 17:54:59.186406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.187301000, lastModified=2022-06-06 17:54:59.186406000, delta=895000 ns, racy<=15000 ns
17:54:59.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.187511000, lastModified=2022-06-06 17:54:59.186406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.186406000 to 2022-06-06 17:54:59.187406000
17:54:59.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.187703000, lastModified=2022-06-06 17:54:59.187406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.187703000, lastModified=2022-06-06 17:54:59.187406000, delta=297000 ns, racy<=15000 ns
17:54:59.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.187907000, lastModified=2022-06-06 17:54:59.187406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.187907000, lastModified=2022-06-06 17:54:59.187406000, delta=501000 ns, racy<=15000 ns
17:54:59.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.188114000, lastModified=2022-06-06 17:54:59.187406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.188114000, lastModified=2022-06-06 17:54:59.187406000, delta=708000 ns, racy<=15000 ns
17:54:59.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.188313000, lastModified=2022-06-06 17:54:59.187406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.188313000, lastModified=2022-06-06 17:54:59.187406000, delta=907000 ns, racy<=15000 ns
17:54:59.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.188517000, lastModified=2022-06-06 17:54:59.187406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.187406000 to 2022-06-06 17:54:59.188406000
17:54:59.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.188737000, lastModified=2022-06-06 17:54:59.188406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.188737000, lastModified=2022-06-06 17:54:59.188406000, delta=331000 ns, racy<=15000 ns
17:54:59.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.188 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.188952000, lastModified=2022-06-06 17:54:59.188406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.188952000, lastModified=2022-06-06 17:54:59.188406000, delta=546000 ns, racy<=15000 ns
17:54:59.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.189182000, lastModified=2022-06-06 17:54:59.188406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.189182000, lastModified=2022-06-06 17:54:59.188406000, delta=776000 ns, racy<=15000 ns
17:54:59.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.189399000, lastModified=2022-06-06 17:54:59.188406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.189399000, lastModified=2022-06-06 17:54:59.188406000, delta=993000 ns, racy<=15000 ns
17:54:59.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.189636000, lastModified=2022-06-06 17:54:59.189406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.189636000, lastModified=2022-06-06 17:54:59.189406000, delta=230000 ns, racy<=15000 ns
17:54:59.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.189846000, lastModified=2022-06-06 17:54:59.189406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.189846000, lastModified=2022-06-06 17:54:59.189406000, delta=440000 ns, racy<=15000 ns
17:54:59.189 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.190051000, lastModified=2022-06-06 17:54:59.189406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.190051000, lastModified=2022-06-06 17:54:59.189406000, delta=645000 ns, racy<=15000 ns
17:54:59.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.190259000, lastModified=2022-06-06 17:54:59.189406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.190259000, lastModified=2022-06-06 17:54:59.189406000, delta=853000 ns, racy<=15000 ns
17:54:59.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.190462000, lastModified=2022-06-06 17:54:59.189406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.189406000 to 2022-06-06 17:54:59.190406000
17:54:59.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.190660000, lastModified=2022-06-06 17:54:59.190406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.190660000, lastModified=2022-06-06 17:54:59.190406000, delta=254000 ns, racy<=15000 ns
17:54:59.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.190864000, lastModified=2022-06-06 17:54:59.190406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.190864000, lastModified=2022-06-06 17:54:59.190406000, delta=458000 ns, racy<=15000 ns
17:54:59.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.191061000, lastModified=2022-06-06 17:54:59.190406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.191061000, lastModified=2022-06-06 17:54:59.190406000, delta=655000 ns, racy<=15000 ns
17:54:59.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.191305000, lastModified=2022-06-06 17:54:59.190406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.191305000, lastModified=2022-06-06 17:54:59.190406000, delta=899000 ns, racy<=15000 ns
17:54:59.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.191545000, lastModified=2022-06-06 17:54:59.190406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.190406000 to 2022-06-06 17:54:59.191406000
17:54:59.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.191766000, lastModified=2022-06-06 17:54:59.191406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.191766000, lastModified=2022-06-06 17:54:59.191406000, delta=360000 ns, racy<=15000 ns
17:54:59.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.191979000, lastModified=2022-06-06 17:54:59.191406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.191979000, lastModified=2022-06-06 17:54:59.191406000, delta=573000 ns, racy<=15000 ns
17:54:59.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.192203000, lastModified=2022-06-06 17:54:59.191406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.192203000, lastModified=2022-06-06 17:54:59.191406000, delta=797000 ns, racy<=15000 ns
17:54:59.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.192418000, lastModified=2022-06-06 17:54:59.191406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.191406000 to 2022-06-06 17:54:59.192406000
17:54:59.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.192627000, lastModified=2022-06-06 17:54:59.192406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.192627000, lastModified=2022-06-06 17:54:59.192406000, delta=221000 ns, racy<=15000 ns
17:54:59.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.192824000, lastModified=2022-06-06 17:54:59.192406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.192824000, lastModified=2022-06-06 17:54:59.192406000, delta=418000 ns, racy<=15000 ns
17:54:59.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.193024000, lastModified=2022-06-06 17:54:59.192406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.193024000, lastModified=2022-06-06 17:54:59.192406000, delta=618000 ns, racy<=15000 ns
17:54:59.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.193236000, lastModified=2022-06-06 17:54:59.192406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.193236000, lastModified=2022-06-06 17:54:59.192406000, delta=830000 ns, racy<=15000 ns
17:54:59.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.193440000, lastModified=2022-06-06 17:54:59.192406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.192406000 to 2022-06-06 17:54:59.193406000
17:54:59.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.193638000, lastModified=2022-06-06 17:54:59.193406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.193638000, lastModified=2022-06-06 17:54:59.193406000, delta=232000 ns, racy<=15000 ns
17:54:59.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.193923000, lastModified=2022-06-06 17:54:59.193406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.193923000, lastModified=2022-06-06 17:54:59.193406000, delta=517000 ns, racy<=15000 ns
17:54:59.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.196536000, lastModified=2022-06-06 17:54:59.193406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.193406000 to 2022-06-06 17:54:59.196406000
17:54:59.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.196800000, lastModified=2022-06-06 17:54:59.196406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.196800000, lastModified=2022-06-06 17:54:59.196406000, delta=394000 ns, racy<=15000 ns
17:54:59.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.197023000, lastModified=2022-06-06 17:54:59.196406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.197023000, lastModified=2022-06-06 17:54:59.196406000, delta=617000 ns, racy<=15000 ns
17:54:59.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.197246000, lastModified=2022-06-06 17:54:59.196406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.197246000, lastModified=2022-06-06 17:54:59.196406000, delta=840000 ns, racy<=15000 ns
17:54:59.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.197464000, lastModified=2022-06-06 17:54:59.196406000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.196406000 to 2022-06-06 17:54:59.197407000
17:54:59.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.197673000, lastModified=2022-06-06 17:54:59.197407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.197673000, lastModified=2022-06-06 17:54:59.197407000, delta=266000 ns, racy<=15000 ns
17:54:59.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.197891000, lastModified=2022-06-06 17:54:59.197407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.197891000, lastModified=2022-06-06 17:54:59.197407000, delta=484000 ns, racy<=15000 ns
17:54:59.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.198116000, lastModified=2022-06-06 17:54:59.197407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.198116000, lastModified=2022-06-06 17:54:59.197407000, delta=709000 ns, racy<=15000 ns
17:54:59.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.198330000, lastModified=2022-06-06 17:54:59.197407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.198330000, lastModified=2022-06-06 17:54:59.197407000, delta=923000 ns, racy<=15000 ns
17:54:59.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.198553000, lastModified=2022-06-06 17:54:59.198407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.198553000, lastModified=2022-06-06 17:54:59.198407000, delta=146000 ns, racy<=15000 ns
17:54:59.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.198770000, lastModified=2022-06-06 17:54:59.198407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.198770000, lastModified=2022-06-06 17:54:59.198407000, delta=363000 ns, racy<=15000 ns
17:54:59.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.199007000, lastModified=2022-06-06 17:54:59.198407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.199007000, lastModified=2022-06-06 17:54:59.198407000, delta=600000 ns, racy<=15000 ns
17:54:59.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.199238000, lastModified=2022-06-06 17:54:59.198407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.199238000, lastModified=2022-06-06 17:54:59.198407000, delta=831000 ns, racy<=15000 ns
17:54:59.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.199451000, lastModified=2022-06-06 17:54:59.198407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.198407000 to 2022-06-06 17:54:59.199407000
17:54:59.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.199658000, lastModified=2022-06-06 17:54:59.199407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.199658000, lastModified=2022-06-06 17:54:59.199407000, delta=251000 ns, racy<=15000 ns
17:54:59.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.199908000, lastModified=2022-06-06 17:54:59.199407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.199908000, lastModified=2022-06-06 17:54:59.199407000, delta=501000 ns, racy<=15000 ns
17:54:59.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.200137000, lastModified=2022-06-06 17:54:59.199407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.200137000, lastModified=2022-06-06 17:54:59.199407000, delta=730000 ns, racy<=15000 ns
17:54:59.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.200346000, lastModified=2022-06-06 17:54:59.199407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.200346000, lastModified=2022-06-06 17:54:59.199407000, delta=939000 ns, racy<=15000 ns
17:54:59.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.200553000, lastModified=2022-06-06 17:54:59.200407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.200553000, lastModified=2022-06-06 17:54:59.200407000, delta=146000 ns, racy<=15000 ns
17:54:59.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.200759000, lastModified=2022-06-06 17:54:59.200407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.200759000, lastModified=2022-06-06 17:54:59.200407000, delta=352000 ns, racy<=15000 ns
17:54:59.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.200989000, lastModified=2022-06-06 17:54:59.200407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.200989000, lastModified=2022-06-06 17:54:59.200407000, delta=582000 ns, racy<=15000 ns
17:54:59.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.201210000, lastModified=2022-06-06 17:54:59.200407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.201210000, lastModified=2022-06-06 17:54:59.200407000, delta=803000 ns, racy<=15000 ns
17:54:59.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.201424000, lastModified=2022-06-06 17:54:59.200407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.200407000 to 2022-06-06 17:54:59.201407000
17:54:59.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.201634000, lastModified=2022-06-06 17:54:59.201407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.201634000, lastModified=2022-06-06 17:54:59.201407000, delta=227000 ns, racy<=15000 ns
17:54:59.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.201926000, lastModified=2022-06-06 17:54:59.201407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.201926000, lastModified=2022-06-06 17:54:59.201407000, delta=519000 ns, racy<=15000 ns
17:54:59.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.202191000, lastModified=2022-06-06 17:54:59.201407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.202191000, lastModified=2022-06-06 17:54:59.201407000, delta=784000 ns, racy<=15000 ns
17:54:59.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.202422000, lastModified=2022-06-06 17:54:59.201407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.201407000 to 2022-06-06 17:54:59.202407000
17:54:59.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.202636000, lastModified=2022-06-06 17:54:59.202407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.202636000, lastModified=2022-06-06 17:54:59.202407000, delta=229000 ns, racy<=15000 ns
17:54:59.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.202855000, lastModified=2022-06-06 17:54:59.202407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.202855000, lastModified=2022-06-06 17:54:59.202407000, delta=448000 ns, racy<=15000 ns
17:54:59.202 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.203065000, lastModified=2022-06-06 17:54:59.202407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.203065000, lastModified=2022-06-06 17:54:59.202407000, delta=658000 ns, racy<=15000 ns
17:54:59.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.203289000, lastModified=2022-06-06 17:54:59.202407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.203289000, lastModified=2022-06-06 17:54:59.202407000, delta=882000 ns, racy<=15000 ns
17:54:59.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.203552000, lastModified=2022-06-06 17:54:59.202407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.202407000 to 2022-06-06 17:54:59.203407000
17:54:59.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.203761000, lastModified=2022-06-06 17:54:59.203407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.203761000, lastModified=2022-06-06 17:54:59.203407000, delta=354000 ns, racy<=15000 ns
17:54:59.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.203976000, lastModified=2022-06-06 17:54:59.203407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.203976000, lastModified=2022-06-06 17:54:59.203407000, delta=569000 ns, racy<=15000 ns
17:54:59.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.204202000, lastModified=2022-06-06 17:54:59.203407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.204202000, lastModified=2022-06-06 17:54:59.203407000, delta=795000 ns, racy<=15000 ns
17:54:59.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.207 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.207690000, lastModified=2022-06-06 17:54:59.203407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.207 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.203407000 to 2022-06-06 17:54:59.207407000
17:54:59.207 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.207934000, lastModified=2022-06-06 17:54:59.207407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.207934000, lastModified=2022-06-06 17:54:59.207407000, delta=527000 ns, racy<=15000 ns
17:54:59.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.208189000, lastModified=2022-06-06 17:54:59.207407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.208189000, lastModified=2022-06-06 17:54:59.207407000, delta=782000 ns, racy<=15000 ns
17:54:59.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.208456000, lastModified=2022-06-06 17:54:59.207407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.207407000 to 2022-06-06 17:54:59.208407000
17:54:59.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.208673000, lastModified=2022-06-06 17:54:59.208407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.208673000, lastModified=2022-06-06 17:54:59.208407000, delta=266000 ns, racy<=15000 ns
17:54:59.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.208932000, lastModified=2022-06-06 17:54:59.208407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.208932000, lastModified=2022-06-06 17:54:59.208407000, delta=525000 ns, racy<=15000 ns
17:54:59.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.209169000, lastModified=2022-06-06 17:54:59.208407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.209169000, lastModified=2022-06-06 17:54:59.208407000, delta=762000 ns, racy<=15000 ns
17:54:59.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.209385000, lastModified=2022-06-06 17:54:59.208407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.209385000, lastModified=2022-06-06 17:54:59.208407000, delta=978000 ns, racy<=15000 ns
17:54:59.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.209615000, lastModified=2022-06-06 17:54:59.209407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.209615000, lastModified=2022-06-06 17:54:59.209407000, delta=208000 ns, racy<=15000 ns
17:54:59.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.209831000, lastModified=2022-06-06 17:54:59.209407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.209831000, lastModified=2022-06-06 17:54:59.209407000, delta=424000 ns, racy<=15000 ns
17:54:59.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.210046000, lastModified=2022-06-06 17:54:59.209407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.210046000, lastModified=2022-06-06 17:54:59.209407000, delta=639000 ns, racy<=15000 ns
17:54:59.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.210272000, lastModified=2022-06-06 17:54:59.209407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.210272000, lastModified=2022-06-06 17:54:59.209407000, delta=865000 ns, racy<=15000 ns
17:54:59.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.210488000, lastModified=2022-06-06 17:54:59.209407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.209407000 to 2022-06-06 17:54:59.210407000
17:54:59.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.210707000, lastModified=2022-06-06 17:54:59.210407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.210707000, lastModified=2022-06-06 17:54:59.210407000, delta=300000 ns, racy<=15000 ns
17:54:59.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.210924000, lastModified=2022-06-06 17:54:59.210407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.210924000, lastModified=2022-06-06 17:54:59.210407000, delta=517000 ns, racy<=15000 ns
17:54:59.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.211174000, lastModified=2022-06-06 17:54:59.210407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.211174000, lastModified=2022-06-06 17:54:59.210407000, delta=767000 ns, racy<=15000 ns
17:54:59.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.211392000, lastModified=2022-06-06 17:54:59.210407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.211392000, lastModified=2022-06-06 17:54:59.210407000, delta=985000 ns, racy<=15000 ns
17:54:59.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.211630000, lastModified=2022-06-06 17:54:59.211407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.211630000, lastModified=2022-06-06 17:54:59.211407000, delta=223000 ns, racy<=15000 ns
17:54:59.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.211853000, lastModified=2022-06-06 17:54:59.211407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.211853000, lastModified=2022-06-06 17:54:59.211407000, delta=446000 ns, racy<=15000 ns
17:54:59.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.212070000, lastModified=2022-06-06 17:54:59.211407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.212070000, lastModified=2022-06-06 17:54:59.211407000, delta=663000 ns, racy<=15000 ns
17:54:59.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.212346000, lastModified=2022-06-06 17:54:59.211407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.212346000, lastModified=2022-06-06 17:54:59.211407000, delta=939000 ns, racy<=15000 ns
17:54:59.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.212571000, lastModified=2022-06-06 17:54:59.212407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.212571000, lastModified=2022-06-06 17:54:59.212407000, delta=164000 ns, racy<=15000 ns
17:54:59.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.212786000, lastModified=2022-06-06 17:54:59.212407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.212786000, lastModified=2022-06-06 17:54:59.212407000, delta=379000 ns, racy<=15000 ns
17:54:59.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.213006000, lastModified=2022-06-06 17:54:59.212407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.213006000, lastModified=2022-06-06 17:54:59.212407000, delta=599000 ns, racy<=15000 ns
17:54:59.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.213243000, lastModified=2022-06-06 17:54:59.212407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.213243000, lastModified=2022-06-06 17:54:59.212407000, delta=836000 ns, racy<=15000 ns
17:54:59.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.213454000, lastModified=2022-06-06 17:54:59.212407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.212407000 to 2022-06-06 17:54:59.213407000
17:54:59.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.213662000, lastModified=2022-06-06 17:54:59.213407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.213662000, lastModified=2022-06-06 17:54:59.213407000, delta=255000 ns, racy<=15000 ns
17:54:59.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.213875000, lastModified=2022-06-06 17:54:59.213407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.213875000, lastModified=2022-06-06 17:54:59.213407000, delta=468000 ns, racy<=15000 ns
17:54:59.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.214102000, lastModified=2022-06-06 17:54:59.213407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.214102000, lastModified=2022-06-06 17:54:59.213407000, delta=695000 ns, racy<=15000 ns
17:54:59.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.214314000, lastModified=2022-06-06 17:54:59.213407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.214314000, lastModified=2022-06-06 17:54:59.213407000, delta=907000 ns, racy<=15000 ns
17:54:59.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.214535000, lastModified=2022-06-06 17:54:59.213407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.213407000 to 2022-06-06 17:54:59.214407000
17:54:59.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.214739000, lastModified=2022-06-06 17:54:59.214407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.214739000, lastModified=2022-06-06 17:54:59.214407000, delta=332000 ns, racy<=15000 ns
17:54:59.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.214952000, lastModified=2022-06-06 17:54:59.214407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.215 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.214952000, lastModified=2022-06-06 17:54:59.214407000, delta=545000 ns, racy<=15000 ns
17:54:59.215 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.215 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.215178000, lastModified=2022-06-06 17:54:59.214407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.215 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.215178000, lastModified=2022-06-06 17:54:59.214407000, delta=771000 ns, racy<=15000 ns
17:54:59.215 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.215 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.215390000, lastModified=2022-06-06 17:54:59.214407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.215 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.215390000, lastModified=2022-06-06 17:54:59.214407000, delta=983000 ns, racy<=15000 ns
17:54:59.215 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.218868000, lastModified=2022-06-06 17:54:59.215407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.215407000 to 2022-06-06 17:54:59.218407000
17:54:59.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.219082000, lastModified=2022-06-06 17:54:59.218407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.219082000, lastModified=2022-06-06 17:54:59.218407000, delta=675000 ns, racy<=15000 ns
17:54:59.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.219285000, lastModified=2022-06-06 17:54:59.218407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.219285000, lastModified=2022-06-06 17:54:59.218407000, delta=878000 ns, racy<=15000 ns
17:54:59.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.219485000, lastModified=2022-06-06 17:54:59.218407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.218407000 to 2022-06-06 17:54:59.219407000
17:54:59.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.219726000, lastModified=2022-06-06 17:54:59.219407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.219726000, lastModified=2022-06-06 17:54:59.219407000, delta=319000 ns, racy<=15000 ns
17:54:59.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.219929000, lastModified=2022-06-06 17:54:59.219407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.219929000, lastModified=2022-06-06 17:54:59.219407000, delta=522000 ns, racy<=15000 ns
17:54:59.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.248030000, lastModified=2022-06-06 17:54:59.219407000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.219407000 to 2022-06-06 17:54:59.247408000
17:54:59.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.248311000, lastModified=2022-06-06 17:54:59.247408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.248311000, lastModified=2022-06-06 17:54:59.247408000, delta=903000 ns, racy<=15000 ns
17:54:59.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.248563000, lastModified=2022-06-06 17:54:59.248408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.248563000, lastModified=2022-06-06 17:54:59.248408000, delta=155000 ns, racy<=15000 ns
17:54:59.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.248774000, lastModified=2022-06-06 17:54:59.248408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.248774000, lastModified=2022-06-06 17:54:59.248408000, delta=366000 ns, racy<=15000 ns
17:54:59.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.248978000, lastModified=2022-06-06 17:54:59.248408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.248978000, lastModified=2022-06-06 17:54:59.248408000, delta=570000 ns, racy<=15000 ns
17:54:59.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.249206000, lastModified=2022-06-06 17:54:59.248408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.249206000, lastModified=2022-06-06 17:54:59.248408000, delta=798000 ns, racy<=15000 ns
17:54:59.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.249431000, lastModified=2022-06-06 17:54:59.248408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.248408000 to 2022-06-06 17:54:59.249408000
17:54:59.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.249642000, lastModified=2022-06-06 17:54:59.249408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.249642000, lastModified=2022-06-06 17:54:59.249408000, delta=234000 ns, racy<=15000 ns
17:54:59.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.249881000, lastModified=2022-06-06 17:54:59.249408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.249881000, lastModified=2022-06-06 17:54:59.249408000, delta=473000 ns, racy<=15000 ns
17:54:59.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.250111000, lastModified=2022-06-06 17:54:59.249408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.250111000, lastModified=2022-06-06 17:54:59.249408000, delta=703000 ns, racy<=15000 ns
17:54:59.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.250342000, lastModified=2022-06-06 17:54:59.249408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.250342000, lastModified=2022-06-06 17:54:59.249408000, delta=934000 ns, racy<=15000 ns
17:54:59.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.250569000, lastModified=2022-06-06 17:54:59.250408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.250569000, lastModified=2022-06-06 17:54:59.250408000, delta=161000 ns, racy<=15000 ns
17:54:59.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.250799000, lastModified=2022-06-06 17:54:59.250408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.250799000, lastModified=2022-06-06 17:54:59.250408000, delta=391000 ns, racy<=15000 ns
17:54:59.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.251418000, lastModified=2022-06-06 17:54:59.250408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.250408000 to 2022-06-06 17:54:59.251408000
17:54:59.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.251696000, lastModified=2022-06-06 17:54:59.251408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.251696000, lastModified=2022-06-06 17:54:59.251408000, delta=288000 ns, racy<=15000 ns
17:54:59.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.251916000, lastModified=2022-06-06 17:54:59.251408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.251916000, lastModified=2022-06-06 17:54:59.251408000, delta=508000 ns, racy<=15000 ns
17:54:59.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.252174000, lastModified=2022-06-06 17:54:59.251408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.252174000, lastModified=2022-06-06 17:54:59.251408000, delta=766000 ns, racy<=15000 ns
17:54:59.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.252397000, lastModified=2022-06-06 17:54:59.251408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.252397000, lastModified=2022-06-06 17:54:59.251408000, delta=989000 ns, racy<=15000 ns
17:54:59.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.252639000, lastModified=2022-06-06 17:54:59.252408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.252639000, lastModified=2022-06-06 17:54:59.252408000, delta=231000 ns, racy<=15000 ns
17:54:59.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.252856000, lastModified=2022-06-06 17:54:59.252408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.252856000, lastModified=2022-06-06 17:54:59.252408000, delta=448000 ns, racy<=15000 ns
17:54:59.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.253073000, lastModified=2022-06-06 17:54:59.252408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.253073000, lastModified=2022-06-06 17:54:59.252408000, delta=665000 ns, racy<=15000 ns
17:54:59.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.253326000, lastModified=2022-06-06 17:54:59.252408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.253326000, lastModified=2022-06-06 17:54:59.252408000, delta=918000 ns, racy<=15000 ns
17:54:59.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.253555000, lastModified=2022-06-06 17:54:59.253408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.253555000, lastModified=2022-06-06 17:54:59.253408000, delta=147000 ns, racy<=15000 ns
17:54:59.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.253807000, lastModified=2022-06-06 17:54:59.253408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.253807000, lastModified=2022-06-06 17:54:59.253408000, delta=399000 ns, racy<=15000 ns
17:54:59.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.254024000, lastModified=2022-06-06 17:54:59.253408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.254024000, lastModified=2022-06-06 17:54:59.253408000, delta=616000 ns, racy<=15000 ns
17:54:59.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.254248000, lastModified=2022-06-06 17:54:59.253408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.254248000, lastModified=2022-06-06 17:54:59.253408000, delta=840000 ns, racy<=15000 ns
17:54:59.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.254460000, lastModified=2022-06-06 17:54:59.253408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.253408000 to 2022-06-06 17:54:59.254408000
17:54:59.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.254682000, lastModified=2022-06-06 17:54:59.254408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.254682000, lastModified=2022-06-06 17:54:59.254408000, delta=274000 ns, racy<=15000 ns
17:54:59.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.254904000, lastModified=2022-06-06 17:54:59.254408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.254904000, lastModified=2022-06-06 17:54:59.254408000, delta=496000 ns, racy<=15000 ns
17:54:59.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.258973000, lastModified=2022-06-06 17:54:59.254408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.254408000 to 2022-06-06 17:54:59.258408000
17:54:59.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.259232000, lastModified=2022-06-06 17:54:59.258408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.259232000, lastModified=2022-06-06 17:54:59.258408000, delta=824000 ns, racy<=15000 ns
17:54:59.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.259453000, lastModified=2022-06-06 17:54:59.258408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.258408000 to 2022-06-06 17:54:59.259408000
17:54:59.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.259656000, lastModified=2022-06-06 17:54:59.259408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.259656000, lastModified=2022-06-06 17:54:59.259408000, delta=248000 ns, racy<=15000 ns
17:54:59.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.259871000, lastModified=2022-06-06 17:54:59.259408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.259871000, lastModified=2022-06-06 17:54:59.259408000, delta=463000 ns, racy<=15000 ns
17:54:59.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.260094000, lastModified=2022-06-06 17:54:59.259408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.260094000, lastModified=2022-06-06 17:54:59.259408000, delta=686000 ns, racy<=15000 ns
17:54:59.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.260305000, lastModified=2022-06-06 17:54:59.259408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.260305000, lastModified=2022-06-06 17:54:59.259408000, delta=897000 ns, racy<=15000 ns
17:54:59.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.260558000, lastModified=2022-06-06 17:54:59.259408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.259408000 to 2022-06-06 17:54:59.260408000
17:54:59.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.260760000, lastModified=2022-06-06 17:54:59.260408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.260760000, lastModified=2022-06-06 17:54:59.260408000, delta=352000 ns, racy<=15000 ns
17:54:59.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.260970000, lastModified=2022-06-06 17:54:59.260408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.260970000, lastModified=2022-06-06 17:54:59.260408000, delta=562000 ns, racy<=15000 ns
17:54:59.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.261218000, lastModified=2022-06-06 17:54:59.260408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.261218000, lastModified=2022-06-06 17:54:59.260408000, delta=810000 ns, racy<=15000 ns
17:54:59.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.261434000, lastModified=2022-06-06 17:54:59.260408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.260408000 to 2022-06-06 17:54:59.261408000
17:54:59.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.261646000, lastModified=2022-06-06 17:54:59.261408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.261646000, lastModified=2022-06-06 17:54:59.261408000, delta=238000 ns, racy<=15000 ns
17:54:59.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.261862000, lastModified=2022-06-06 17:54:59.261408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.261862000, lastModified=2022-06-06 17:54:59.261408000, delta=454000 ns, racy<=15000 ns
17:54:59.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.262091000, lastModified=2022-06-06 17:54:59.261408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.262091000, lastModified=2022-06-06 17:54:59.261408000, delta=683000 ns, racy<=15000 ns
17:54:59.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.262306000, lastModified=2022-06-06 17:54:59.261408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.262306000, lastModified=2022-06-06 17:54:59.261408000, delta=898000 ns, racy<=15000 ns
17:54:59.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.262532000, lastModified=2022-06-06 17:54:59.261408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.261408000 to 2022-06-06 17:54:59.262408000
17:54:59.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.262734000, lastModified=2022-06-06 17:54:59.262408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.262734000, lastModified=2022-06-06 17:54:59.262408000, delta=326000 ns, racy<=15000 ns
17:54:59.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.262947000, lastModified=2022-06-06 17:54:59.262408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.262947000, lastModified=2022-06-06 17:54:59.262408000, delta=539000 ns, racy<=15000 ns
17:54:59.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.263175000, lastModified=2022-06-06 17:54:59.262408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.263175000, lastModified=2022-06-06 17:54:59.262408000, delta=767000 ns, racy<=15000 ns
17:54:59.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.263395000, lastModified=2022-06-06 17:54:59.262408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.263395000, lastModified=2022-06-06 17:54:59.262408000, delta=987000 ns, racy<=15000 ns
17:54:59.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.263621000, lastModified=2022-06-06 17:54:59.263408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.263621000, lastModified=2022-06-06 17:54:59.263408000, delta=213000 ns, racy<=15000 ns
17:54:59.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.263835000, lastModified=2022-06-06 17:54:59.263408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.263835000, lastModified=2022-06-06 17:54:59.263408000, delta=427000 ns, racy<=15000 ns
17:54:59.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.264091000, lastModified=2022-06-06 17:54:59.263408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.264091000, lastModified=2022-06-06 17:54:59.263408000, delta=683000 ns, racy<=15000 ns
17:54:59.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.264329000, lastModified=2022-06-06 17:54:59.263408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.264329000, lastModified=2022-06-06 17:54:59.263408000, delta=921000 ns, racy<=15000 ns
17:54:59.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.264568000, lastModified=2022-06-06 17:54:59.264408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.264568000, lastModified=2022-06-06 17:54:59.264408000, delta=160000 ns, racy<=15000 ns
17:54:59.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.264786000, lastModified=2022-06-06 17:54:59.264408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.264786000, lastModified=2022-06-06 17:54:59.264408000, delta=378000 ns, racy<=15000 ns
17:54:59.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.264998000, lastModified=2022-06-06 17:54:59.264408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.264998000, lastModified=2022-06-06 17:54:59.264408000, delta=590000 ns, racy<=15000 ns
17:54:59.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.265224000, lastModified=2022-06-06 17:54:59.264408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.265224000, lastModified=2022-06-06 17:54:59.264408000, delta=816000 ns, racy<=15000 ns
17:54:59.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.265439000, lastModified=2022-06-06 17:54:59.264408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.264408000 to 2022-06-06 17:54:59.265408000
17:54:59.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.265649000, lastModified=2022-06-06 17:54:59.265408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.265649000, lastModified=2022-06-06 17:54:59.265408000, delta=241000 ns, racy<=15000 ns
17:54:59.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.265866000, lastModified=2022-06-06 17:54:59.265408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.265866000, lastModified=2022-06-06 17:54:59.265408000, delta=458000 ns, racy<=15000 ns
17:54:59.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.266090000, lastModified=2022-06-06 17:54:59.265408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.266090000, lastModified=2022-06-06 17:54:59.265408000, delta=682000 ns, racy<=15000 ns
17:54:59.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.266306000, lastModified=2022-06-06 17:54:59.265408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.266306000, lastModified=2022-06-06 17:54:59.265408000, delta=898000 ns, racy<=15000 ns
17:54:59.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.266533000, lastModified=2022-06-06 17:54:59.266408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.266533000, lastModified=2022-06-06 17:54:59.266408000, delta=125000 ns, racy<=15000 ns
17:54:59.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.268 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.268968000, lastModified=2022-06-06 17:54:59.266408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.266408000 to 2022-06-06 17:54:59.268408000
17:54:59.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.269230000, lastModified=2022-06-06 17:54:59.268408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.269230000, lastModified=2022-06-06 17:54:59.268408000, delta=822000 ns, racy<=15000 ns
17:54:59.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.269512000, lastModified=2022-06-06 17:54:59.268408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.268408000 to 2022-06-06 17:54:59.269408000
17:54:59.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.269733000, lastModified=2022-06-06 17:54:59.269408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.269733000, lastModified=2022-06-06 17:54:59.269408000, delta=325000 ns, racy<=15000 ns
17:54:59.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.269953000, lastModified=2022-06-06 17:54:59.269408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.269953000, lastModified=2022-06-06 17:54:59.269408000, delta=545000 ns, racy<=15000 ns
17:54:59.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.270186000, lastModified=2022-06-06 17:54:59.269408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.270186000, lastModified=2022-06-06 17:54:59.269408000, delta=778000 ns, racy<=15000 ns
17:54:59.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.270406000, lastModified=2022-06-06 17:54:59.269408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.269408000 to 2022-06-06 17:54:59.270408000
17:54:59.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.270656000, lastModified=2022-06-06 17:54:59.270408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.270656000, lastModified=2022-06-06 17:54:59.270408000, delta=248000 ns, racy<=15000 ns
17:54:59.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.270939000, lastModified=2022-06-06 17:54:59.270408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.270939000, lastModified=2022-06-06 17:54:59.270408000, delta=531000 ns, racy<=15000 ns
17:54:59.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.271206000, lastModified=2022-06-06 17:54:59.270408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.271206000, lastModified=2022-06-06 17:54:59.270408000, delta=798000 ns, racy<=15000 ns
17:54:59.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.271467000, lastModified=2022-06-06 17:54:59.270408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.270408000 to 2022-06-06 17:54:59.271408000
17:54:59.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.271696000, lastModified=2022-06-06 17:54:59.271408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.271696000, lastModified=2022-06-06 17:54:59.271408000, delta=288000 ns, racy<=15000 ns
17:54:59.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.271915000, lastModified=2022-06-06 17:54:59.271408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.271915000, lastModified=2022-06-06 17:54:59.271408000, delta=507000 ns, racy<=15000 ns
17:54:59.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.272147000, lastModified=2022-06-06 17:54:59.271408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.272147000, lastModified=2022-06-06 17:54:59.271408000, delta=739000 ns, racy<=15000 ns
17:54:59.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.272369000, lastModified=2022-06-06 17:54:59.271408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.272369000, lastModified=2022-06-06 17:54:59.271408000, delta=961000 ns, racy<=15000 ns
17:54:59.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.272597000, lastModified=2022-06-06 17:54:59.272408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.272597000, lastModified=2022-06-06 17:54:59.272408000, delta=189000 ns, racy<=15000 ns
17:54:59.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.272813000, lastModified=2022-06-06 17:54:59.272408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.272813000, lastModified=2022-06-06 17:54:59.272408000, delta=405000 ns, racy<=15000 ns
17:54:59.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.273025000, lastModified=2022-06-06 17:54:59.272408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.273025000, lastModified=2022-06-06 17:54:59.272408000, delta=617000 ns, racy<=15000 ns
17:54:59.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.273247000, lastModified=2022-06-06 17:54:59.272408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.273247000, lastModified=2022-06-06 17:54:59.272408000, delta=839000 ns, racy<=15000 ns
17:54:59.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.273461000, lastModified=2022-06-06 17:54:59.272408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.272408000 to 2022-06-06 17:54:59.273408000
17:54:59.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.273713000, lastModified=2022-06-06 17:54:59.273408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.273713000, lastModified=2022-06-06 17:54:59.273408000, delta=305000 ns, racy<=15000 ns
17:54:59.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.273926000, lastModified=2022-06-06 17:54:59.273408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.273926000, lastModified=2022-06-06 17:54:59.273408000, delta=518000 ns, racy<=15000 ns
17:54:59.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.274147000, lastModified=2022-06-06 17:54:59.273408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.274147000, lastModified=2022-06-06 17:54:59.273408000, delta=739000 ns, racy<=15000 ns
17:54:59.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.274361000, lastModified=2022-06-06 17:54:59.273408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.274361000, lastModified=2022-06-06 17:54:59.273408000, delta=953000 ns, racy<=15000 ns
17:54:59.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.274588000, lastModified=2022-06-06 17:54:59.274408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.274588000, lastModified=2022-06-06 17:54:59.274408000, delta=180000 ns, racy<=15000 ns
17:54:59.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.274806000, lastModified=2022-06-06 17:54:59.274408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.274806000, lastModified=2022-06-06 17:54:59.274408000, delta=398000 ns, racy<=15000 ns
17:54:59.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.275018000, lastModified=2022-06-06 17:54:59.274408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.275018000, lastModified=2022-06-06 17:54:59.274408000, delta=610000 ns, racy<=15000 ns
17:54:59.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.275239000, lastModified=2022-06-06 17:54:59.274408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.275239000, lastModified=2022-06-06 17:54:59.274408000, delta=831000 ns, racy<=15000 ns
17:54:59.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.275459000, lastModified=2022-06-06 17:54:59.274408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.274408000 to 2022-06-06 17:54:59.275408000
17:54:59.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.275671000, lastModified=2022-06-06 17:54:59.275408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.275671000, lastModified=2022-06-06 17:54:59.275408000, delta=263000 ns, racy<=15000 ns
17:54:59.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.275903000, lastModified=2022-06-06 17:54:59.275408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.275903000, lastModified=2022-06-06 17:54:59.275408000, delta=495000 ns, racy<=15000 ns
17:54:59.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.276128000, lastModified=2022-06-06 17:54:59.275408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.276128000, lastModified=2022-06-06 17:54:59.275408000, delta=720000 ns, racy<=15000 ns
17:54:59.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.276342000, lastModified=2022-06-06 17:54:59.275408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.276342000, lastModified=2022-06-06 17:54:59.275408000, delta=934000 ns, racy<=15000 ns
17:54:59.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.276565000, lastModified=2022-06-06 17:54:59.276408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.276565000, lastModified=2022-06-06 17:54:59.276408000, delta=157000 ns, racy<=15000 ns
17:54:59.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.276783000, lastModified=2022-06-06 17:54:59.276408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.276783000, lastModified=2022-06-06 17:54:59.276408000, delta=375000 ns, racy<=15000 ns
17:54:59.276 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.279290000, lastModified=2022-06-06 17:54:59.276408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.276408000 to 2022-06-06 17:54:59.278408000
17:54:59.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.279518000, lastModified=2022-06-06 17:54:59.278408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.278408000 to 2022-06-06 17:54:59.279408000
17:54:59.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.279725000, lastModified=2022-06-06 17:54:59.279408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.279725000, lastModified=2022-06-06 17:54:59.279408000, delta=317000 ns, racy<=15000 ns
17:54:59.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.279939000, lastModified=2022-06-06 17:54:59.279408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.279939000, lastModified=2022-06-06 17:54:59.279408000, delta=531000 ns, racy<=15000 ns
17:54:59.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.280165000, lastModified=2022-06-06 17:54:59.279408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.280165000, lastModified=2022-06-06 17:54:59.279408000, delta=757000 ns, racy<=15000 ns
17:54:59.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.280382000, lastModified=2022-06-06 17:54:59.279408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.280382000, lastModified=2022-06-06 17:54:59.279408000, delta=974000 ns, racy<=15000 ns
17:54:59.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.280608000, lastModified=2022-06-06 17:54:59.280408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.280608000, lastModified=2022-06-06 17:54:59.280408000, delta=200000 ns, racy<=15000 ns
17:54:59.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.280823000, lastModified=2022-06-06 17:54:59.280408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.280823000, lastModified=2022-06-06 17:54:59.280408000, delta=415000 ns, racy<=15000 ns
17:54:59.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.281093000, lastModified=2022-06-06 17:54:59.280408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.281093000, lastModified=2022-06-06 17:54:59.280408000, delta=685000 ns, racy<=15000 ns
17:54:59.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.281310000, lastModified=2022-06-06 17:54:59.280408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.281310000, lastModified=2022-06-06 17:54:59.280408000, delta=902000 ns, racy<=15000 ns
17:54:59.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.281563000, lastModified=2022-06-06 17:54:59.280408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.280408000 to 2022-06-06 17:54:59.281408000
17:54:59.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.281768000, lastModified=2022-06-06 17:54:59.281408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.281768000, lastModified=2022-06-06 17:54:59.281408000, delta=360000 ns, racy<=15000 ns
17:54:59.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.281982000, lastModified=2022-06-06 17:54:59.281408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.281982000, lastModified=2022-06-06 17:54:59.281408000, delta=574000 ns, racy<=15000 ns
17:54:59.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.282207000, lastModified=2022-06-06 17:54:59.281408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.282207000, lastModified=2022-06-06 17:54:59.281408000, delta=799000 ns, racy<=15000 ns
17:54:59.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.282421000, lastModified=2022-06-06 17:54:59.281408000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.281408000 to 2022-06-06 17:54:59.282409000
17:54:59.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.282637000, lastModified=2022-06-06 17:54:59.282409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.282637000, lastModified=2022-06-06 17:54:59.282409000, delta=228000 ns, racy<=15000 ns
17:54:59.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.282852000, lastModified=2022-06-06 17:54:59.282409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.282852000, lastModified=2022-06-06 17:54:59.282409000, delta=443000 ns, racy<=15000 ns
17:54:59.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.283067000, lastModified=2022-06-06 17:54:59.282409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.283067000, lastModified=2022-06-06 17:54:59.282409000, delta=658000 ns, racy<=15000 ns
17:54:59.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.283291000, lastModified=2022-06-06 17:54:59.282409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.283291000, lastModified=2022-06-06 17:54:59.282409000, delta=882000 ns, racy<=15000 ns
17:54:59.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.283509000, lastModified=2022-06-06 17:54:59.282409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.282409000 to 2022-06-06 17:54:59.283409000
17:54:59.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.283715000, lastModified=2022-06-06 17:54:59.283409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.283715000, lastModified=2022-06-06 17:54:59.283409000, delta=306000 ns, racy<=15000 ns
17:54:59.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.283925000, lastModified=2022-06-06 17:54:59.283409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.283925000, lastModified=2022-06-06 17:54:59.283409000, delta=516000 ns, racy<=15000 ns
17:54:59.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.284326000, lastModified=2022-06-06 17:54:59.283409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.284326000, lastModified=2022-06-06 17:54:59.283409000, delta=917000 ns, racy<=15000 ns
17:54:59.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.284565000, lastModified=2022-06-06 17:54:59.284409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.284565000, lastModified=2022-06-06 17:54:59.284409000, delta=156000 ns, racy<=15000 ns
17:54:59.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.284785000, lastModified=2022-06-06 17:54:59.284409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.284785000, lastModified=2022-06-06 17:54:59.284409000, delta=376000 ns, racy<=15000 ns
17:54:59.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.285001000, lastModified=2022-06-06 17:54:59.284409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.285001000, lastModified=2022-06-06 17:54:59.284409000, delta=592000 ns, racy<=15000 ns
17:54:59.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.285257000, lastModified=2022-06-06 17:54:59.284409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.285257000, lastModified=2022-06-06 17:54:59.284409000, delta=848000 ns, racy<=15000 ns
17:54:59.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.285479000, lastModified=2022-06-06 17:54:59.284409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.284409000 to 2022-06-06 17:54:59.285409000
17:54:59.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.285691000, lastModified=2022-06-06 17:54:59.285409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.285691000, lastModified=2022-06-06 17:54:59.285409000, delta=282000 ns, racy<=15000 ns
17:54:59.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.285907000, lastModified=2022-06-06 17:54:59.285409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.285907000, lastModified=2022-06-06 17:54:59.285409000, delta=498000 ns, racy<=15000 ns
17:54:59.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.286139000, lastModified=2022-06-06 17:54:59.285409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.286139000, lastModified=2022-06-06 17:54:59.285409000, delta=730000 ns, racy<=15000 ns
17:54:59.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.286398000, lastModified=2022-06-06 17:54:59.285409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.286398000, lastModified=2022-06-06 17:54:59.285409000, delta=989000 ns, racy<=15000 ns
17:54:59.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.286643000, lastModified=2022-06-06 17:54:59.286409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.286643000, lastModified=2022-06-06 17:54:59.286409000, delta=234000 ns, racy<=15000 ns
17:54:59.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.286860000, lastModified=2022-06-06 17:54:59.286409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.286860000, lastModified=2022-06-06 17:54:59.286409000, delta=451000 ns, racy<=15000 ns
17:54:59.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.287085000, lastModified=2022-06-06 17:54:59.286409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.287085000, lastModified=2022-06-06 17:54:59.286409000, delta=676000 ns, racy<=15000 ns
17:54:59.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.290582000, lastModified=2022-06-06 17:54:59.286409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.286409000 to 2022-06-06 17:54:59.290409000
17:54:59.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.290825000, lastModified=2022-06-06 17:54:59.290409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.290825000, lastModified=2022-06-06 17:54:59.290409000, delta=416000 ns, racy<=15000 ns
17:54:59.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.291046000, lastModified=2022-06-06 17:54:59.290409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.291046000, lastModified=2022-06-06 17:54:59.290409000, delta=637000 ns, racy<=15000 ns
17:54:59.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.291269000, lastModified=2022-06-06 17:54:59.290409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.291269000, lastModified=2022-06-06 17:54:59.290409000, delta=860000 ns, racy<=15000 ns
17:54:59.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.291481000, lastModified=2022-06-06 17:54:59.290409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.290409000 to 2022-06-06 17:54:59.291409000
17:54:59.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.291692000, lastModified=2022-06-06 17:54:59.291409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.291692000, lastModified=2022-06-06 17:54:59.291409000, delta=283000 ns, racy<=15000 ns
17:54:59.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.291911000, lastModified=2022-06-06 17:54:59.291409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.291911000, lastModified=2022-06-06 17:54:59.291409000, delta=502000 ns, racy<=15000 ns
17:54:59.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.292131000, lastModified=2022-06-06 17:54:59.291409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.292131000, lastModified=2022-06-06 17:54:59.291409000, delta=722000 ns, racy<=15000 ns
17:54:59.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.292346000, lastModified=2022-06-06 17:54:59.291409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.292346000, lastModified=2022-06-06 17:54:59.291409000, delta=937000 ns, racy<=15000 ns
17:54:59.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.292563000, lastModified=2022-06-06 17:54:59.292409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.292563000, lastModified=2022-06-06 17:54:59.292409000, delta=154000 ns, racy<=15000 ns
17:54:59.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.292780000, lastModified=2022-06-06 17:54:59.292409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.292780000, lastModified=2022-06-06 17:54:59.292409000, delta=371000 ns, racy<=15000 ns
17:54:59.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.292995000, lastModified=2022-06-06 17:54:59.292409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.292995000, lastModified=2022-06-06 17:54:59.292409000, delta=586000 ns, racy<=15000 ns
17:54:59.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.293216000, lastModified=2022-06-06 17:54:59.292409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.293216000, lastModified=2022-06-06 17:54:59.292409000, delta=807000 ns, racy<=15000 ns
17:54:59.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.293427000, lastModified=2022-06-06 17:54:59.292409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.292409000 to 2022-06-06 17:54:59.293409000
17:54:59.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.293634000, lastModified=2022-06-06 17:54:59.293409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.293634000, lastModified=2022-06-06 17:54:59.293409000, delta=225000 ns, racy<=15000 ns
17:54:59.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.293853000, lastModified=2022-06-06 17:54:59.293409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.293853000, lastModified=2022-06-06 17:54:59.293409000, delta=444000 ns, racy<=15000 ns
17:54:59.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.294071000, lastModified=2022-06-06 17:54:59.293409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.294071000, lastModified=2022-06-06 17:54:59.293409000, delta=662000 ns, racy<=15000 ns
17:54:59.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.294303000, lastModified=2022-06-06 17:54:59.293409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.294303000, lastModified=2022-06-06 17:54:59.293409000, delta=894000 ns, racy<=15000 ns
17:54:59.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.294557000, lastModified=2022-06-06 17:54:59.293409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.293409000 to 2022-06-06 17:54:59.294409000
17:54:59.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.294766000, lastModified=2022-06-06 17:54:59.294409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.294766000, lastModified=2022-06-06 17:54:59.294409000, delta=357000 ns, racy<=15000 ns
17:54:59.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.294981000, lastModified=2022-06-06 17:54:59.294409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.294981000, lastModified=2022-06-06 17:54:59.294409000, delta=572000 ns, racy<=15000 ns
17:54:59.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.295204000, lastModified=2022-06-06 17:54:59.294409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.295204000, lastModified=2022-06-06 17:54:59.294409000, delta=795000 ns, racy<=15000 ns
17:54:59.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.295414000, lastModified=2022-06-06 17:54:59.294409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.295414000, lastModified=2022-06-06 17:54:59.294409000, delta=1005000 ns, racy<=15000 ns
17:54:59.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.295636000, lastModified=2022-06-06 17:54:59.295409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.295636000, lastModified=2022-06-06 17:54:59.295409000, delta=227000 ns, racy<=15000 ns
17:54:59.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.295856000, lastModified=2022-06-06 17:54:59.295409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.295856000, lastModified=2022-06-06 17:54:59.295409000, delta=447000 ns, racy<=15000 ns
17:54:59.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.296068000, lastModified=2022-06-06 17:54:59.295409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.296068000, lastModified=2022-06-06 17:54:59.295409000, delta=659000 ns, racy<=15000 ns
17:54:59.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.296292000, lastModified=2022-06-06 17:54:59.295409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.296292000, lastModified=2022-06-06 17:54:59.295409000, delta=883000 ns, racy<=15000 ns
17:54:59.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.296508000, lastModified=2022-06-06 17:54:59.295409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.295409000 to 2022-06-06 17:54:59.296409000
17:54:59.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.296709000, lastModified=2022-06-06 17:54:59.296409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.296709000, lastModified=2022-06-06 17:54:59.296409000, delta=300000 ns, racy<=15000 ns
17:54:59.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.296919000, lastModified=2022-06-06 17:54:59.296409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.296919000, lastModified=2022-06-06 17:54:59.296409000, delta=510000 ns, racy<=15000 ns
17:54:59.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.297145000, lastModified=2022-06-06 17:54:59.296409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.297145000, lastModified=2022-06-06 17:54:59.296409000, delta=736000 ns, racy<=15000 ns
17:54:59.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.297363000, lastModified=2022-06-06 17:54:59.296409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.297363000, lastModified=2022-06-06 17:54:59.296409000, delta=954000 ns, racy<=15000 ns
17:54:59.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.297585000, lastModified=2022-06-06 17:54:59.297409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.297585000, lastModified=2022-06-06 17:54:59.297409000, delta=176000 ns, racy<=15000 ns
17:54:59.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.297797000, lastModified=2022-06-06 17:54:59.297409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.297797000, lastModified=2022-06-06 17:54:59.297409000, delta=388000 ns, racy<=15000 ns
17:54:59.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.298007000, lastModified=2022-06-06 17:54:59.297409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.298007000, lastModified=2022-06-06 17:54:59.297409000, delta=598000 ns, racy<=15000 ns
17:54:59.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.301333000, lastModified=2022-06-06 17:54:59.297409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.297409000 to 2022-06-06 17:54:59.300409000
17:54:59.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.301598000, lastModified=2022-06-06 17:54:59.301409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.301598000, lastModified=2022-06-06 17:54:59.301409000, delta=189000 ns, racy<=15000 ns
17:54:59.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.301818000, lastModified=2022-06-06 17:54:59.301409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.301818000, lastModified=2022-06-06 17:54:59.301409000, delta=409000 ns, racy<=15000 ns
17:54:59.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.302 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.302030000, lastModified=2022-06-06 17:54:59.301409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.302 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.302030000, lastModified=2022-06-06 17:54:59.301409000, delta=621000 ns, racy<=15000 ns
17:54:59.302 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.302 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.302254000, lastModified=2022-06-06 17:54:59.301409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.302 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.302254000, lastModified=2022-06-06 17:54:59.301409000, delta=845000 ns, racy<=15000 ns
17:54:59.302 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.302 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.302463000, lastModified=2022-06-06 17:54:59.301409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.302 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.301409000 to 2022-06-06 17:54:59.302409000
17:54:59.302 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.302699000, lastModified=2022-06-06 17:54:59.302409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.302 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.302699000, lastModified=2022-06-06 17:54:59.302409000, delta=290000 ns, racy<=15000 ns
17:54:59.302 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.302 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.302913000, lastModified=2022-06-06 17:54:59.302409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.302913000, lastModified=2022-06-06 17:54:59.302409000, delta=504000 ns, racy<=15000 ns
17:54:59.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.303135000, lastModified=2022-06-06 17:54:59.302409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.303135000, lastModified=2022-06-06 17:54:59.302409000, delta=726000 ns, racy<=15000 ns
17:54:59.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.303353000, lastModified=2022-06-06 17:54:59.302409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.303353000, lastModified=2022-06-06 17:54:59.302409000, delta=944000 ns, racy<=15000 ns
17:54:59.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.303578000, lastModified=2022-06-06 17:54:59.303409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.303578000, lastModified=2022-06-06 17:54:59.303409000, delta=169000 ns, racy<=15000 ns
17:54:59.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.303799000, lastModified=2022-06-06 17:54:59.303409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.303799000, lastModified=2022-06-06 17:54:59.303409000, delta=390000 ns, racy<=15000 ns
17:54:59.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.304013000, lastModified=2022-06-06 17:54:59.303409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.304013000, lastModified=2022-06-06 17:54:59.303409000, delta=604000 ns, racy<=15000 ns
17:54:59.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.304236000, lastModified=2022-06-06 17:54:59.303409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.304236000, lastModified=2022-06-06 17:54:59.303409000, delta=827000 ns, racy<=15000 ns
17:54:59.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.304451000, lastModified=2022-06-06 17:54:59.303409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.303409000 to 2022-06-06 17:54:59.304409000
17:54:59.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.304690000, lastModified=2022-06-06 17:54:59.304409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.304690000, lastModified=2022-06-06 17:54:59.304409000, delta=281000 ns, racy<=15000 ns
17:54:59.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.304940000, lastModified=2022-06-06 17:54:59.304409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.304940000, lastModified=2022-06-06 17:54:59.304409000, delta=531000 ns, racy<=15000 ns
17:54:59.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.305177000, lastModified=2022-06-06 17:54:59.304409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.305177000, lastModified=2022-06-06 17:54:59.304409000, delta=768000 ns, racy<=15000 ns
17:54:59.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.305392000, lastModified=2022-06-06 17:54:59.304409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.305392000, lastModified=2022-06-06 17:54:59.304409000, delta=983000 ns, racy<=15000 ns
17:54:59.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.305622000, lastModified=2022-06-06 17:54:59.305409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.305622000, lastModified=2022-06-06 17:54:59.305409000, delta=213000 ns, racy<=15000 ns
17:54:59.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.305837000, lastModified=2022-06-06 17:54:59.305409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.305837000, lastModified=2022-06-06 17:54:59.305409000, delta=428000 ns, racy<=15000 ns
17:54:59.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.306050000, lastModified=2022-06-06 17:54:59.305409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.306050000, lastModified=2022-06-06 17:54:59.305409000, delta=641000 ns, racy<=15000 ns
17:54:59.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.306270000, lastModified=2022-06-06 17:54:59.305409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.306270000, lastModified=2022-06-06 17:54:59.305409000, delta=861000 ns, racy<=15000 ns
17:54:59.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.306485000, lastModified=2022-06-06 17:54:59.305409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.305409000 to 2022-06-06 17:54:59.306409000
17:54:59.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.306724000, lastModified=2022-06-06 17:54:59.306409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.306724000, lastModified=2022-06-06 17:54:59.306409000, delta=315000 ns, racy<=15000 ns
17:54:59.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.306936000, lastModified=2022-06-06 17:54:59.306409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.306936000, lastModified=2022-06-06 17:54:59.306409000, delta=527000 ns, racy<=15000 ns
17:54:59.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.307185000, lastModified=2022-06-06 17:54:59.306409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.307185000, lastModified=2022-06-06 17:54:59.306409000, delta=776000 ns, racy<=15000 ns
17:54:59.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.307404000, lastModified=2022-06-06 17:54:59.306409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.307404000, lastModified=2022-06-06 17:54:59.306409000, delta=995000 ns, racy<=15000 ns
17:54:59.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.307633000, lastModified=2022-06-06 17:54:59.307409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.307633000, lastModified=2022-06-06 17:54:59.307409000, delta=224000 ns, racy<=15000 ns
17:54:59.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.307849000, lastModified=2022-06-06 17:54:59.307409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.307849000, lastModified=2022-06-06 17:54:59.307409000, delta=440000 ns, racy<=15000 ns
17:54:59.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.308065000, lastModified=2022-06-06 17:54:59.307409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.308065000, lastModified=2022-06-06 17:54:59.307409000, delta=656000 ns, racy<=15000 ns
17:54:59.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.308325000, lastModified=2022-06-06 17:54:59.307409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.308325000, lastModified=2022-06-06 17:54:59.307409000, delta=916000 ns, racy<=15000 ns
17:54:59.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.308575000, lastModified=2022-06-06 17:54:59.308409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.308575000, lastModified=2022-06-06 17:54:59.308409000, delta=166000 ns, racy<=15000 ns
17:54:59.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.308792000, lastModified=2022-06-06 17:54:59.308409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.308792000, lastModified=2022-06-06 17:54:59.308409000, delta=383000 ns, racy<=15000 ns
17:54:59.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.309 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.309006000, lastModified=2022-06-06 17:54:59.308409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.309 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.309006000, lastModified=2022-06-06 17:54:59.308409000, delta=597000 ns, racy<=15000 ns
17:54:59.309 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.313283000, lastModified=2022-06-06 17:54:59.308409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.308409000 to 2022-06-06 17:54:59.312409000
17:54:59.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.313551000, lastModified=2022-06-06 17:54:59.313409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.313551000, lastModified=2022-06-06 17:54:59.313409000, delta=142000 ns, racy<=15000 ns
17:54:59.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.313796000, lastModified=2022-06-06 17:54:59.313409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.313796000, lastModified=2022-06-06 17:54:59.313409000, delta=387000 ns, racy<=15000 ns
17:54:59.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.314036000, lastModified=2022-06-06 17:54:59.313409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.314036000, lastModified=2022-06-06 17:54:59.313409000, delta=627000 ns, racy<=15000 ns
17:54:59.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.314286000, lastModified=2022-06-06 17:54:59.313409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.314286000, lastModified=2022-06-06 17:54:59.313409000, delta=877000 ns, racy<=15000 ns
17:54:59.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.314514000, lastModified=2022-06-06 17:54:59.313409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.313409000 to 2022-06-06 17:54:59.314409000
17:54:59.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.314724000, lastModified=2022-06-06 17:54:59.314409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.314724000, lastModified=2022-06-06 17:54:59.314409000, delta=315000 ns, racy<=15000 ns
17:54:59.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.314957000, lastModified=2022-06-06 17:54:59.314409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.314957000, lastModified=2022-06-06 17:54:59.314409000, delta=548000 ns, racy<=15000 ns
17:54:59.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.315195000, lastModified=2022-06-06 17:54:59.314409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.315195000, lastModified=2022-06-06 17:54:59.314409000, delta=786000 ns, racy<=15000 ns
17:54:59.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.315406000, lastModified=2022-06-06 17:54:59.314409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.315406000, lastModified=2022-06-06 17:54:59.314409000, delta=997000 ns, racy<=15000 ns
17:54:59.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.315626000, lastModified=2022-06-06 17:54:59.315409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.315626000, lastModified=2022-06-06 17:54:59.315409000, delta=217000 ns, racy<=15000 ns
17:54:59.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.315839000, lastModified=2022-06-06 17:54:59.315409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.315839000, lastModified=2022-06-06 17:54:59.315409000, delta=430000 ns, racy<=15000 ns
17:54:59.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.316054000, lastModified=2022-06-06 17:54:59.315409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.316054000, lastModified=2022-06-06 17:54:59.315409000, delta=645000 ns, racy<=15000 ns
17:54:59.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.316273000, lastModified=2022-06-06 17:54:59.315409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.316273000, lastModified=2022-06-06 17:54:59.315409000, delta=864000 ns, racy<=15000 ns
17:54:59.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.316483000, lastModified=2022-06-06 17:54:59.315409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.315409000 to 2022-06-06 17:54:59.316409000
17:54:59.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.316704000, lastModified=2022-06-06 17:54:59.316409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.316704000, lastModified=2022-06-06 17:54:59.316409000, delta=295000 ns, racy<=15000 ns
17:54:59.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.316920000, lastModified=2022-06-06 17:54:59.316409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.316920000, lastModified=2022-06-06 17:54:59.316409000, delta=511000 ns, racy<=15000 ns
17:54:59.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.317188000, lastModified=2022-06-06 17:54:59.316409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.317188000, lastModified=2022-06-06 17:54:59.316409000, delta=779000 ns, racy<=15000 ns
17:54:59.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.317401000, lastModified=2022-06-06 17:54:59.316409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.317401000, lastModified=2022-06-06 17:54:59.316409000, delta=992000 ns, racy<=15000 ns
17:54:59.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.317623000, lastModified=2022-06-06 17:54:59.317409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.317623000, lastModified=2022-06-06 17:54:59.317409000, delta=214000 ns, racy<=15000 ns
17:54:59.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.317838000, lastModified=2022-06-06 17:54:59.317409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.317838000, lastModified=2022-06-06 17:54:59.317409000, delta=429000 ns, racy<=15000 ns
17:54:59.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.318052000, lastModified=2022-06-06 17:54:59.317409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.318052000, lastModified=2022-06-06 17:54:59.317409000, delta=643000 ns, racy<=15000 ns
17:54:59.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.318270000, lastModified=2022-06-06 17:54:59.317409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.318270000, lastModified=2022-06-06 17:54:59.317409000, delta=861000 ns, racy<=15000 ns
17:54:59.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.318480000, lastModified=2022-06-06 17:54:59.317409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.317409000 to 2022-06-06 17:54:59.318409000
17:54:59.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.318685000, lastModified=2022-06-06 17:54:59.318409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.318685000, lastModified=2022-06-06 17:54:59.318409000, delta=276000 ns, racy<=15000 ns
17:54:59.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.318894000, lastModified=2022-06-06 17:54:59.318409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.318894000, lastModified=2022-06-06 17:54:59.318409000, delta=485000 ns, racy<=15000 ns
17:54:59.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.319117000, lastModified=2022-06-06 17:54:59.318409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.319117000, lastModified=2022-06-06 17:54:59.318409000, delta=708000 ns, racy<=15000 ns
17:54:59.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.319329000, lastModified=2022-06-06 17:54:59.318409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.319329000, lastModified=2022-06-06 17:54:59.318409000, delta=920000 ns, racy<=15000 ns
17:54:59.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.319546000, lastModified=2022-06-06 17:54:59.319409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.319546000, lastModified=2022-06-06 17:54:59.319409000, delta=137000 ns, racy<=15000 ns
17:54:59.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.319762000, lastModified=2022-06-06 17:54:59.319409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.319762000, lastModified=2022-06-06 17:54:59.319409000, delta=353000 ns, racy<=15000 ns
17:54:59.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.319973000, lastModified=2022-06-06 17:54:59.319409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.319973000, lastModified=2022-06-06 17:54:59.319409000, delta=564000 ns, racy<=15000 ns
17:54:59.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.320201000, lastModified=2022-06-06 17:54:59.319409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.320201000, lastModified=2022-06-06 17:54:59.319409000, delta=792000 ns, racy<=15000 ns
17:54:59.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.320423000, lastModified=2022-06-06 17:54:59.319409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.319409000 to 2022-06-06 17:54:59.320409000
17:54:59.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.320646000, lastModified=2022-06-06 17:54:59.320409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.320646000, lastModified=2022-06-06 17:54:59.320409000, delta=237000 ns, racy<=15000 ns
17:54:59.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.320911000, lastModified=2022-06-06 17:54:59.320409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.321 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.320911000, lastModified=2022-06-06 17:54:59.320409000, delta=502000 ns, racy<=15000 ns
17:54:59.321 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.326852000, lastModified=2022-06-06 17:54:59.320409000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.320409000 to 2022-06-06 17:54:59.326410000
17:54:59.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.327075000, lastModified=2022-06-06 17:54:59.326410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.327075000, lastModified=2022-06-06 17:54:59.326410000, delta=665000 ns, racy<=15000 ns
17:54:59.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.327302000, lastModified=2022-06-06 17:54:59.326410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.327302000, lastModified=2022-06-06 17:54:59.326410000, delta=892000 ns, racy<=15000 ns
17:54:59.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.348291000, lastModified=2022-06-06 17:54:59.347410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.348291000, lastModified=2022-06-06 17:54:59.347410000, delta=881000 ns, racy<=15000 ns
17:54:59.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.348576000, lastModified=2022-06-06 17:54:59.348410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.348576000, lastModified=2022-06-06 17:54:59.348410000, delta=166000 ns, racy<=15000 ns
17:54:59.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.348817000, lastModified=2022-06-06 17:54:59.348410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.348817000, lastModified=2022-06-06 17:54:59.348410000, delta=407000 ns, racy<=15000 ns
17:54:59.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.349060000, lastModified=2022-06-06 17:54:59.348410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.349060000, lastModified=2022-06-06 17:54:59.348410000, delta=650000 ns, racy<=15000 ns
17:54:59.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.349290000, lastModified=2022-06-06 17:54:59.348410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.349290000, lastModified=2022-06-06 17:54:59.348410000, delta=880000 ns, racy<=15000 ns
17:54:59.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.349515000, lastModified=2022-06-06 17:54:59.348410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.348410000 to 2022-06-06 17:54:59.349410000
17:54:59.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.349723000, lastModified=2022-06-06 17:54:59.349410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.349723000, lastModified=2022-06-06 17:54:59.349410000, delta=313000 ns, racy<=15000 ns
17:54:59.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.349942000, lastModified=2022-06-06 17:54:59.349410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.349942000, lastModified=2022-06-06 17:54:59.349410000, delta=532000 ns, racy<=15000 ns
17:54:59.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.350186000, lastModified=2022-06-06 17:54:59.349410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.350186000, lastModified=2022-06-06 17:54:59.349410000, delta=776000 ns, racy<=15000 ns
17:54:59.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.350406000, lastModified=2022-06-06 17:54:59.349410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.350406000, lastModified=2022-06-06 17:54:59.349410000, delta=996000 ns, racy<=15000 ns
17:54:59.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.350633000, lastModified=2022-06-06 17:54:59.350410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.350633000, lastModified=2022-06-06 17:54:59.350410000, delta=223000 ns, racy<=15000 ns
17:54:59.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.350874000, lastModified=2022-06-06 17:54:59.350410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.350874000, lastModified=2022-06-06 17:54:59.350410000, delta=464000 ns, racy<=15000 ns
17:54:59.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.351116000, lastModified=2022-06-06 17:54:59.350410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.351116000, lastModified=2022-06-06 17:54:59.350410000, delta=706000 ns, racy<=15000 ns
17:54:59.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.351349000, lastModified=2022-06-06 17:54:59.350410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.351349000, lastModified=2022-06-06 17:54:59.350410000, delta=939000 ns, racy<=15000 ns
17:54:59.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.351569000, lastModified=2022-06-06 17:54:59.351410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.351569000, lastModified=2022-06-06 17:54:59.351410000, delta=159000 ns, racy<=15000 ns
17:54:59.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.351788000, lastModified=2022-06-06 17:54:59.351410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.351788000, lastModified=2022-06-06 17:54:59.351410000, delta=378000 ns, racy<=15000 ns
17:54:59.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.352003000, lastModified=2022-06-06 17:54:59.351410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.352003000, lastModified=2022-06-06 17:54:59.351410000, delta=593000 ns, racy<=15000 ns
17:54:59.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.352226000, lastModified=2022-06-06 17:54:59.351410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.352226000, lastModified=2022-06-06 17:54:59.351410000, delta=816000 ns, racy<=15000 ns
17:54:59.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.352440000, lastModified=2022-06-06 17:54:59.351410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.351410000 to 2022-06-06 17:54:59.352410000
17:54:59.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.352643000, lastModified=2022-06-06 17:54:59.352410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.352643000, lastModified=2022-06-06 17:54:59.352410000, delta=233000 ns, racy<=15000 ns
17:54:59.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.352859000, lastModified=2022-06-06 17:54:59.352410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.352859000, lastModified=2022-06-06 17:54:59.352410000, delta=449000 ns, racy<=15000 ns
17:54:59.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.353078000, lastModified=2022-06-06 17:54:59.352410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.353078000, lastModified=2022-06-06 17:54:59.352410000, delta=668000 ns, racy<=15000 ns
17:54:59.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.353301000, lastModified=2022-06-06 17:54:59.352410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.353301000, lastModified=2022-06-06 17:54:59.352410000, delta=891000 ns, racy<=15000 ns
17:54:59.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.353538000, lastModified=2022-06-06 17:54:59.353410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.353538000, lastModified=2022-06-06 17:54:59.353410000, delta=128000 ns, racy<=15000 ns
17:54:59.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.353766000, lastModified=2022-06-06 17:54:59.353410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.353766000, lastModified=2022-06-06 17:54:59.353410000, delta=356000 ns, racy<=15000 ns
17:54:59.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.353980000, lastModified=2022-06-06 17:54:59.353410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.353980000, lastModified=2022-06-06 17:54:59.353410000, delta=570000 ns, racy<=15000 ns
17:54:59.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.354200000, lastModified=2022-06-06 17:54:59.353410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.354200000, lastModified=2022-06-06 17:54:59.353410000, delta=790000 ns, racy<=15000 ns
17:54:59.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.354414000, lastModified=2022-06-06 17:54:59.353410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.354414000, lastModified=2022-06-06 17:54:59.353410000, delta=1004000 ns, racy<=15000 ns
17:54:59.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.354638000, lastModified=2022-06-06 17:54:59.354410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.354638000, lastModified=2022-06-06 17:54:59.354410000, delta=228000 ns, racy<=15000 ns
17:54:59.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.354851000, lastModified=2022-06-06 17:54:59.354410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.354851000, lastModified=2022-06-06 17:54:59.354410000, delta=441000 ns, racy<=15000 ns
17:54:59.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.355061000, lastModified=2022-06-06 17:54:59.354410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.355061000, lastModified=2022-06-06 17:54:59.354410000, delta=651000 ns, racy<=15000 ns
17:54:59.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.355280000, lastModified=2022-06-06 17:54:59.354410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.355280000, lastModified=2022-06-06 17:54:59.354410000, delta=870000 ns, racy<=15000 ns
17:54:59.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.357757000, lastModified=2022-06-06 17:54:59.354410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.354410000 to 2022-06-06 17:54:59.357410000
17:54:59.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.357986000, lastModified=2022-06-06 17:54:59.357410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.357986000, lastModified=2022-06-06 17:54:59.357410000, delta=576000 ns, racy<=15000 ns
17:54:59.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.358210000, lastModified=2022-06-06 17:54:59.357410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.358210000, lastModified=2022-06-06 17:54:59.357410000, delta=800000 ns, racy<=15000 ns
17:54:59.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.358423000, lastModified=2022-06-06 17:54:59.357410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.357410000 to 2022-06-06 17:54:59.358410000
17:54:59.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.358634000, lastModified=2022-06-06 17:54:59.358410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.358634000, lastModified=2022-06-06 17:54:59.358410000, delta=224000 ns, racy<=15000 ns
17:54:59.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.358851000, lastModified=2022-06-06 17:54:59.358410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.358851000, lastModified=2022-06-06 17:54:59.358410000, delta=441000 ns, racy<=15000 ns
17:54:59.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.359067000, lastModified=2022-06-06 17:54:59.358410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.359067000, lastModified=2022-06-06 17:54:59.358410000, delta=657000 ns, racy<=15000 ns
17:54:59.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.359287000, lastModified=2022-06-06 17:54:59.358410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.359287000, lastModified=2022-06-06 17:54:59.358410000, delta=877000 ns, racy<=15000 ns
17:54:59.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.359497000, lastModified=2022-06-06 17:54:59.358410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.358410000 to 2022-06-06 17:54:59.359410000
17:54:59.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.359786000, lastModified=2022-06-06 17:54:59.359410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.359786000, lastModified=2022-06-06 17:54:59.359410000, delta=376000 ns, racy<=15000 ns
17:54:59.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.360021000, lastModified=2022-06-06 17:54:59.359410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.360021000, lastModified=2022-06-06 17:54:59.359410000, delta=611000 ns, racy<=15000 ns
17:54:59.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.360259000, lastModified=2022-06-06 17:54:59.359410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.360259000, lastModified=2022-06-06 17:54:59.359410000, delta=849000 ns, racy<=15000 ns
17:54:59.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.360472000, lastModified=2022-06-06 17:54:59.359410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.359410000 to 2022-06-06 17:54:59.360410000
17:54:59.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.360698000, lastModified=2022-06-06 17:54:59.360410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.360698000, lastModified=2022-06-06 17:54:59.360410000, delta=288000 ns, racy<=15000 ns
17:54:59.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.360912000, lastModified=2022-06-06 17:54:59.360410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.360912000, lastModified=2022-06-06 17:54:59.360410000, delta=502000 ns, racy<=15000 ns
17:54:59.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.361131000, lastModified=2022-06-06 17:54:59.360410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.361131000, lastModified=2022-06-06 17:54:59.360410000, delta=721000 ns, racy<=15000 ns
17:54:59.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.361350000, lastModified=2022-06-06 17:54:59.360410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.361350000, lastModified=2022-06-06 17:54:59.360410000, delta=940000 ns, racy<=15000 ns
17:54:59.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.361567000, lastModified=2022-06-06 17:54:59.361410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.361567000, lastModified=2022-06-06 17:54:59.361410000, delta=157000 ns, racy<=15000 ns
17:54:59.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.361788000, lastModified=2022-06-06 17:54:59.361410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.361788000, lastModified=2022-06-06 17:54:59.361410000, delta=378000 ns, racy<=15000 ns
17:54:59.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.362013000, lastModified=2022-06-06 17:54:59.361410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.362013000, lastModified=2022-06-06 17:54:59.361410000, delta=603000 ns, racy<=15000 ns
17:54:59.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.362239000, lastModified=2022-06-06 17:54:59.361410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.362239000, lastModified=2022-06-06 17:54:59.361410000, delta=829000 ns, racy<=15000 ns
17:54:59.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.362453000, lastModified=2022-06-06 17:54:59.361410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.361410000 to 2022-06-06 17:54:59.362410000
17:54:59.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.362655000, lastModified=2022-06-06 17:54:59.362410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.362655000, lastModified=2022-06-06 17:54:59.362410000, delta=245000 ns, racy<=15000 ns
17:54:59.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.362871000, lastModified=2022-06-06 17:54:59.362410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.362871000, lastModified=2022-06-06 17:54:59.362410000, delta=461000 ns, racy<=15000 ns
17:54:59.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.363092000, lastModified=2022-06-06 17:54:59.362410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.363092000, lastModified=2022-06-06 17:54:59.362410000, delta=682000 ns, racy<=15000 ns
17:54:59.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.363304000, lastModified=2022-06-06 17:54:59.362410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.363304000, lastModified=2022-06-06 17:54:59.362410000, delta=894000 ns, racy<=15000 ns
17:54:59.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.363534000, lastModified=2022-06-06 17:54:59.362410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.362410000 to 2022-06-06 17:54:59.363410000
17:54:59.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.363734000, lastModified=2022-06-06 17:54:59.363410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.363734000, lastModified=2022-06-06 17:54:59.363410000, delta=324000 ns, racy<=15000 ns
17:54:59.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.363948000, lastModified=2022-06-06 17:54:59.363410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.363948000, lastModified=2022-06-06 17:54:59.363410000, delta=538000 ns, racy<=15000 ns
17:54:59.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.364166000, lastModified=2022-06-06 17:54:59.363410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.364166000, lastModified=2022-06-06 17:54:59.363410000, delta=756000 ns, racy<=15000 ns
17:54:59.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.364380000, lastModified=2022-06-06 17:54:59.363410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.364380000, lastModified=2022-06-06 17:54:59.363410000, delta=970000 ns, racy<=15000 ns
17:54:59.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.364615000, lastModified=2022-06-06 17:54:59.364410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.364615000, lastModified=2022-06-06 17:54:59.364410000, delta=205000 ns, racy<=15000 ns
17:54:59.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.364828000, lastModified=2022-06-06 17:54:59.364410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.364828000, lastModified=2022-06-06 17:54:59.364410000, delta=418000 ns, racy<=15000 ns
17:54:59.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.365044000, lastModified=2022-06-06 17:54:59.364410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.365044000, lastModified=2022-06-06 17:54:59.364410000, delta=634000 ns, racy<=15000 ns
17:54:59.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.365269000, lastModified=2022-06-06 17:54:59.364410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.365269000, lastModified=2022-06-06 17:54:59.364410000, delta=859000 ns, racy<=15000 ns
17:54:59.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.368625000, lastModified=2022-06-06 17:54:59.364410000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.364410000 to 2022-06-06 17:54:59.368411000
17:54:59.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.368849000, lastModified=2022-06-06 17:54:59.368411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.368849000, lastModified=2022-06-06 17:54:59.368411000, delta=438000 ns, racy<=15000 ns
17:54:59.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.369066000, lastModified=2022-06-06 17:54:59.368411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.369066000, lastModified=2022-06-06 17:54:59.368411000, delta=655000 ns, racy<=15000 ns
17:54:59.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.369288000, lastModified=2022-06-06 17:54:59.368411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.369288000, lastModified=2022-06-06 17:54:59.368411000, delta=877000 ns, racy<=15000 ns
17:54:59.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.369508000, lastModified=2022-06-06 17:54:59.368411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.368411000 to 2022-06-06 17:54:59.369411000
17:54:59.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.369712000, lastModified=2022-06-06 17:54:59.369411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.369712000, lastModified=2022-06-06 17:54:59.369411000, delta=301000 ns, racy<=15000 ns
17:54:59.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.369924000, lastModified=2022-06-06 17:54:59.369411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.369924000, lastModified=2022-06-06 17:54:59.369411000, delta=513000 ns, racy<=15000 ns
17:54:59.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.370147000, lastModified=2022-06-06 17:54:59.369411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.370147000, lastModified=2022-06-06 17:54:59.369411000, delta=736000 ns, racy<=15000 ns
17:54:59.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.370359000, lastModified=2022-06-06 17:54:59.369411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.370359000, lastModified=2022-06-06 17:54:59.369411000, delta=948000 ns, racy<=15000 ns
17:54:59.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.370581000, lastModified=2022-06-06 17:54:59.370411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.370581000, lastModified=2022-06-06 17:54:59.370411000, delta=170000 ns, racy<=15000 ns
17:54:59.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.370793000, lastModified=2022-06-06 17:54:59.370411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.370793000, lastModified=2022-06-06 17:54:59.370411000, delta=382000 ns, racy<=15000 ns
17:54:59.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.371009000, lastModified=2022-06-06 17:54:59.370411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.371009000, lastModified=2022-06-06 17:54:59.370411000, delta=598000 ns, racy<=15000 ns
17:54:59.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.371233000, lastModified=2022-06-06 17:54:59.370411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.371233000, lastModified=2022-06-06 17:54:59.370411000, delta=822000 ns, racy<=15000 ns
17:54:59.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.371454000, lastModified=2022-06-06 17:54:59.370411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.370411000 to 2022-06-06 17:54:59.371411000
17:54:59.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.371662000, lastModified=2022-06-06 17:54:59.371411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.371662000, lastModified=2022-06-06 17:54:59.371411000, delta=251000 ns, racy<=15000 ns
17:54:59.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.371876000, lastModified=2022-06-06 17:54:59.371411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.371876000, lastModified=2022-06-06 17:54:59.371411000, delta=465000 ns, racy<=15000 ns
17:54:59.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.372097000, lastModified=2022-06-06 17:54:59.371411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.372097000, lastModified=2022-06-06 17:54:59.371411000, delta=686000 ns, racy<=15000 ns
17:54:59.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.372316000, lastModified=2022-06-06 17:54:59.371411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.372316000, lastModified=2022-06-06 17:54:59.371411000, delta=905000 ns, racy<=15000 ns
17:54:59.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.372594000, lastModified=2022-06-06 17:54:59.372411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.372594000, lastModified=2022-06-06 17:54:59.372411000, delta=183000 ns, racy<=15000 ns
17:54:59.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.372816000, lastModified=2022-06-06 17:54:59.372411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.372816000, lastModified=2022-06-06 17:54:59.372411000, delta=405000 ns, racy<=15000 ns
17:54:59.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.373030000, lastModified=2022-06-06 17:54:59.372411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.373030000, lastModified=2022-06-06 17:54:59.372411000, delta=619000 ns, racy<=15000 ns
17:54:59.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.373305000, lastModified=2022-06-06 17:54:59.372411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.373305000, lastModified=2022-06-06 17:54:59.372411000, delta=894000 ns, racy<=15000 ns
17:54:59.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.373524000, lastModified=2022-06-06 17:54:59.372411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.372411000 to 2022-06-06 17:54:59.373411000
17:54:59.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.373726000, lastModified=2022-06-06 17:54:59.373411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.373726000, lastModified=2022-06-06 17:54:59.373411000, delta=315000 ns, racy<=15000 ns
17:54:59.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.373939000, lastModified=2022-06-06 17:54:59.373411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.373939000, lastModified=2022-06-06 17:54:59.373411000, delta=528000 ns, racy<=15000 ns
17:54:59.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.374158000, lastModified=2022-06-06 17:54:59.373411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.374158000, lastModified=2022-06-06 17:54:59.373411000, delta=747000 ns, racy<=15000 ns
17:54:59.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.374375000, lastModified=2022-06-06 17:54:59.373411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.374375000, lastModified=2022-06-06 17:54:59.373411000, delta=964000 ns, racy<=15000 ns
17:54:59.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.374599000, lastModified=2022-06-06 17:54:59.374411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.374599000, lastModified=2022-06-06 17:54:59.374411000, delta=188000 ns, racy<=15000 ns
17:54:59.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.374812000, lastModified=2022-06-06 17:54:59.374411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.374812000, lastModified=2022-06-06 17:54:59.374411000, delta=401000 ns, racy<=15000 ns
17:54:59.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.375020000, lastModified=2022-06-06 17:54:59.374411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.375020000, lastModified=2022-06-06 17:54:59.374411000, delta=609000 ns, racy<=15000 ns
17:54:59.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.375242000, lastModified=2022-06-06 17:54:59.374411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.375242000, lastModified=2022-06-06 17:54:59.374411000, delta=831000 ns, racy<=15000 ns
17:54:59.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.375456000, lastModified=2022-06-06 17:54:59.374411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.374411000 to 2022-06-06 17:54:59.375411000
17:54:59.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.375661000, lastModified=2022-06-06 17:54:59.375411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.375661000, lastModified=2022-06-06 17:54:59.375411000, delta=250000 ns, racy<=15000 ns
17:54:59.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.375872000, lastModified=2022-06-06 17:54:59.375411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.375872000, lastModified=2022-06-06 17:54:59.375411000, delta=461000 ns, racy<=15000 ns
17:54:59.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.376094000, lastModified=2022-06-06 17:54:59.375411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.376094000, lastModified=2022-06-06 17:54:59.375411000, delta=683000 ns, racy<=15000 ns
17:54:59.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.379446000, lastModified=2022-06-06 17:54:59.375411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.375411000 to 2022-06-06 17:54:59.379411000
17:54:59.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.379696000, lastModified=2022-06-06 17:54:59.379411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.379696000, lastModified=2022-06-06 17:54:59.379411000, delta=285000 ns, racy<=15000 ns
17:54:59.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.379915000, lastModified=2022-06-06 17:54:59.379411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.379915000, lastModified=2022-06-06 17:54:59.379411000, delta=504000 ns, racy<=15000 ns
17:54:59.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.380137000, lastModified=2022-06-06 17:54:59.379411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.380137000, lastModified=2022-06-06 17:54:59.379411000, delta=726000 ns, racy<=15000 ns
17:54:59.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.380353000, lastModified=2022-06-06 17:54:59.379411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.380353000, lastModified=2022-06-06 17:54:59.379411000, delta=942000 ns, racy<=15000 ns
17:54:59.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.380583000, lastModified=2022-06-06 17:54:59.380411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.380583000, lastModified=2022-06-06 17:54:59.380411000, delta=172000 ns, racy<=15000 ns
17:54:59.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.380806000, lastModified=2022-06-06 17:54:59.380411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.380806000, lastModified=2022-06-06 17:54:59.380411000, delta=395000 ns, racy<=15000 ns
17:54:59.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.381024000, lastModified=2022-06-06 17:54:59.380411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.381024000, lastModified=2022-06-06 17:54:59.380411000, delta=613000 ns, racy<=15000 ns
17:54:59.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.381247000, lastModified=2022-06-06 17:54:59.380411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.381247000, lastModified=2022-06-06 17:54:59.380411000, delta=836000 ns, racy<=15000 ns
17:54:59.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.381481000, lastModified=2022-06-06 17:54:59.380411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.380411000 to 2022-06-06 17:54:59.381411000
17:54:59.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.381691000, lastModified=2022-06-06 17:54:59.381411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.381691000, lastModified=2022-06-06 17:54:59.381411000, delta=280000 ns, racy<=15000 ns
17:54:59.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.381901000, lastModified=2022-06-06 17:54:59.381411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.381901000, lastModified=2022-06-06 17:54:59.381411000, delta=490000 ns, racy<=15000 ns
17:54:59.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.382167000, lastModified=2022-06-06 17:54:59.381411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.382167000, lastModified=2022-06-06 17:54:59.381411000, delta=756000 ns, racy<=15000 ns
17:54:59.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.382389000, lastModified=2022-06-06 17:54:59.381411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.382389000, lastModified=2022-06-06 17:54:59.381411000, delta=978000 ns, racy<=15000 ns
17:54:59.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.382610000, lastModified=2022-06-06 17:54:59.382411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.382610000, lastModified=2022-06-06 17:54:59.382411000, delta=199000 ns, racy<=15000 ns
17:54:59.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.382822000, lastModified=2022-06-06 17:54:59.382411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.382822000, lastModified=2022-06-06 17:54:59.382411000, delta=411000 ns, racy<=15000 ns
17:54:59.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.383038000, lastModified=2022-06-06 17:54:59.382411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.383038000, lastModified=2022-06-06 17:54:59.382411000, delta=627000 ns, racy<=15000 ns
17:54:59.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.383262000, lastModified=2022-06-06 17:54:59.382411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.383262000, lastModified=2022-06-06 17:54:59.382411000, delta=851000 ns, racy<=15000 ns
17:54:59.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.383475000, lastModified=2022-06-06 17:54:59.382411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.382411000 to 2022-06-06 17:54:59.383411000
17:54:59.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.383725000, lastModified=2022-06-06 17:54:59.383411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.383725000, lastModified=2022-06-06 17:54:59.383411000, delta=314000 ns, racy<=15000 ns
17:54:59.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.383975000, lastModified=2022-06-06 17:54:59.383411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.383975000, lastModified=2022-06-06 17:54:59.383411000, delta=564000 ns, racy<=15000 ns
17:54:59.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.384199000, lastModified=2022-06-06 17:54:59.383411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.384199000, lastModified=2022-06-06 17:54:59.383411000, delta=788000 ns, racy<=15000 ns
17:54:59.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.384417000, lastModified=2022-06-06 17:54:59.383411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.384417000, lastModified=2022-06-06 17:54:59.383411000, delta=1006000 ns, racy<=15000 ns
17:54:59.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.384664000, lastModified=2022-06-06 17:54:59.384411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.384664000, lastModified=2022-06-06 17:54:59.384411000, delta=253000 ns, racy<=15000 ns
17:54:59.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.384880000, lastModified=2022-06-06 17:54:59.384411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.384880000, lastModified=2022-06-06 17:54:59.384411000, delta=469000 ns, racy<=15000 ns
17:54:59.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.385101000, lastModified=2022-06-06 17:54:59.384411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.385101000, lastModified=2022-06-06 17:54:59.384411000, delta=690000 ns, racy<=15000 ns
17:54:59.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.385313000, lastModified=2022-06-06 17:54:59.384411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.385313000, lastModified=2022-06-06 17:54:59.384411000, delta=902000 ns, racy<=15000 ns
17:54:59.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.385538000, lastModified=2022-06-06 17:54:59.384411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.384411000 to 2022-06-06 17:54:59.385411000
17:54:59.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.385741000, lastModified=2022-06-06 17:54:59.385411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.385741000, lastModified=2022-06-06 17:54:59.385411000, delta=330000 ns, racy<=15000 ns
17:54:59.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.385949000, lastModified=2022-06-06 17:54:59.385411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.385949000, lastModified=2022-06-06 17:54:59.385411000, delta=538000 ns, racy<=15000 ns
17:54:59.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.386171000, lastModified=2022-06-06 17:54:59.385411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.386171000, lastModified=2022-06-06 17:54:59.385411000, delta=760000 ns, racy<=15000 ns
17:54:59.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.386391000, lastModified=2022-06-06 17:54:59.385411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.386391000, lastModified=2022-06-06 17:54:59.385411000, delta=980000 ns, racy<=15000 ns
17:54:59.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.386618000, lastModified=2022-06-06 17:54:59.386411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.386618000, lastModified=2022-06-06 17:54:59.386411000, delta=207000 ns, racy<=15000 ns
17:54:59.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.386832000, lastModified=2022-06-06 17:54:59.386411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.386832000, lastModified=2022-06-06 17:54:59.386411000, delta=421000 ns, racy<=15000 ns
17:54:59.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.387041000, lastModified=2022-06-06 17:54:59.386411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.387041000, lastModified=2022-06-06 17:54:59.386411000, delta=630000 ns, racy<=15000 ns
17:54:59.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.391395000, lastModified=2022-06-06 17:54:59.386411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.386411000 to 2022-06-06 17:54:59.391411000
17:54:59.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.391698000, lastModified=2022-06-06 17:54:59.391411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.391698000, lastModified=2022-06-06 17:54:59.391411000, delta=287000 ns, racy<=15000 ns
17:54:59.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.391927000, lastModified=2022-06-06 17:54:59.391411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.391927000, lastModified=2022-06-06 17:54:59.391411000, delta=516000 ns, racy<=15000 ns
17:54:59.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.392151000, lastModified=2022-06-06 17:54:59.391411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.392151000, lastModified=2022-06-06 17:54:59.391411000, delta=740000 ns, racy<=15000 ns
17:54:59.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.392367000, lastModified=2022-06-06 17:54:59.391411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.392367000, lastModified=2022-06-06 17:54:59.391411000, delta=956000 ns, racy<=15000 ns
17:54:59.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.392594000, lastModified=2022-06-06 17:54:59.392411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.392594000, lastModified=2022-06-06 17:54:59.392411000, delta=183000 ns, racy<=15000 ns
17:54:59.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.392816000, lastModified=2022-06-06 17:54:59.392411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.392816000, lastModified=2022-06-06 17:54:59.392411000, delta=405000 ns, racy<=15000 ns
17:54:59.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.393030000, lastModified=2022-06-06 17:54:59.392411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.393030000, lastModified=2022-06-06 17:54:59.392411000, delta=619000 ns, racy<=15000 ns
17:54:59.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.393251000, lastModified=2022-06-06 17:54:59.392411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.393251000, lastModified=2022-06-06 17:54:59.392411000, delta=840000 ns, racy<=15000 ns
17:54:59.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.393462000, lastModified=2022-06-06 17:54:59.392411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.392411000 to 2022-06-06 17:54:59.393411000
17:54:59.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.393730000, lastModified=2022-06-06 17:54:59.393411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.393730000, lastModified=2022-06-06 17:54:59.393411000, delta=319000 ns, racy<=15000 ns
17:54:59.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.393982000, lastModified=2022-06-06 17:54:59.393411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.393982000, lastModified=2022-06-06 17:54:59.393411000, delta=571000 ns, racy<=15000 ns
17:54:59.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.394212000, lastModified=2022-06-06 17:54:59.393411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.394212000, lastModified=2022-06-06 17:54:59.393411000, delta=801000 ns, racy<=15000 ns
17:54:59.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.394432000, lastModified=2022-06-06 17:54:59.393411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.393411000 to 2022-06-06 17:54:59.394411000
17:54:59.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.394645000, lastModified=2022-06-06 17:54:59.394411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.394645000, lastModified=2022-06-06 17:54:59.394411000, delta=234000 ns, racy<=15000 ns
17:54:59.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.394861000, lastModified=2022-06-06 17:54:59.394411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.394861000, lastModified=2022-06-06 17:54:59.394411000, delta=450000 ns, racy<=15000 ns
17:54:59.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.395087000, lastModified=2022-06-06 17:54:59.394411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.395087000, lastModified=2022-06-06 17:54:59.394411000, delta=676000 ns, racy<=15000 ns
17:54:59.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.395305000, lastModified=2022-06-06 17:54:59.394411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.395305000, lastModified=2022-06-06 17:54:59.394411000, delta=894000 ns, racy<=15000 ns
17:54:59.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.395524000, lastModified=2022-06-06 17:54:59.394411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.394411000 to 2022-06-06 17:54:59.395411000
17:54:59.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.395733000, lastModified=2022-06-06 17:54:59.395411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.395733000, lastModified=2022-06-06 17:54:59.395411000, delta=322000 ns, racy<=15000 ns
17:54:59.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.395962000, lastModified=2022-06-06 17:54:59.395411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.395962000, lastModified=2022-06-06 17:54:59.395411000, delta=551000 ns, racy<=15000 ns
17:54:59.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.396182000, lastModified=2022-06-06 17:54:59.395411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.396182000, lastModified=2022-06-06 17:54:59.395411000, delta=771000 ns, racy<=15000 ns
17:54:59.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.396397000, lastModified=2022-06-06 17:54:59.395411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.396397000, lastModified=2022-06-06 17:54:59.395411000, delta=986000 ns, racy<=15000 ns
17:54:59.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.396668000, lastModified=2022-06-06 17:54:59.396411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.396668000, lastModified=2022-06-06 17:54:59.396411000, delta=257000 ns, racy<=15000 ns
17:54:59.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.396880000, lastModified=2022-06-06 17:54:59.396411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.396880000, lastModified=2022-06-06 17:54:59.396411000, delta=469000 ns, racy<=15000 ns
17:54:59.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.397099000, lastModified=2022-06-06 17:54:59.396411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.397099000, lastModified=2022-06-06 17:54:59.396411000, delta=688000 ns, racy<=15000 ns
17:54:59.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.397310000, lastModified=2022-06-06 17:54:59.396411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.397310000, lastModified=2022-06-06 17:54:59.396411000, delta=899000 ns, racy<=15000 ns
17:54:59.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.397535000, lastModified=2022-06-06 17:54:59.397411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.397535000, lastModified=2022-06-06 17:54:59.397411000, delta=124000 ns, racy<=15000 ns
17:54:59.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.397760000, lastModified=2022-06-06 17:54:59.397411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.397760000, lastModified=2022-06-06 17:54:59.397411000, delta=349000 ns, racy<=15000 ns
17:54:59.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.397974000, lastModified=2022-06-06 17:54:59.397411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.397974000, lastModified=2022-06-06 17:54:59.397411000, delta=563000 ns, racy<=15000 ns
17:54:59.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.398194000, lastModified=2022-06-06 17:54:59.397411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.398194000, lastModified=2022-06-06 17:54:59.397411000, delta=783000 ns, racy<=15000 ns
17:54:59.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.398407000, lastModified=2022-06-06 17:54:59.397411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.398407000, lastModified=2022-06-06 17:54:59.397411000, delta=996000 ns, racy<=15000 ns
17:54:59.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.398633000, lastModified=2022-06-06 17:54:59.398411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.398633000, lastModified=2022-06-06 17:54:59.398411000, delta=222000 ns, racy<=15000 ns
17:54:59.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.398843000, lastModified=2022-06-06 17:54:59.398411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.398843000, lastModified=2022-06-06 17:54:59.398411000, delta=432000 ns, racy<=15000 ns
17:54:59.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.399052000, lastModified=2022-06-06 17:54:59.398411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.399052000, lastModified=2022-06-06 17:54:59.398411000, delta=641000 ns, racy<=15000 ns
17:54:59.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.403297000, lastModified=2022-06-06 17:54:59.398411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.398411000 to 2022-06-06 17:54:59.402411000
17:54:59.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.403518000, lastModified=2022-06-06 17:54:59.402411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.402411000 to 2022-06-06 17:54:59.403411000
17:54:59.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.403720000, lastModified=2022-06-06 17:54:59.403411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.403720000, lastModified=2022-06-06 17:54:59.403411000, delta=309000 ns, racy<=15000 ns
17:54:59.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.403 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.403925000, lastModified=2022-06-06 17:54:59.403411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.403925000, lastModified=2022-06-06 17:54:59.403411000, delta=514000 ns, racy<=15000 ns
17:54:59.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.404139000, lastModified=2022-06-06 17:54:59.403411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.404139000, lastModified=2022-06-06 17:54:59.403411000, delta=728000 ns, racy<=15000 ns
17:54:59.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.404346000, lastModified=2022-06-06 17:54:59.403411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.404346000, lastModified=2022-06-06 17:54:59.403411000, delta=935000 ns, racy<=15000 ns
17:54:59.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.404556000, lastModified=2022-06-06 17:54:59.404411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.404556000, lastModified=2022-06-06 17:54:59.404411000, delta=145000 ns, racy<=15000 ns
17:54:59.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.404771000, lastModified=2022-06-06 17:54:59.404411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.404771000, lastModified=2022-06-06 17:54:59.404411000, delta=360000 ns, racy<=15000 ns
17:54:59.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.404976000, lastModified=2022-06-06 17:54:59.404411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.404976000, lastModified=2022-06-06 17:54:59.404411000, delta=565000 ns, racy<=15000 ns
17:54:59.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.405191000, lastModified=2022-06-06 17:54:59.404411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.405191000, lastModified=2022-06-06 17:54:59.404411000, delta=780000 ns, racy<=15000 ns
17:54:59.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.405400000, lastModified=2022-06-06 17:54:59.404411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.405400000, lastModified=2022-06-06 17:54:59.404411000, delta=989000 ns, racy<=15000 ns
17:54:59.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.405672000, lastModified=2022-06-06 17:54:59.405411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.405672000, lastModified=2022-06-06 17:54:59.405411000, delta=261000 ns, racy<=15000 ns
17:54:59.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.405893000, lastModified=2022-06-06 17:54:59.405411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.405893000, lastModified=2022-06-06 17:54:59.405411000, delta=482000 ns, racy<=15000 ns
17:54:59.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.406115000, lastModified=2022-06-06 17:54:59.405411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.406115000, lastModified=2022-06-06 17:54:59.405411000, delta=704000 ns, racy<=15000 ns
17:54:59.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.406327000, lastModified=2022-06-06 17:54:59.405411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.406327000, lastModified=2022-06-06 17:54:59.405411000, delta=916000 ns, racy<=15000 ns
17:54:59.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.406546000, lastModified=2022-06-06 17:54:59.406411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.406546000, lastModified=2022-06-06 17:54:59.406411000, delta=135000 ns, racy<=15000 ns
17:54:59.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.406771000, lastModified=2022-06-06 17:54:59.406411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.406771000, lastModified=2022-06-06 17:54:59.406411000, delta=360000 ns, racy<=15000 ns
17:54:59.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.407002000, lastModified=2022-06-06 17:54:59.406411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.407002000, lastModified=2022-06-06 17:54:59.406411000, delta=591000 ns, racy<=15000 ns
17:54:59.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.407226000, lastModified=2022-06-06 17:54:59.406411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.407226000, lastModified=2022-06-06 17:54:59.406411000, delta=815000 ns, racy<=15000 ns
17:54:59.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.407439000, lastModified=2022-06-06 17:54:59.406411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.406411000 to 2022-06-06 17:54:59.407411000
17:54:59.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.407652000, lastModified=2022-06-06 17:54:59.407411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.407652000, lastModified=2022-06-06 17:54:59.407411000, delta=241000 ns, racy<=15000 ns
17:54:59.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.407867000, lastModified=2022-06-06 17:54:59.407411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.407867000, lastModified=2022-06-06 17:54:59.407411000, delta=456000 ns, racy<=15000 ns
17:54:59.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.408101000, lastModified=2022-06-06 17:54:59.407411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.408101000, lastModified=2022-06-06 17:54:59.407411000, delta=690000 ns, racy<=15000 ns
17:54:59.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.408307000, lastModified=2022-06-06 17:54:59.407411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.408307000, lastModified=2022-06-06 17:54:59.407411000, delta=896000 ns, racy<=15000 ns
17:54:59.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.408516000, lastModified=2022-06-06 17:54:59.407411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.407411000 to 2022-06-06 17:54:59.408411000
17:54:59.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.408708000, lastModified=2022-06-06 17:54:59.408411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.408708000, lastModified=2022-06-06 17:54:59.408411000, delta=297000 ns, racy<=15000 ns
17:54:59.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.408911000, lastModified=2022-06-06 17:54:59.408411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.408911000, lastModified=2022-06-06 17:54:59.408411000, delta=500000 ns, racy<=15000 ns
17:54:59.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.409142000, lastModified=2022-06-06 17:54:59.408411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.409142000, lastModified=2022-06-06 17:54:59.408411000, delta=731000 ns, racy<=15000 ns
17:54:59.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.409378000, lastModified=2022-06-06 17:54:59.408411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.409378000, lastModified=2022-06-06 17:54:59.408411000, delta=967000 ns, racy<=15000 ns
17:54:59.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.409617000, lastModified=2022-06-06 17:54:59.409411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.409617000, lastModified=2022-06-06 17:54:59.409411000, delta=206000 ns, racy<=15000 ns
17:54:59.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.409836000, lastModified=2022-06-06 17:54:59.409411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.409836000, lastModified=2022-06-06 17:54:59.409411000, delta=425000 ns, racy<=15000 ns
17:54:59.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.410052000, lastModified=2022-06-06 17:54:59.409411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.410052000, lastModified=2022-06-06 17:54:59.409411000, delta=641000 ns, racy<=15000 ns
17:54:59.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.410279000, lastModified=2022-06-06 17:54:59.409411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.410279000, lastModified=2022-06-06 17:54:59.409411000, delta=868000 ns, racy<=15000 ns
17:54:59.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.410491000, lastModified=2022-06-06 17:54:59.409411000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.409411000 to 2022-06-06 17:54:59.410412000
17:54:59.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.410734000, lastModified=2022-06-06 17:54:59.410412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.410734000, lastModified=2022-06-06 17:54:59.410412000, delta=322000 ns, racy<=15000 ns
17:54:59.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.413210000, lastModified=2022-06-06 17:54:59.410412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.410412000 to 2022-06-06 17:54:59.412412000
17:54:59.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.413441000, lastModified=2022-06-06 17:54:59.412412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.412412000 to 2022-06-06 17:54:59.413412000
17:54:59.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.413662000, lastModified=2022-06-06 17:54:59.413412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.413662000, lastModified=2022-06-06 17:54:59.413412000, delta=250000 ns, racy<=15000 ns
17:54:59.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.413870000, lastModified=2022-06-06 17:54:59.413412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.413870000, lastModified=2022-06-06 17:54:59.413412000, delta=458000 ns, racy<=15000 ns
17:54:59.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.414086000, lastModified=2022-06-06 17:54:59.413412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.414086000, lastModified=2022-06-06 17:54:59.413412000, delta=674000 ns, racy<=15000 ns
17:54:59.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.414290000, lastModified=2022-06-06 17:54:59.413412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.414290000, lastModified=2022-06-06 17:54:59.413412000, delta=878000 ns, racy<=15000 ns
17:54:59.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.414529000, lastModified=2022-06-06 17:54:59.413412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.413412000 to 2022-06-06 17:54:59.414412000
17:54:59.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.414732000, lastModified=2022-06-06 17:54:59.414412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.414732000, lastModified=2022-06-06 17:54:59.414412000, delta=320000 ns, racy<=15000 ns
17:54:59.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.414945000, lastModified=2022-06-06 17:54:59.414412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.414945000, lastModified=2022-06-06 17:54:59.414412000, delta=533000 ns, racy<=15000 ns
17:54:59.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.415166000, lastModified=2022-06-06 17:54:59.414412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.415166000, lastModified=2022-06-06 17:54:59.414412000, delta=754000 ns, racy<=15000 ns
17:54:59.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.415378000, lastModified=2022-06-06 17:54:59.414412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.415378000, lastModified=2022-06-06 17:54:59.414412000, delta=966000 ns, racy<=15000 ns
17:54:59.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.415605000, lastModified=2022-06-06 17:54:59.415412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.415605000, lastModified=2022-06-06 17:54:59.415412000, delta=193000 ns, racy<=15000 ns
17:54:59.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.415820000, lastModified=2022-06-06 17:54:59.415412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.415820000, lastModified=2022-06-06 17:54:59.415412000, delta=408000 ns, racy<=15000 ns
17:54:59.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.416023000, lastModified=2022-06-06 17:54:59.415412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.416023000, lastModified=2022-06-06 17:54:59.415412000, delta=611000 ns, racy<=15000 ns
17:54:59.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.416243000, lastModified=2022-06-06 17:54:59.415412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.416243000, lastModified=2022-06-06 17:54:59.415412000, delta=831000 ns, racy<=15000 ns
17:54:59.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.416448000, lastModified=2022-06-06 17:54:59.415412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.415412000 to 2022-06-06 17:54:59.416412000
17:54:59.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.416657000, lastModified=2022-06-06 17:54:59.416412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.416657000, lastModified=2022-06-06 17:54:59.416412000, delta=245000 ns, racy<=15000 ns
17:54:59.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.416887000, lastModified=2022-06-06 17:54:59.416412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.416887000, lastModified=2022-06-06 17:54:59.416412000, delta=475000 ns, racy<=15000 ns
17:54:59.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.417115000, lastModified=2022-06-06 17:54:59.416412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.417115000, lastModified=2022-06-06 17:54:59.416412000, delta=703000 ns, racy<=15000 ns
17:54:59.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.417320000, lastModified=2022-06-06 17:54:59.416412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.417320000, lastModified=2022-06-06 17:54:59.416412000, delta=908000 ns, racy<=15000 ns
17:54:59.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.417563000, lastModified=2022-06-06 17:54:59.416412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.416412000 to 2022-06-06 17:54:59.417412000
17:54:59.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.417761000, lastModified=2022-06-06 17:54:59.417412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.417761000, lastModified=2022-06-06 17:54:59.417412000, delta=349000 ns, racy<=15000 ns
17:54:59.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.417965000, lastModified=2022-06-06 17:54:59.417412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.417965000, lastModified=2022-06-06 17:54:59.417412000, delta=553000 ns, racy<=15000 ns
17:54:59.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.418180000, lastModified=2022-06-06 17:54:59.417412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.418180000, lastModified=2022-06-06 17:54:59.417412000, delta=768000 ns, racy<=15000 ns
17:54:59.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.418384000, lastModified=2022-06-06 17:54:59.417412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.418384000, lastModified=2022-06-06 17:54:59.417412000, delta=972000 ns, racy<=15000 ns
17:54:59.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.418597000, lastModified=2022-06-06 17:54:59.418412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.418597000, lastModified=2022-06-06 17:54:59.418412000, delta=185000 ns, racy<=15000 ns
17:54:59.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.418803000, lastModified=2022-06-06 17:54:59.418412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.418803000, lastModified=2022-06-06 17:54:59.418412000, delta=391000 ns, racy<=15000 ns
17:54:59.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.419010000, lastModified=2022-06-06 17:54:59.418412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.419010000, lastModified=2022-06-06 17:54:59.418412000, delta=598000 ns, racy<=15000 ns
17:54:59.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.419222000, lastModified=2022-06-06 17:54:59.418412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.419222000, lastModified=2022-06-06 17:54:59.418412000, delta=810000 ns, racy<=15000 ns
17:54:59.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.419430000, lastModified=2022-06-06 17:54:59.418412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.418412000 to 2022-06-06 17:54:59.419412000
17:54:59.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.419652000, lastModified=2022-06-06 17:54:59.419412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.419652000, lastModified=2022-06-06 17:54:59.419412000, delta=240000 ns, racy<=15000 ns
17:54:59.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.419868000, lastModified=2022-06-06 17:54:59.419412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.419868000, lastModified=2022-06-06 17:54:59.419412000, delta=456000 ns, racy<=15000 ns
17:54:59.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.420092000, lastModified=2022-06-06 17:54:59.419412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.420092000, lastModified=2022-06-06 17:54:59.419412000, delta=680000 ns, racy<=15000 ns
17:54:59.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.420306000, lastModified=2022-06-06 17:54:59.419412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.420306000, lastModified=2022-06-06 17:54:59.419412000, delta=894000 ns, racy<=15000 ns
17:54:59.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.420601000, lastModified=2022-06-06 17:54:59.420412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.420601000, lastModified=2022-06-06 17:54:59.420412000, delta=189000 ns, racy<=15000 ns
17:54:59.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.423176000, lastModified=2022-06-06 17:54:59.420412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.420412000 to 2022-06-06 17:54:59.422412000
17:54:59.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.423400000, lastModified=2022-06-06 17:54:59.422412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.423400000, lastModified=2022-06-06 17:54:59.422412000, delta=988000 ns, racy<=15000 ns
17:54:59.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.423629000, lastModified=2022-06-06 17:54:59.423412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.423629000, lastModified=2022-06-06 17:54:59.423412000, delta=217000 ns, racy<=15000 ns
17:54:59.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.423846000, lastModified=2022-06-06 17:54:59.423412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.423846000, lastModified=2022-06-06 17:54:59.423412000, delta=434000 ns, racy<=15000 ns
17:54:59.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.424059000, lastModified=2022-06-06 17:54:59.423412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.424059000, lastModified=2022-06-06 17:54:59.423412000, delta=647000 ns, racy<=15000 ns
17:54:59.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.448108000, lastModified=2022-06-06 17:54:59.423412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.423412000 to 2022-06-06 17:54:59.447412000
17:54:59.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.448432000, lastModified=2022-06-06 17:54:59.447412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.447412000 to 2022-06-06 17:54:59.448412000
17:54:59.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.448658000, lastModified=2022-06-06 17:54:59.448412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.448658000, lastModified=2022-06-06 17:54:59.448412000, delta=246000 ns, racy<=15000 ns
17:54:59.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.448895000, lastModified=2022-06-06 17:54:59.448412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.448895000, lastModified=2022-06-06 17:54:59.448412000, delta=483000 ns, racy<=15000 ns
17:54:59.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.449137000, lastModified=2022-06-06 17:54:59.448412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.449137000, lastModified=2022-06-06 17:54:59.448412000, delta=725000 ns, racy<=15000 ns
17:54:59.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.449359000, lastModified=2022-06-06 17:54:59.448412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.449359000, lastModified=2022-06-06 17:54:59.448412000, delta=947000 ns, racy<=15000 ns
17:54:59.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.449588000, lastModified=2022-06-06 17:54:59.449412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.449588000, lastModified=2022-06-06 17:54:59.449412000, delta=176000 ns, racy<=15000 ns
17:54:59.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.449807000, lastModified=2022-06-06 17:54:59.449412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.449807000, lastModified=2022-06-06 17:54:59.449412000, delta=395000 ns, racy<=15000 ns
17:54:59.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.450024000, lastModified=2022-06-06 17:54:59.449412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.450024000, lastModified=2022-06-06 17:54:59.449412000, delta=612000 ns, racy<=15000 ns
17:54:59.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.450249000, lastModified=2022-06-06 17:54:59.449412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.450249000, lastModified=2022-06-06 17:54:59.449412000, delta=837000 ns, racy<=15000 ns
17:54:59.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.450461000, lastModified=2022-06-06 17:54:59.449412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.449412000 to 2022-06-06 17:54:59.450412000
17:54:59.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.450672000, lastModified=2022-06-06 17:54:59.450412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.450672000, lastModified=2022-06-06 17:54:59.450412000, delta=260000 ns, racy<=15000 ns
17:54:59.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.450885000, lastModified=2022-06-06 17:54:59.450412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.450885000, lastModified=2022-06-06 17:54:59.450412000, delta=473000 ns, racy<=15000 ns
17:54:59.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.451108000, lastModified=2022-06-06 17:54:59.450412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.451108000, lastModified=2022-06-06 17:54:59.450412000, delta=696000 ns, racy<=15000 ns
17:54:59.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.451321000, lastModified=2022-06-06 17:54:59.450412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.451321000, lastModified=2022-06-06 17:54:59.450412000, delta=909000 ns, racy<=15000 ns
17:54:59.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.451542000, lastModified=2022-06-06 17:54:59.451412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.451542000, lastModified=2022-06-06 17:54:59.451412000, delta=130000 ns, racy<=15000 ns
17:54:59.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.451754000, lastModified=2022-06-06 17:54:59.451412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.451754000, lastModified=2022-06-06 17:54:59.451412000, delta=342000 ns, racy<=15000 ns
17:54:59.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.451962000, lastModified=2022-06-06 17:54:59.451412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.451962000, lastModified=2022-06-06 17:54:59.451412000, delta=550000 ns, racy<=15000 ns
17:54:59.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.452191000, lastModified=2022-06-06 17:54:59.451412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.452191000, lastModified=2022-06-06 17:54:59.451412000, delta=779000 ns, racy<=15000 ns
17:54:59.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.452402000, lastModified=2022-06-06 17:54:59.451412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.452402000, lastModified=2022-06-06 17:54:59.451412000, delta=990000 ns, racy<=15000 ns
17:54:59.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.452630000, lastModified=2022-06-06 17:54:59.452412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.452630000, lastModified=2022-06-06 17:54:59.452412000, delta=218000 ns, racy<=15000 ns
17:54:59.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.452840000, lastModified=2022-06-06 17:54:59.452412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.452840000, lastModified=2022-06-06 17:54:59.452412000, delta=428000 ns, racy<=15000 ns
17:54:59.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.453047000, lastModified=2022-06-06 17:54:59.452412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.453047000, lastModified=2022-06-06 17:54:59.452412000, delta=635000 ns, racy<=15000 ns
17:54:59.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.453270000, lastModified=2022-06-06 17:54:59.452412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.453270000, lastModified=2022-06-06 17:54:59.452412000, delta=858000 ns, racy<=15000 ns
17:54:59.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.453477000, lastModified=2022-06-06 17:54:59.452412000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.452412000 to 2022-06-06 17:54:59.453413000
17:54:59.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.453706000, lastModified=2022-06-06 17:54:59.453413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.453706000, lastModified=2022-06-06 17:54:59.453413000, delta=293000 ns, racy<=15000 ns
17:54:59.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.453921000, lastModified=2022-06-06 17:54:59.453413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.453921000, lastModified=2022-06-06 17:54:59.453413000, delta=508000 ns, racy<=15000 ns
17:54:59.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.454144000, lastModified=2022-06-06 17:54:59.453413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.454144000, lastModified=2022-06-06 17:54:59.453413000, delta=731000 ns, racy<=15000 ns
17:54:59.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.454372000, lastModified=2022-06-06 17:54:59.453413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.454372000, lastModified=2022-06-06 17:54:59.453413000, delta=959000 ns, racy<=15000 ns
17:54:59.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.454630000, lastModified=2022-06-06 17:54:59.454413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.454630000, lastModified=2022-06-06 17:54:59.454413000, delta=217000 ns, racy<=15000 ns
17:54:59.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.457919000, lastModified=2022-06-06 17:54:59.454413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.454413000 to 2022-06-06 17:54:59.457413000
17:54:59.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.458158000, lastModified=2022-06-06 17:54:59.457413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.458158000, lastModified=2022-06-06 17:54:59.457413000, delta=745000 ns, racy<=15000 ns
17:54:59.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.458369000, lastModified=2022-06-06 17:54:59.457413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.458369000, lastModified=2022-06-06 17:54:59.457413000, delta=956000 ns, racy<=15000 ns
17:54:59.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.458598000, lastModified=2022-06-06 17:54:59.458413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.458598000, lastModified=2022-06-06 17:54:59.458413000, delta=185000 ns, racy<=15000 ns
17:54:59.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.458811000, lastModified=2022-06-06 17:54:59.458413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.458811000, lastModified=2022-06-06 17:54:59.458413000, delta=398000 ns, racy<=15000 ns
17:54:59.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.459016000, lastModified=2022-06-06 17:54:59.458413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.459016000, lastModified=2022-06-06 17:54:59.458413000, delta=603000 ns, racy<=15000 ns
17:54:59.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.459234000, lastModified=2022-06-06 17:54:59.458413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.459234000, lastModified=2022-06-06 17:54:59.458413000, delta=821000 ns, racy<=15000 ns
17:54:59.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.459439000, lastModified=2022-06-06 17:54:59.458413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.458413000 to 2022-06-06 17:54:59.459413000
17:54:59.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.459648000, lastModified=2022-06-06 17:54:59.459413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.459648000, lastModified=2022-06-06 17:54:59.459413000, delta=235000 ns, racy<=15000 ns
17:54:59.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.459858000, lastModified=2022-06-06 17:54:59.459413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.459858000, lastModified=2022-06-06 17:54:59.459413000, delta=445000 ns, racy<=15000 ns
17:54:59.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.460064000, lastModified=2022-06-06 17:54:59.459413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.460064000, lastModified=2022-06-06 17:54:59.459413000, delta=651000 ns, racy<=15000 ns
17:54:59.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.460280000, lastModified=2022-06-06 17:54:59.459413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.460280000, lastModified=2022-06-06 17:54:59.459413000, delta=867000 ns, racy<=15000 ns
17:54:59.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.460490000, lastModified=2022-06-06 17:54:59.459413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.459413000 to 2022-06-06 17:54:59.460413000
17:54:59.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.460696000, lastModified=2022-06-06 17:54:59.460413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.460696000, lastModified=2022-06-06 17:54:59.460413000, delta=283000 ns, racy<=15000 ns
17:54:59.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.460913000, lastModified=2022-06-06 17:54:59.460413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.460913000, lastModified=2022-06-06 17:54:59.460413000, delta=500000 ns, racy<=15000 ns
17:54:59.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.461131000, lastModified=2022-06-06 17:54:59.460413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.461131000, lastModified=2022-06-06 17:54:59.460413000, delta=718000 ns, racy<=15000 ns
17:54:59.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.461365000, lastModified=2022-06-06 17:54:59.460413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.461365000, lastModified=2022-06-06 17:54:59.460413000, delta=952000 ns, racy<=15000 ns
17:54:59.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.461611000, lastModified=2022-06-06 17:54:59.461413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.461611000, lastModified=2022-06-06 17:54:59.461413000, delta=198000 ns, racy<=15000 ns
17:54:59.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.461828000, lastModified=2022-06-06 17:54:59.461413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.461828000, lastModified=2022-06-06 17:54:59.461413000, delta=415000 ns, racy<=15000 ns
17:54:59.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.462039000, lastModified=2022-06-06 17:54:59.461413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.462039000, lastModified=2022-06-06 17:54:59.461413000, delta=626000 ns, racy<=15000 ns
17:54:59.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.462261000, lastModified=2022-06-06 17:54:59.461413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.462261000, lastModified=2022-06-06 17:54:59.461413000, delta=848000 ns, racy<=15000 ns
17:54:59.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.462476000, lastModified=2022-06-06 17:54:59.461413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.461413000 to 2022-06-06 17:54:59.462413000
17:54:59.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.462695000, lastModified=2022-06-06 17:54:59.462413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.462695000, lastModified=2022-06-06 17:54:59.462413000, delta=282000 ns, racy<=15000 ns
17:54:59.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.462913000, lastModified=2022-06-06 17:54:59.462413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.462913000, lastModified=2022-06-06 17:54:59.462413000, delta=500000 ns, racy<=15000 ns
17:54:59.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.463133000, lastModified=2022-06-06 17:54:59.462413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.463133000, lastModified=2022-06-06 17:54:59.462413000, delta=720000 ns, racy<=15000 ns
17:54:59.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.463345000, lastModified=2022-06-06 17:54:59.462413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.463345000, lastModified=2022-06-06 17:54:59.462413000, delta=932000 ns, racy<=15000 ns
17:54:59.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.463564000, lastModified=2022-06-06 17:54:59.463413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.463564000, lastModified=2022-06-06 17:54:59.463413000, delta=151000 ns, racy<=15000 ns
17:54:59.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.463778000, lastModified=2022-06-06 17:54:59.463413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.463778000, lastModified=2022-06-06 17:54:59.463413000, delta=365000 ns, racy<=15000 ns
17:54:59.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.463994000, lastModified=2022-06-06 17:54:59.463413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.463994000, lastModified=2022-06-06 17:54:59.463413000, delta=581000 ns, racy<=15000 ns
17:54:59.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.464214000, lastModified=2022-06-06 17:54:59.463413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.464214000, lastModified=2022-06-06 17:54:59.463413000, delta=801000 ns, racy<=15000 ns
17:54:59.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.464429000, lastModified=2022-06-06 17:54:59.463413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.463413000 to 2022-06-06 17:54:59.464413000
17:54:59.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.464632000, lastModified=2022-06-06 17:54:59.464413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.464632000, lastModified=2022-06-06 17:54:59.464413000, delta=219000 ns, racy<=15000 ns
17:54:59.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.464858000, lastModified=2022-06-06 17:54:59.464413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.464858000, lastModified=2022-06-06 17:54:59.464413000, delta=445000 ns, racy<=15000 ns
17:54:59.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.465068000, lastModified=2022-06-06 17:54:59.464413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.465068000, lastModified=2022-06-06 17:54:59.464413000, delta=655000 ns, racy<=15000 ns
17:54:59.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.465285000, lastModified=2022-06-06 17:54:59.464413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.465285000, lastModified=2022-06-06 17:54:59.464413000, delta=872000 ns, racy<=15000 ns
17:54:59.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.469491000, lastModified=2022-06-06 17:54:59.464413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.464413000 to 2022-06-06 17:54:59.469413000
17:54:59.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.469785000, lastModified=2022-06-06 17:54:59.469413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.469785000, lastModified=2022-06-06 17:54:59.469413000, delta=372000 ns, racy<=15000 ns
17:54:59.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.469996000, lastModified=2022-06-06 17:54:59.469413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.469996000, lastModified=2022-06-06 17:54:59.469413000, delta=583000 ns, racy<=15000 ns
17:54:59.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.470211000, lastModified=2022-06-06 17:54:59.469413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.470211000, lastModified=2022-06-06 17:54:59.469413000, delta=798000 ns, racy<=15000 ns
17:54:59.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.470413000, lastModified=2022-06-06 17:54:59.469413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.469413000 to 2022-06-06 17:54:59.470413000
17:54:59.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.470638000, lastModified=2022-06-06 17:54:59.470413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.470638000, lastModified=2022-06-06 17:54:59.470413000, delta=225000 ns, racy<=15000 ns
17:54:59.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.470852000, lastModified=2022-06-06 17:54:59.470413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.470852000, lastModified=2022-06-06 17:54:59.470413000, delta=439000 ns, racy<=15000 ns
17:54:59.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.471063000, lastModified=2022-06-06 17:54:59.470413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.471063000, lastModified=2022-06-06 17:54:59.470413000, delta=650000 ns, racy<=15000 ns
17:54:59.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.471289000, lastModified=2022-06-06 17:54:59.470413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.471289000, lastModified=2022-06-06 17:54:59.470413000, delta=876000 ns, racy<=15000 ns
17:54:59.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.471509000, lastModified=2022-06-06 17:54:59.470413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.470413000 to 2022-06-06 17:54:59.471413000
17:54:59.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.471715000, lastModified=2022-06-06 17:54:59.471413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.471715000, lastModified=2022-06-06 17:54:59.471413000, delta=302000 ns, racy<=15000 ns
17:54:59.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.471925000, lastModified=2022-06-06 17:54:59.471413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.471925000, lastModified=2022-06-06 17:54:59.471413000, delta=512000 ns, racy<=15000 ns
17:54:59.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.472146000, lastModified=2022-06-06 17:54:59.471413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.472146000, lastModified=2022-06-06 17:54:59.471413000, delta=733000 ns, racy<=15000 ns
17:54:59.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.472359000, lastModified=2022-06-06 17:54:59.471413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.472359000, lastModified=2022-06-06 17:54:59.471413000, delta=946000 ns, racy<=15000 ns
17:54:59.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.472644000, lastModified=2022-06-06 17:54:59.472413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.472644000, lastModified=2022-06-06 17:54:59.472413000, delta=231000 ns, racy<=15000 ns
17:54:59.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.472859000, lastModified=2022-06-06 17:54:59.472413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.472859000, lastModified=2022-06-06 17:54:59.472413000, delta=446000 ns, racy<=15000 ns
17:54:59.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.473133000, lastModified=2022-06-06 17:54:59.472413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.473133000, lastModified=2022-06-06 17:54:59.472413000, delta=720000 ns, racy<=15000 ns
17:54:59.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.473363000, lastModified=2022-06-06 17:54:59.472413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.473363000, lastModified=2022-06-06 17:54:59.472413000, delta=950000 ns, racy<=15000 ns
17:54:59.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.473606000, lastModified=2022-06-06 17:54:59.473413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.473606000, lastModified=2022-06-06 17:54:59.473413000, delta=193000 ns, racy<=15000 ns
17:54:59.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.473819000, lastModified=2022-06-06 17:54:59.473413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.473819000, lastModified=2022-06-06 17:54:59.473413000, delta=406000 ns, racy<=15000 ns
17:54:59.473 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.474032000, lastModified=2022-06-06 17:54:59.473413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.474032000, lastModified=2022-06-06 17:54:59.473413000, delta=619000 ns, racy<=15000 ns
17:54:59.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.474249000, lastModified=2022-06-06 17:54:59.473413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.474249000, lastModified=2022-06-06 17:54:59.473413000, delta=836000 ns, racy<=15000 ns
17:54:59.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.474457000, lastModified=2022-06-06 17:54:59.473413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.473413000 to 2022-06-06 17:54:59.474413000
17:54:59.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.474670000, lastModified=2022-06-06 17:54:59.474413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.474670000, lastModified=2022-06-06 17:54:59.474413000, delta=257000 ns, racy<=15000 ns
17:54:59.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.474878000, lastModified=2022-06-06 17:54:59.474413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.474878000, lastModified=2022-06-06 17:54:59.474413000, delta=465000 ns, racy<=15000 ns
17:54:59.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.475099000, lastModified=2022-06-06 17:54:59.474413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.475099000, lastModified=2022-06-06 17:54:59.474413000, delta=686000 ns, racy<=15000 ns
17:54:59.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.475301000, lastModified=2022-06-06 17:54:59.474413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.475301000, lastModified=2022-06-06 17:54:59.474413000, delta=888000 ns, racy<=15000 ns
17:54:59.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.475504000, lastModified=2022-06-06 17:54:59.474413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.474413000 to 2022-06-06 17:54:59.475413000
17:54:59.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.475695000, lastModified=2022-06-06 17:54:59.475413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.475695000, lastModified=2022-06-06 17:54:59.475413000, delta=282000 ns, racy<=15000 ns
17:54:59.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.475897000, lastModified=2022-06-06 17:54:59.475413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.475897000, lastModified=2022-06-06 17:54:59.475413000, delta=484000 ns, racy<=15000 ns
17:54:59.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.476106000, lastModified=2022-06-06 17:54:59.475413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.476106000, lastModified=2022-06-06 17:54:59.475413000, delta=693000 ns, racy<=15000 ns
17:54:59.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.476307000, lastModified=2022-06-06 17:54:59.475413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.476307000, lastModified=2022-06-06 17:54:59.475413000, delta=894000 ns, racy<=15000 ns
17:54:59.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.476512000, lastModified=2022-06-06 17:54:59.475413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.475413000 to 2022-06-06 17:54:59.476413000
17:54:59.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.476700000, lastModified=2022-06-06 17:54:59.476413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.476700000, lastModified=2022-06-06 17:54:59.476413000, delta=287000 ns, racy<=15000 ns
17:54:59.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.476902000, lastModified=2022-06-06 17:54:59.476413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.476902000, lastModified=2022-06-06 17:54:59.476413000, delta=489000 ns, racy<=15000 ns
17:54:59.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.481088000, lastModified=2022-06-06 17:54:59.476413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.476413000 to 2022-06-06 17:54:59.480413000
17:54:59.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.481341000, lastModified=2022-06-06 17:54:59.480413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.481341000, lastModified=2022-06-06 17:54:59.480413000, delta=928000 ns, racy<=15000 ns
17:54:59.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.481579000, lastModified=2022-06-06 17:54:59.481413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.481579000, lastModified=2022-06-06 17:54:59.481413000, delta=166000 ns, racy<=15000 ns
17:54:59.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.481809000, lastModified=2022-06-06 17:54:59.481413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.481809000, lastModified=2022-06-06 17:54:59.481413000, delta=396000 ns, racy<=15000 ns
17:54:59.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.482044000, lastModified=2022-06-06 17:54:59.481413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.482044000, lastModified=2022-06-06 17:54:59.481413000, delta=631000 ns, racy<=15000 ns
17:54:59.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.482320000, lastModified=2022-06-06 17:54:59.481413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.482320000, lastModified=2022-06-06 17:54:59.481413000, delta=907000 ns, racy<=15000 ns
17:54:59.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.482620000, lastModified=2022-06-06 17:54:59.482413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.482620000, lastModified=2022-06-06 17:54:59.482413000, delta=207000 ns, racy<=15000 ns
17:54:59.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.482888000, lastModified=2022-06-06 17:54:59.482413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.482888000, lastModified=2022-06-06 17:54:59.482413000, delta=475000 ns, racy<=15000 ns
17:54:59.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.483155000, lastModified=2022-06-06 17:54:59.482413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.483155000, lastModified=2022-06-06 17:54:59.482413000, delta=742000 ns, racy<=15000 ns
17:54:59.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.483409000, lastModified=2022-06-06 17:54:59.482413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.482413000 to 2022-06-06 17:54:59.483413000
17:54:59.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.483656000, lastModified=2022-06-06 17:54:59.483413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.483656000, lastModified=2022-06-06 17:54:59.483413000, delta=243000 ns, racy<=15000 ns
17:54:59.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.483912000, lastModified=2022-06-06 17:54:59.483413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.483912000, lastModified=2022-06-06 17:54:59.483413000, delta=499000 ns, racy<=15000 ns
17:54:59.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.484179000, lastModified=2022-06-06 17:54:59.483413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.484179000, lastModified=2022-06-06 17:54:59.483413000, delta=766000 ns, racy<=15000 ns
17:54:59.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.484432000, lastModified=2022-06-06 17:54:59.483413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.483413000 to 2022-06-06 17:54:59.484413000
17:54:59.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.484681000, lastModified=2022-06-06 17:54:59.484413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.484681000, lastModified=2022-06-06 17:54:59.484413000, delta=268000 ns, racy<=15000 ns
17:54:59.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.484920000, lastModified=2022-06-06 17:54:59.484413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.484920000, lastModified=2022-06-06 17:54:59.484413000, delta=507000 ns, racy<=15000 ns
17:54:59.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.485166000, lastModified=2022-06-06 17:54:59.484413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.485166000, lastModified=2022-06-06 17:54:59.484413000, delta=753000 ns, racy<=15000 ns
17:54:59.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.485408000, lastModified=2022-06-06 17:54:59.484413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.485408000, lastModified=2022-06-06 17:54:59.484413000, delta=995000 ns, racy<=15000 ns
17:54:59.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.485656000, lastModified=2022-06-06 17:54:59.485413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.485656000, lastModified=2022-06-06 17:54:59.485413000, delta=243000 ns, racy<=15000 ns
17:54:59.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.485904000, lastModified=2022-06-06 17:54:59.485413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.485904000, lastModified=2022-06-06 17:54:59.485413000, delta=491000 ns, racy<=15000 ns
17:54:59.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.486215000, lastModified=2022-06-06 17:54:59.485413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.486215000, lastModified=2022-06-06 17:54:59.485413000, delta=802000 ns, racy<=15000 ns
17:54:59.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.486481000, lastModified=2022-06-06 17:54:59.485413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.485413000 to 2022-06-06 17:54:59.486413000
17:54:59.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.486795000, lastModified=2022-06-06 17:54:59.486413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.486795000, lastModified=2022-06-06 17:54:59.486413000, delta=382000 ns, racy<=15000 ns
17:54:59.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.487084000, lastModified=2022-06-06 17:54:59.486413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.487084000, lastModified=2022-06-06 17:54:59.486413000, delta=671000 ns, racy<=15000 ns
17:54:59.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.487406000, lastModified=2022-06-06 17:54:59.486413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.486413000 to 2022-06-06 17:54:59.487413000
17:54:59.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.487692000, lastModified=2022-06-06 17:54:59.487413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.487692000, lastModified=2022-06-06 17:54:59.487413000, delta=279000 ns, racy<=15000 ns
17:54:59.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.487992000, lastModified=2022-06-06 17:54:59.487413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.487992000, lastModified=2022-06-06 17:54:59.487413000, delta=579000 ns, racy<=15000 ns
17:54:59.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.488305000, lastModified=2022-06-06 17:54:59.487413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.488305000, lastModified=2022-06-06 17:54:59.487413000, delta=892000 ns, racy<=15000 ns
17:54:59.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.488617000, lastModified=2022-06-06 17:54:59.488413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.488617000, lastModified=2022-06-06 17:54:59.488413000, delta=204000 ns, racy<=15000 ns
17:54:59.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.489002000, lastModified=2022-06-06 17:54:59.488413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.489002000, lastModified=2022-06-06 17:54:59.488413000, delta=589000 ns, racy<=15000 ns
17:54:59.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.489309000, lastModified=2022-06-06 17:54:59.488413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.489309000, lastModified=2022-06-06 17:54:59.488413000, delta=896000 ns, racy<=15000 ns
17:54:59.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.489775000, lastModified=2022-06-06 17:54:59.489413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.489775000, lastModified=2022-06-06 17:54:59.489413000, delta=362000 ns, racy<=15000 ns
17:54:59.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.490126000, lastModified=2022-06-06 17:54:59.489413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.490126000, lastModified=2022-06-06 17:54:59.489413000, delta=713000 ns, racy<=15000 ns
17:54:59.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.490455000, lastModified=2022-06-06 17:54:59.489413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.489413000 to 2022-06-06 17:54:59.490413000
17:54:59.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.490743000, lastModified=2022-06-06 17:54:59.490413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.490743000, lastModified=2022-06-06 17:54:59.490413000, delta=330000 ns, racy<=15000 ns
17:54:59.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.493242000, lastModified=2022-06-06 17:54:59.490413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.490413000 to 2022-06-06 17:54:59.492413000
17:54:59.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.493579000, lastModified=2022-06-06 17:54:59.493413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.493579000, lastModified=2022-06-06 17:54:59.493413000, delta=166000 ns, racy<=15000 ns
17:54:59.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.493891000, lastModified=2022-06-06 17:54:59.493413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.493891000, lastModified=2022-06-06 17:54:59.493413000, delta=478000 ns, racy<=15000 ns
17:54:59.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.494240000, lastModified=2022-06-06 17:54:59.493413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.494240000, lastModified=2022-06-06 17:54:59.493413000, delta=827000 ns, racy<=15000 ns
17:54:59.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.494608000, lastModified=2022-06-06 17:54:59.494413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.494608000, lastModified=2022-06-06 17:54:59.494413000, delta=195000 ns, racy<=15000 ns
17:54:59.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.494959000, lastModified=2022-06-06 17:54:59.494413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.494959000, lastModified=2022-06-06 17:54:59.494413000, delta=546000 ns, racy<=15000 ns
17:54:59.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.495309000, lastModified=2022-06-06 17:54:59.494413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.495309000, lastModified=2022-06-06 17:54:59.494413000, delta=896000 ns, racy<=15000 ns
17:54:59.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.495647000, lastModified=2022-06-06 17:54:59.495413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.495647000, lastModified=2022-06-06 17:54:59.495413000, delta=234000 ns, racy<=15000 ns
17:54:59.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.495964000, lastModified=2022-06-06 17:54:59.495413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.495964000, lastModified=2022-06-06 17:54:59.495413000, delta=551000 ns, racy<=15000 ns
17:54:59.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.496287000, lastModified=2022-06-06 17:54:59.495413000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.496287000, lastModified=2022-06-06 17:54:59.495413000, delta=874000 ns, racy<=15000 ns
17:54:59.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.496632000, lastModified=2022-06-06 17:54:59.496414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.496632000, lastModified=2022-06-06 17:54:59.496414000, delta=218000 ns, racy<=15000 ns
17:54:59.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.496978000, lastModified=2022-06-06 17:54:59.496414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.497 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.496978000, lastModified=2022-06-06 17:54:59.496414000, delta=564000 ns, racy<=15000 ns
17:54:59.497 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.497 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.497340000, lastModified=2022-06-06 17:54:59.496414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.497 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.497340000, lastModified=2022-06-06 17:54:59.496414000, delta=926000 ns, racy<=15000 ns
17:54:59.497 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.497 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.497687000, lastModified=2022-06-06 17:54:59.497414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.497 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.497687000, lastModified=2022-06-06 17:54:59.497414000, delta=273000 ns, racy<=15000 ns
17:54:59.497 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.498 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.498012000, lastModified=2022-06-06 17:54:59.497414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.498 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.498012000, lastModified=2022-06-06 17:54:59.497414000, delta=598000 ns, racy<=15000 ns
17:54:59.498 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.498 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.498340000, lastModified=2022-06-06 17:54:59.497414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.498 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.498340000, lastModified=2022-06-06 17:54:59.497414000, delta=926000 ns, racy<=15000 ns
17:54:59.498 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.498 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.498682000, lastModified=2022-06-06 17:54:59.498414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.498 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.498682000, lastModified=2022-06-06 17:54:59.498414000, delta=268000 ns, racy<=15000 ns
17:54:59.498 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.499020000, lastModified=2022-06-06 17:54:59.498414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.499020000, lastModified=2022-06-06 17:54:59.498414000, delta=606000 ns, racy<=15000 ns
17:54:59.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.499370000, lastModified=2022-06-06 17:54:59.498414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.499370000, lastModified=2022-06-06 17:54:59.498414000, delta=956000 ns, racy<=15000 ns
17:54:59.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.499721000, lastModified=2022-06-06 17:54:59.499414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.499721000, lastModified=2022-06-06 17:54:59.499414000, delta=307000 ns, racy<=15000 ns
17:54:59.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.500037000, lastModified=2022-06-06 17:54:59.499414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.500037000, lastModified=2022-06-06 17:54:59.499414000, delta=623000 ns, racy<=15000 ns
17:54:59.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.500401000, lastModified=2022-06-06 17:54:59.499414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.499414000 to 2022-06-06 17:54:59.500414000
17:54:59.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.500782000, lastModified=2022-06-06 17:54:59.500414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.500782000, lastModified=2022-06-06 17:54:59.500414000, delta=368000 ns, racy<=15000 ns
17:54:59.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.501549000, lastModified=2022-06-06 17:54:59.500414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.500414000 to 2022-06-06 17:54:59.501414000
17:54:59.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.502164000, lastModified=2022-06-06 17:54:59.501414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.501414000 to 2022-06-06 17:54:59.505414000
17:54:59.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.505784000, lastModified=2022-06-06 17:54:59.505414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.505784000, lastModified=2022-06-06 17:54:59.505414000, delta=370000 ns, racy<=15000 ns
17:54:59.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.506082000, lastModified=2022-06-06 17:54:59.505414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.506082000, lastModified=2022-06-06 17:54:59.505414000, delta=668000 ns, racy<=15000 ns
17:54:59.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.506355000, lastModified=2022-06-06 17:54:59.505414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.506355000, lastModified=2022-06-06 17:54:59.505414000, delta=941000 ns, racy<=15000 ns
17:54:59.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.506640000, lastModified=2022-06-06 17:54:59.506414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.506640000, lastModified=2022-06-06 17:54:59.506414000, delta=226000 ns, racy<=15000 ns
17:54:59.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.506896000, lastModified=2022-06-06 17:54:59.506414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.506896000, lastModified=2022-06-06 17:54:59.506414000, delta=482000 ns, racy<=15000 ns
17:54:59.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.507167000, lastModified=2022-06-06 17:54:59.506414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.507167000, lastModified=2022-06-06 17:54:59.506414000, delta=753000 ns, racy<=15000 ns
17:54:59.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.507423000, lastModified=2022-06-06 17:54:59.506414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.506414000 to 2022-06-06 17:54:59.507414000
17:54:59.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.507668000, lastModified=2022-06-06 17:54:59.507414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.507668000, lastModified=2022-06-06 17:54:59.507414000, delta=254000 ns, racy<=15000 ns
17:54:59.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.507923000, lastModified=2022-06-06 17:54:59.507414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.508 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.507923000, lastModified=2022-06-06 17:54:59.507414000, delta=509000 ns, racy<=15000 ns
17:54:59.508 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.508 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.508184000, lastModified=2022-06-06 17:54:59.507414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.508 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.508184000, lastModified=2022-06-06 17:54:59.507414000, delta=770000 ns, racy<=15000 ns
17:54:59.508 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.510 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.510790000, lastModified=2022-06-06 17:54:59.507414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.510 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.507414000 to 2022-06-06 17:54:59.510414000
17:54:59.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.511060000, lastModified=2022-06-06 17:54:59.510414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.511060000, lastModified=2022-06-06 17:54:59.510414000, delta=646000 ns, racy<=15000 ns
17:54:59.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.511330000, lastModified=2022-06-06 17:54:59.510414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.511330000, lastModified=2022-06-06 17:54:59.510414000, delta=916000 ns, racy<=15000 ns
17:54:59.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.511594000, lastModified=2022-06-06 17:54:59.511414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.511594000, lastModified=2022-06-06 17:54:59.511414000, delta=180000 ns, racy<=15000 ns
17:54:59.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.511860000, lastModified=2022-06-06 17:54:59.511414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.511860000, lastModified=2022-06-06 17:54:59.511414000, delta=446000 ns, racy<=15000 ns
17:54:59.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.512127000, lastModified=2022-06-06 17:54:59.511414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.512127000, lastModified=2022-06-06 17:54:59.511414000, delta=713000 ns, racy<=15000 ns
17:54:59.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.512399000, lastModified=2022-06-06 17:54:59.511414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.512399000, lastModified=2022-06-06 17:54:59.511414000, delta=985000 ns, racy<=15000 ns
17:54:59.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.512673000, lastModified=2022-06-06 17:54:59.512414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.512673000, lastModified=2022-06-06 17:54:59.512414000, delta=259000 ns, racy<=15000 ns
17:54:59.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.512935000, lastModified=2022-06-06 17:54:59.512414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.512935000, lastModified=2022-06-06 17:54:59.512414000, delta=521000 ns, racy<=15000 ns
17:54:59.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.513203000, lastModified=2022-06-06 17:54:59.512414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.513203000, lastModified=2022-06-06 17:54:59.512414000, delta=789000 ns, racy<=15000 ns
17:54:59.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.513476000, lastModified=2022-06-06 17:54:59.512414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.512414000 to 2022-06-06 17:54:59.513414000
17:54:59.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.513812000, lastModified=2022-06-06 17:54:59.513414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.513812000, lastModified=2022-06-06 17:54:59.513414000, delta=398000 ns, racy<=15000 ns
17:54:59.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.514072000, lastModified=2022-06-06 17:54:59.513414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.514072000, lastModified=2022-06-06 17:54:59.513414000, delta=658000 ns, racy<=15000 ns
17:54:59.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.514338000, lastModified=2022-06-06 17:54:59.513414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.514338000, lastModified=2022-06-06 17:54:59.513414000, delta=924000 ns, racy<=15000 ns
17:54:59.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.514608000, lastModified=2022-06-06 17:54:59.514414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.514608000, lastModified=2022-06-06 17:54:59.514414000, delta=194000 ns, racy<=15000 ns
17:54:59.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.514879000, lastModified=2022-06-06 17:54:59.514414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.514879000, lastModified=2022-06-06 17:54:59.514414000, delta=465000 ns, racy<=15000 ns
17:54:59.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.515142000, lastModified=2022-06-06 17:54:59.514414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.515142000, lastModified=2022-06-06 17:54:59.514414000, delta=728000 ns, racy<=15000 ns
17:54:59.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.515394000, lastModified=2022-06-06 17:54:59.514414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.515394000, lastModified=2022-06-06 17:54:59.514414000, delta=980000 ns, racy<=15000 ns
17:54:59.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.515662000, lastModified=2022-06-06 17:54:59.515414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.515662000, lastModified=2022-06-06 17:54:59.515414000, delta=248000 ns, racy<=15000 ns
17:54:59.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.515921000, lastModified=2022-06-06 17:54:59.515414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.515921000, lastModified=2022-06-06 17:54:59.515414000, delta=507000 ns, racy<=15000 ns
17:54:59.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.516188000, lastModified=2022-06-06 17:54:59.515414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.516188000, lastModified=2022-06-06 17:54:59.515414000, delta=774000 ns, racy<=15000 ns
17:54:59.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.516439000, lastModified=2022-06-06 17:54:59.515414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.515414000 to 2022-06-06 17:54:59.516414000
17:54:59.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.516681000, lastModified=2022-06-06 17:54:59.516414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.516681000, lastModified=2022-06-06 17:54:59.516414000, delta=267000 ns, racy<=15000 ns
17:54:59.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.516935000, lastModified=2022-06-06 17:54:59.516414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.516935000, lastModified=2022-06-06 17:54:59.516414000, delta=521000 ns, racy<=15000 ns
17:54:59.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.517194000, lastModified=2022-06-06 17:54:59.516414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.517194000, lastModified=2022-06-06 17:54:59.516414000, delta=780000 ns, racy<=15000 ns
17:54:59.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.517458000, lastModified=2022-06-06 17:54:59.516414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.516414000 to 2022-06-06 17:54:59.517414000
17:54:59.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.517701000, lastModified=2022-06-06 17:54:59.517414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.517701000, lastModified=2022-06-06 17:54:59.517414000, delta=287000 ns, racy<=15000 ns
17:54:59.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.517951000, lastModified=2022-06-06 17:54:59.517414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.517951000, lastModified=2022-06-06 17:54:59.517414000, delta=537000 ns, racy<=15000 ns
17:54:59.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.518236000, lastModified=2022-06-06 17:54:59.517414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.518236000, lastModified=2022-06-06 17:54:59.517414000, delta=822000 ns, racy<=15000 ns
17:54:59.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.518492000, lastModified=2022-06-06 17:54:59.517414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.517414000 to 2022-06-06 17:54:59.518414000
17:54:59.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.518754000, lastModified=2022-06-06 17:54:59.518414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.518754000, lastModified=2022-06-06 17:54:59.518414000, delta=340000 ns, racy<=15000 ns
17:54:59.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.519010000, lastModified=2022-06-06 17:54:59.518414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.519010000, lastModified=2022-06-06 17:54:59.518414000, delta=596000 ns, racy<=15000 ns
17:54:59.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.519274000, lastModified=2022-06-06 17:54:59.518414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.519274000, lastModified=2022-06-06 17:54:59.518414000, delta=860000 ns, racy<=15000 ns
17:54:59.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.519536000, lastModified=2022-06-06 17:54:59.518414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.518414000 to 2022-06-06 17:54:59.519414000
17:54:59.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.519772000, lastModified=2022-06-06 17:54:59.519414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.519772000, lastModified=2022-06-06 17:54:59.519414000, delta=358000 ns, racy<=15000 ns
17:54:59.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.523306000, lastModified=2022-06-06 17:54:59.519414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.519414000 to 2022-06-06 17:54:59.522414000
17:54:59.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.523637000, lastModified=2022-06-06 17:54:59.523414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.523637000, lastModified=2022-06-06 17:54:59.523414000, delta=223000 ns, racy<=15000 ns
17:54:59.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.523961000, lastModified=2022-06-06 17:54:59.523414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.523961000, lastModified=2022-06-06 17:54:59.523414000, delta=547000 ns, racy<=15000 ns
17:54:59.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.524226000, lastModified=2022-06-06 17:54:59.523414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.524226000, lastModified=2022-06-06 17:54:59.523414000, delta=812000 ns, racy<=15000 ns
17:54:59.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.524485000, lastModified=2022-06-06 17:54:59.523414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.523414000 to 2022-06-06 17:54:59.524414000
17:54:59.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.524774000, lastModified=2022-06-06 17:54:59.524414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.524774000, lastModified=2022-06-06 17:54:59.524414000, delta=360000 ns, racy<=15000 ns
17:54:59.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.525035000, lastModified=2022-06-06 17:54:59.524414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.525035000, lastModified=2022-06-06 17:54:59.524414000, delta=621000 ns, racy<=15000 ns
17:54:59.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.525297000, lastModified=2022-06-06 17:54:59.524414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.525297000, lastModified=2022-06-06 17:54:59.524414000, delta=883000 ns, racy<=15000 ns
17:54:59.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.525673000, lastModified=2022-06-06 17:54:59.525414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.525673000, lastModified=2022-06-06 17:54:59.525414000, delta=259000 ns, racy<=15000 ns
17:54:59.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.525928000, lastModified=2022-06-06 17:54:59.525414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.525928000, lastModified=2022-06-06 17:54:59.525414000, delta=514000 ns, racy<=15000 ns
17:54:59.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.526193000, lastModified=2022-06-06 17:54:59.525414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.526193000, lastModified=2022-06-06 17:54:59.525414000, delta=779000 ns, racy<=15000 ns
17:54:59.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.526450000, lastModified=2022-06-06 17:54:59.525414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.525414000 to 2022-06-06 17:54:59.526414000
17:54:59.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.526697000, lastModified=2022-06-06 17:54:59.526414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.526697000, lastModified=2022-06-06 17:54:59.526414000, delta=283000 ns, racy<=15000 ns
17:54:59.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.526956000, lastModified=2022-06-06 17:54:59.526414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.526956000, lastModified=2022-06-06 17:54:59.526414000, delta=542000 ns, racy<=15000 ns
17:54:59.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.527300000, lastModified=2022-06-06 17:54:59.526414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.526414000 to 2022-06-06 17:54:59.527414000
17:54:59.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.527664000, lastModified=2022-06-06 17:54:59.527414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.527664000, lastModified=2022-06-06 17:54:59.527414000, delta=250000 ns, racy<=15000 ns
17:54:59.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.527911000, lastModified=2022-06-06 17:54:59.527414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.527911000, lastModified=2022-06-06 17:54:59.527414000, delta=497000 ns, racy<=15000 ns
17:54:59.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.528179000, lastModified=2022-06-06 17:54:59.527414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.528179000, lastModified=2022-06-06 17:54:59.527414000, delta=765000 ns, racy<=15000 ns
17:54:59.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.528431000, lastModified=2022-06-06 17:54:59.527414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.527414000 to 2022-06-06 17:54:59.528414000
17:54:59.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.528793000, lastModified=2022-06-06 17:54:59.528414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.528793000, lastModified=2022-06-06 17:54:59.528414000, delta=379000 ns, racy<=15000 ns
17:54:59.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.529268000, lastModified=2022-06-06 17:54:59.528414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.529268000, lastModified=2022-06-06 17:54:59.528414000, delta=854000 ns, racy<=15000 ns
17:54:59.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.529684000, lastModified=2022-06-06 17:54:59.529414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.529684000, lastModified=2022-06-06 17:54:59.529414000, delta=270000 ns, racy<=15000 ns
17:54:59.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.530152000, lastModified=2022-06-06 17:54:59.529414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.530152000, lastModified=2022-06-06 17:54:59.529414000, delta=738000 ns, racy<=15000 ns
17:54:59.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.530587000, lastModified=2022-06-06 17:54:59.530414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.530587000, lastModified=2022-06-06 17:54:59.530414000, delta=173000 ns, racy<=15000 ns
17:54:59.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.530993000, lastModified=2022-06-06 17:54:59.530414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.530993000, lastModified=2022-06-06 17:54:59.530414000, delta=579000 ns, racy<=15000 ns
17:54:59.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.531385000, lastModified=2022-06-06 17:54:59.530414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.530414000 to 2022-06-06 17:54:59.531414000
17:54:59.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.531726000, lastModified=2022-06-06 17:54:59.531414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.531726000, lastModified=2022-06-06 17:54:59.531414000, delta=312000 ns, racy<=15000 ns
17:54:59.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.532114000, lastModified=2022-06-06 17:54:59.531414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.532114000, lastModified=2022-06-06 17:54:59.531414000, delta=700000 ns, racy<=15000 ns
17:54:59.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.532577000, lastModified=2022-06-06 17:54:59.531414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.531414000 to 2022-06-06 17:54:59.532414000
17:54:59.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.533006000, lastModified=2022-06-06 17:54:59.532414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.533006000, lastModified=2022-06-06 17:54:59.532414000, delta=592000 ns, racy<=15000 ns
17:54:59.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.533404000, lastModified=2022-06-06 17:54:59.532414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.532414000 to 2022-06-06 17:54:59.533414000
17:54:59.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.533733000, lastModified=2022-06-06 17:54:59.533414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.533733000, lastModified=2022-06-06 17:54:59.533414000, delta=319000 ns, racy<=15000 ns
17:54:59.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.534000000, lastModified=2022-06-06 17:54:59.533414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.534000000, lastModified=2022-06-06 17:54:59.533414000, delta=586000 ns, racy<=15000 ns
17:54:59.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.534297000, lastModified=2022-06-06 17:54:59.533414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.534297000, lastModified=2022-06-06 17:54:59.533414000, delta=883000 ns, racy<=15000 ns
17:54:59.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.534557000, lastModified=2022-06-06 17:54:59.534414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.534557000, lastModified=2022-06-06 17:54:59.534414000, delta=143000 ns, racy<=15000 ns
17:54:59.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.538005000, lastModified=2022-06-06 17:54:59.534414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.534414000 to 2022-06-06 17:54:59.537414000
17:54:59.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.538300000, lastModified=2022-06-06 17:54:59.537414000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.538300000, lastModified=2022-06-06 17:54:59.537414000, delta=886000 ns, racy<=15000 ns
17:54:59.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.538600000, lastModified=2022-06-06 17:54:59.538415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.538600000, lastModified=2022-06-06 17:54:59.538415000, delta=185000 ns, racy<=15000 ns
17:54:59.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.538860000, lastModified=2022-06-06 17:54:59.538415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.538860000, lastModified=2022-06-06 17:54:59.538415000, delta=445000 ns, racy<=15000 ns
17:54:59.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.539122000, lastModified=2022-06-06 17:54:59.538415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.539122000, lastModified=2022-06-06 17:54:59.538415000, delta=707000 ns, racy<=15000 ns
17:54:59.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.539373000, lastModified=2022-06-06 17:54:59.538415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.539373000, lastModified=2022-06-06 17:54:59.538415000, delta=958000 ns, racy<=15000 ns
17:54:59.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.539625000, lastModified=2022-06-06 17:54:59.539415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.539625000, lastModified=2022-06-06 17:54:59.539415000, delta=210000 ns, racy<=15000 ns
17:54:59.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.539874000, lastModified=2022-06-06 17:54:59.539415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.539874000, lastModified=2022-06-06 17:54:59.539415000, delta=459000 ns, racy<=15000 ns
17:54:59.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.540101000, lastModified=2022-06-06 17:54:59.539415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.540101000, lastModified=2022-06-06 17:54:59.539415000, delta=686000 ns, racy<=15000 ns
17:54:59.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.540316000, lastModified=2022-06-06 17:54:59.539415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.540316000, lastModified=2022-06-06 17:54:59.539415000, delta=901000 ns, racy<=15000 ns
17:54:59.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.540539000, lastModified=2022-06-06 17:54:59.540415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.540539000, lastModified=2022-06-06 17:54:59.540415000, delta=124000 ns, racy<=15000 ns
17:54:59.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.540747000, lastModified=2022-06-06 17:54:59.540415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.540747000, lastModified=2022-06-06 17:54:59.540415000, delta=332000 ns, racy<=15000 ns
17:54:59.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.540949000, lastModified=2022-06-06 17:54:59.540415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.540949000, lastModified=2022-06-06 17:54:59.540415000, delta=534000 ns, racy<=15000 ns
17:54:59.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.541162000, lastModified=2022-06-06 17:54:59.540415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.541162000, lastModified=2022-06-06 17:54:59.540415000, delta=747000 ns, racy<=15000 ns
17:54:59.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.541363000, lastModified=2022-06-06 17:54:59.540415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.541363000, lastModified=2022-06-06 17:54:59.540415000, delta=948000 ns, racy<=15000 ns
17:54:59.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.541646000, lastModified=2022-06-06 17:54:59.541415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.541646000, lastModified=2022-06-06 17:54:59.541415000, delta=231000 ns, racy<=15000 ns
17:54:59.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.541858000, lastModified=2022-06-06 17:54:59.541415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.541858000, lastModified=2022-06-06 17:54:59.541415000, delta=443000 ns, racy<=15000 ns
17:54:59.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.542064000, lastModified=2022-06-06 17:54:59.541415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.542064000, lastModified=2022-06-06 17:54:59.541415000, delta=649000 ns, racy<=15000 ns
17:54:59.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.542280000, lastModified=2022-06-06 17:54:59.541415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.542280000, lastModified=2022-06-06 17:54:59.541415000, delta=865000 ns, racy<=15000 ns
17:54:59.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.542487000, lastModified=2022-06-06 17:54:59.541415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.541415000 to 2022-06-06 17:54:59.542415000
17:54:59.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.542694000, lastModified=2022-06-06 17:54:59.542415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.542694000, lastModified=2022-06-06 17:54:59.542415000, delta=279000 ns, racy<=15000 ns
17:54:59.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.542901000, lastModified=2022-06-06 17:54:59.542415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.542901000, lastModified=2022-06-06 17:54:59.542415000, delta=486000 ns, racy<=15000 ns
17:54:59.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.543178000, lastModified=2022-06-06 17:54:59.542415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.543178000, lastModified=2022-06-06 17:54:59.542415000, delta=763000 ns, racy<=15000 ns
17:54:59.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.543402000, lastModified=2022-06-06 17:54:59.542415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.543402000, lastModified=2022-06-06 17:54:59.542415000, delta=987000 ns, racy<=15000 ns
17:54:59.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.543700000, lastModified=2022-06-06 17:54:59.543415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.543700000, lastModified=2022-06-06 17:54:59.543415000, delta=285000 ns, racy<=15000 ns
17:54:59.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.543925000, lastModified=2022-06-06 17:54:59.543415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.543925000, lastModified=2022-06-06 17:54:59.543415000, delta=510000 ns, racy<=15000 ns
17:54:59.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.544182000, lastModified=2022-06-06 17:54:59.543415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.544182000, lastModified=2022-06-06 17:54:59.543415000, delta=767000 ns, racy<=15000 ns
17:54:59.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.544384000, lastModified=2022-06-06 17:54:59.543415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.544384000, lastModified=2022-06-06 17:54:59.543415000, delta=969000 ns, racy<=15000 ns
17:54:59.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.548189000, lastModified=2022-06-06 17:54:59.547415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.548189000, lastModified=2022-06-06 17:54:59.547415000, delta=774000 ns, racy<=15000 ns
17:54:59.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.548471000, lastModified=2022-06-06 17:54:59.547415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.547415000 to 2022-06-06 17:54:59.548415000
17:54:59.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.548723000, lastModified=2022-06-06 17:54:59.548415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.548723000, lastModified=2022-06-06 17:54:59.548415000, delta=308000 ns, racy<=15000 ns
17:54:59.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.548980000, lastModified=2022-06-06 17:54:59.548415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.548980000, lastModified=2022-06-06 17:54:59.548415000, delta=565000 ns, racy<=15000 ns
17:54:59.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.549277000, lastModified=2022-06-06 17:54:59.548415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.549277000, lastModified=2022-06-06 17:54:59.548415000, delta=862000 ns, racy<=15000 ns
17:54:59.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.549526000, lastModified=2022-06-06 17:54:59.548415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.548415000 to 2022-06-06 17:54:59.549415000
17:54:59.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.549773000, lastModified=2022-06-06 17:54:59.549415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.549773000, lastModified=2022-06-06 17:54:59.549415000, delta=358000 ns, racy<=15000 ns
17:54:59.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.553949000, lastModified=2022-06-06 17:54:59.549415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.549415000 to 2022-06-06 17:54:59.553415000
17:54:59.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.554310000, lastModified=2022-06-06 17:54:59.553415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.554310000, lastModified=2022-06-06 17:54:59.553415000, delta=895000 ns, racy<=15000 ns
17:54:59.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.554630000, lastModified=2022-06-06 17:54:59.554415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.554630000, lastModified=2022-06-06 17:54:59.554415000, delta=215000 ns, racy<=15000 ns
17:54:59.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.554884000, lastModified=2022-06-06 17:54:59.554415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.554884000, lastModified=2022-06-06 17:54:59.554415000, delta=469000 ns, racy<=15000 ns
17:54:59.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.555146000, lastModified=2022-06-06 17:54:59.554415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.555146000, lastModified=2022-06-06 17:54:59.554415000, delta=731000 ns, racy<=15000 ns
17:54:59.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.555398000, lastModified=2022-06-06 17:54:59.554415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.554415000 to 2022-06-06 17:54:59.555415000
17:54:59.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.555674000, lastModified=2022-06-06 17:54:59.555415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.555674000, lastModified=2022-06-06 17:54:59.555415000, delta=259000 ns, racy<=15000 ns
17:54:59.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.555932000, lastModified=2022-06-06 17:54:59.555415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.555932000, lastModified=2022-06-06 17:54:59.555415000, delta=517000 ns, racy<=15000 ns
17:54:59.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.556191000, lastModified=2022-06-06 17:54:59.555415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.556191000, lastModified=2022-06-06 17:54:59.555415000, delta=776000 ns, racy<=15000 ns
17:54:59.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.556442000, lastModified=2022-06-06 17:54:59.555415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.555415000 to 2022-06-06 17:54:59.556415000
17:54:59.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.556682000, lastModified=2022-06-06 17:54:59.556415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.556682000, lastModified=2022-06-06 17:54:59.556415000, delta=267000 ns, racy<=15000 ns
17:54:59.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.556934000, lastModified=2022-06-06 17:54:59.556415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.556934000, lastModified=2022-06-06 17:54:59.556415000, delta=519000 ns, racy<=15000 ns
17:54:59.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.557197000, lastModified=2022-06-06 17:54:59.556415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.557197000, lastModified=2022-06-06 17:54:59.556415000, delta=782000 ns, racy<=15000 ns
17:54:59.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.557626000, lastModified=2022-06-06 17:54:59.557415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.557626000, lastModified=2022-06-06 17:54:59.557415000, delta=211000 ns, racy<=15000 ns
17:54:59.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.557916000, lastModified=2022-06-06 17:54:59.557415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.557916000, lastModified=2022-06-06 17:54:59.557415000, delta=501000 ns, racy<=15000 ns
17:54:59.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.558184000, lastModified=2022-06-06 17:54:59.557415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.558184000, lastModified=2022-06-06 17:54:59.557415000, delta=769000 ns, racy<=15000 ns
17:54:59.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.558453000, lastModified=2022-06-06 17:54:59.557415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.557415000 to 2022-06-06 17:54:59.558415000
17:54:59.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.558704000, lastModified=2022-06-06 17:54:59.558415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.558704000, lastModified=2022-06-06 17:54:59.558415000, delta=289000 ns, racy<=15000 ns
17:54:59.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.558 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.558962000, lastModified=2022-06-06 17:54:59.558415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.558962000, lastModified=2022-06-06 17:54:59.558415000, delta=547000 ns, racy<=15000 ns
17:54:59.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.559230000, lastModified=2022-06-06 17:54:59.558415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.559230000, lastModified=2022-06-06 17:54:59.558415000, delta=815000 ns, racy<=15000 ns
17:54:59.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.559483000, lastModified=2022-06-06 17:54:59.558415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.558415000 to 2022-06-06 17:54:59.559415000
17:54:59.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.559753000, lastModified=2022-06-06 17:54:59.559415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.559753000, lastModified=2022-06-06 17:54:59.559415000, delta=338000 ns, racy<=15000 ns
17:54:59.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.560034000, lastModified=2022-06-06 17:54:59.559415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.560034000, lastModified=2022-06-06 17:54:59.559415000, delta=619000 ns, racy<=15000 ns
17:54:59.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.560298000, lastModified=2022-06-06 17:54:59.559415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.560298000, lastModified=2022-06-06 17:54:59.559415000, delta=883000 ns, racy<=15000 ns
17:54:59.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.560560000, lastModified=2022-06-06 17:54:59.560415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.560560000, lastModified=2022-06-06 17:54:59.560415000, delta=145000 ns, racy<=15000 ns
17:54:59.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.560819000, lastModified=2022-06-06 17:54:59.560415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.560819000, lastModified=2022-06-06 17:54:59.560415000, delta=404000 ns, racy<=15000 ns
17:54:59.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.561073000, lastModified=2022-06-06 17:54:59.560415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.561073000, lastModified=2022-06-06 17:54:59.560415000, delta=658000 ns, racy<=15000 ns
17:54:59.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.561336000, lastModified=2022-06-06 17:54:59.560415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.561336000, lastModified=2022-06-06 17:54:59.560415000, delta=921000 ns, racy<=15000 ns
17:54:59.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.561595000, lastModified=2022-06-06 17:54:59.561415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.561595000, lastModified=2022-06-06 17:54:59.561415000, delta=180000 ns, racy<=15000 ns
17:54:59.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.561850000, lastModified=2022-06-06 17:54:59.561415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.561850000, lastModified=2022-06-06 17:54:59.561415000, delta=435000 ns, racy<=15000 ns
17:54:59.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.562117000, lastModified=2022-06-06 17:54:59.561415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.562117000, lastModified=2022-06-06 17:54:59.561415000, delta=702000 ns, racy<=15000 ns
17:54:59.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.562370000, lastModified=2022-06-06 17:54:59.561415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.562370000, lastModified=2022-06-06 17:54:59.561415000, delta=955000 ns, racy<=15000 ns
17:54:59.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.562647000, lastModified=2022-06-06 17:54:59.562415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.562647000, lastModified=2022-06-06 17:54:59.562415000, delta=232000 ns, racy<=15000 ns
17:54:59.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.562951000, lastModified=2022-06-06 17:54:59.562415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.562951000, lastModified=2022-06-06 17:54:59.562415000, delta=536000 ns, racy<=15000 ns
17:54:59.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.563265000, lastModified=2022-06-06 17:54:59.562415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.563265000, lastModified=2022-06-06 17:54:59.562415000, delta=850000 ns, racy<=15000 ns
17:54:59.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.565 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.565740000, lastModified=2022-06-06 17:54:59.562415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.565 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.562415000 to 2022-06-06 17:54:59.565415000
17:54:59.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.566005000, lastModified=2022-06-06 17:54:59.565415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.566005000, lastModified=2022-06-06 17:54:59.565415000, delta=590000 ns, racy<=15000 ns
17:54:59.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.566276000, lastModified=2022-06-06 17:54:59.565415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.566276000, lastModified=2022-06-06 17:54:59.565415000, delta=861000 ns, racy<=15000 ns
17:54:59.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.566543000, lastModified=2022-06-06 17:54:59.565415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.565415000 to 2022-06-06 17:54:59.566415000
17:54:59.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.566782000, lastModified=2022-06-06 17:54:59.566415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.566782000, lastModified=2022-06-06 17:54:59.566415000, delta=367000 ns, racy<=15000 ns
17:54:59.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.567030000, lastModified=2022-06-06 17:54:59.566415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.567030000, lastModified=2022-06-06 17:54:59.566415000, delta=615000 ns, racy<=15000 ns
17:54:59.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.567291000, lastModified=2022-06-06 17:54:59.566415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.567291000, lastModified=2022-06-06 17:54:59.566415000, delta=876000 ns, racy<=15000 ns
17:54:59.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.567551000, lastModified=2022-06-06 17:54:59.567415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.567551000, lastModified=2022-06-06 17:54:59.567415000, delta=136000 ns, racy<=15000 ns
17:54:59.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.567814000, lastModified=2022-06-06 17:54:59.567415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.567814000, lastModified=2022-06-06 17:54:59.567415000, delta=399000 ns, racy<=15000 ns
17:54:59.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.568138000, lastModified=2022-06-06 17:54:59.567415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.568138000, lastModified=2022-06-06 17:54:59.567415000, delta=723000 ns, racy<=15000 ns
17:54:59.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.568396000, lastModified=2022-06-06 17:54:59.567415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.567415000 to 2022-06-06 17:54:59.568415000
17:54:59.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.568674000, lastModified=2022-06-06 17:54:59.568415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.568674000, lastModified=2022-06-06 17:54:59.568415000, delta=259000 ns, racy<=15000 ns
17:54:59.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.568934000, lastModified=2022-06-06 17:54:59.568415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.568934000, lastModified=2022-06-06 17:54:59.568415000, delta=519000 ns, racy<=15000 ns
17:54:59.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.569200000, lastModified=2022-06-06 17:54:59.568415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.569200000, lastModified=2022-06-06 17:54:59.568415000, delta=785000 ns, racy<=15000 ns
17:54:59.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.569436000, lastModified=2022-06-06 17:54:59.568415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.568415000 to 2022-06-06 17:54:59.569415000
17:54:59.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.569768000, lastModified=2022-06-06 17:54:59.569415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.569768000, lastModified=2022-06-06 17:54:59.569415000, delta=353000 ns, racy<=15000 ns
17:54:59.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.570036000, lastModified=2022-06-06 17:54:59.569415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.570036000, lastModified=2022-06-06 17:54:59.569415000, delta=621000 ns, racy<=15000 ns
17:54:59.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.570300000, lastModified=2022-06-06 17:54:59.569415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.570300000, lastModified=2022-06-06 17:54:59.569415000, delta=885000 ns, racy<=15000 ns
17:54:59.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.570560000, lastModified=2022-06-06 17:54:59.570415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.570560000, lastModified=2022-06-06 17:54:59.570415000, delta=145000 ns, racy<=15000 ns
17:54:59.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.570843000, lastModified=2022-06-06 17:54:59.570415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.570843000, lastModified=2022-06-06 17:54:59.570415000, delta=428000 ns, racy<=15000 ns
17:54:59.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.571112000, lastModified=2022-06-06 17:54:59.570415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.571112000, lastModified=2022-06-06 17:54:59.570415000, delta=697000 ns, racy<=15000 ns
17:54:59.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.571364000, lastModified=2022-06-06 17:54:59.570415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.571364000, lastModified=2022-06-06 17:54:59.570415000, delta=949000 ns, racy<=15000 ns
17:54:59.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.571630000, lastModified=2022-06-06 17:54:59.571415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.571630000, lastModified=2022-06-06 17:54:59.571415000, delta=215000 ns, racy<=15000 ns
17:54:59.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.571888000, lastModified=2022-06-06 17:54:59.571415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.571888000, lastModified=2022-06-06 17:54:59.571415000, delta=473000 ns, racy<=15000 ns
17:54:59.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.572147000, lastModified=2022-06-06 17:54:59.571415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.572147000, lastModified=2022-06-06 17:54:59.571415000, delta=732000 ns, racy<=15000 ns
17:54:59.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.572393000, lastModified=2022-06-06 17:54:59.571415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.572393000, lastModified=2022-06-06 17:54:59.571415000, delta=978000 ns, racy<=15000 ns
17:54:59.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.572672000, lastModified=2022-06-06 17:54:59.572415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.572672000, lastModified=2022-06-06 17:54:59.572415000, delta=257000 ns, racy<=15000 ns
17:54:59.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.572 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.572922000, lastModified=2022-06-06 17:54:59.572415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.572922000, lastModified=2022-06-06 17:54:59.572415000, delta=507000 ns, racy<=15000 ns
17:54:59.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.573171000, lastModified=2022-06-06 17:54:59.572415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.573171000, lastModified=2022-06-06 17:54:59.572415000, delta=756000 ns, racy<=15000 ns
17:54:59.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.573455000, lastModified=2022-06-06 17:54:59.572415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.572415000 to 2022-06-06 17:54:59.573415000
17:54:59.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.573714000, lastModified=2022-06-06 17:54:59.573415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.573714000, lastModified=2022-06-06 17:54:59.573415000, delta=299000 ns, racy<=15000 ns
17:54:59.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.574033000, lastModified=2022-06-06 17:54:59.573415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.574033000, lastModified=2022-06-06 17:54:59.573415000, delta=618000 ns, racy<=15000 ns
17:54:59.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.574300000, lastModified=2022-06-06 17:54:59.573415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.574300000, lastModified=2022-06-06 17:54:59.573415000, delta=885000 ns, racy<=15000 ns
17:54:59.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.574558000, lastModified=2022-06-06 17:54:59.574415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.574558000, lastModified=2022-06-06 17:54:59.574415000, delta=143000 ns, racy<=15000 ns
17:54:59.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.574799000, lastModified=2022-06-06 17:54:59.574415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.574799000, lastModified=2022-06-06 17:54:59.574415000, delta=384000 ns, racy<=15000 ns
17:54:59.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.577 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.577388000, lastModified=2022-06-06 17:54:59.574415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.577 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.574415000 to 2022-06-06 17:54:59.576415000
17:54:59.577 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.577651000, lastModified=2022-06-06 17:54:59.577415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.577 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.577651000, lastModified=2022-06-06 17:54:59.577415000, delta=236000 ns, racy<=15000 ns
17:54:59.577 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.577 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.577894000, lastModified=2022-06-06 17:54:59.577415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.577894000, lastModified=2022-06-06 17:54:59.577415000, delta=479000 ns, racy<=15000 ns
17:54:59.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.578148000, lastModified=2022-06-06 17:54:59.577415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.578148000, lastModified=2022-06-06 17:54:59.577415000, delta=733000 ns, racy<=15000 ns
17:54:59.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.578385000, lastModified=2022-06-06 17:54:59.577415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.578385000, lastModified=2022-06-06 17:54:59.577415000, delta=970000 ns, racy<=15000 ns
17:54:59.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.578656000, lastModified=2022-06-06 17:54:59.578415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.578656000, lastModified=2022-06-06 17:54:59.578415000, delta=241000 ns, racy<=15000 ns
17:54:59.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.578899000, lastModified=2022-06-06 17:54:59.578415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.578899000, lastModified=2022-06-06 17:54:59.578415000, delta=484000 ns, racy<=15000 ns
17:54:59.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.579147000, lastModified=2022-06-06 17:54:59.578415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.579147000, lastModified=2022-06-06 17:54:59.578415000, delta=732000 ns, racy<=15000 ns
17:54:59.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.579381000, lastModified=2022-06-06 17:54:59.578415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.579381000, lastModified=2022-06-06 17:54:59.578415000, delta=966000 ns, racy<=15000 ns
17:54:59.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.579632000, lastModified=2022-06-06 17:54:59.579415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.579632000, lastModified=2022-06-06 17:54:59.579415000, delta=217000 ns, racy<=15000 ns
17:54:59.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.579870000, lastModified=2022-06-06 17:54:59.579415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.579870000, lastModified=2022-06-06 17:54:59.579415000, delta=455000 ns, racy<=15000 ns
17:54:59.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.580123000, lastModified=2022-06-06 17:54:59.579415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.580123000, lastModified=2022-06-06 17:54:59.579415000, delta=708000 ns, racy<=15000 ns
17:54:59.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.580369000, lastModified=2022-06-06 17:54:59.579415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.580369000, lastModified=2022-06-06 17:54:59.579415000, delta=954000 ns, racy<=15000 ns
17:54:59.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.580612000, lastModified=2022-06-06 17:54:59.580415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.580612000, lastModified=2022-06-06 17:54:59.580415000, delta=197000 ns, racy<=15000 ns
17:54:59.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.580848000, lastModified=2022-06-06 17:54:59.580415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.580848000, lastModified=2022-06-06 17:54:59.580415000, delta=433000 ns, racy<=15000 ns
17:54:59.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.581085000, lastModified=2022-06-06 17:54:59.580415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.581085000, lastModified=2022-06-06 17:54:59.580415000, delta=670000 ns, racy<=15000 ns
17:54:59.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.581333000, lastModified=2022-06-06 17:54:59.580415000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.581333000, lastModified=2022-06-06 17:54:59.580415000, delta=918000 ns, racy<=15000 ns
17:54:59.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.581601000, lastModified=2022-06-06 17:54:59.581416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.581601000, lastModified=2022-06-06 17:54:59.581416000, delta=185000 ns, racy<=15000 ns
17:54:59.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.581845000, lastModified=2022-06-06 17:54:59.581416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.581845000, lastModified=2022-06-06 17:54:59.581416000, delta=429000 ns, racy<=15000 ns
17:54:59.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.582077000, lastModified=2022-06-06 17:54:59.581416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.582077000, lastModified=2022-06-06 17:54:59.581416000, delta=661000 ns, racy<=15000 ns
17:54:59.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.582324000, lastModified=2022-06-06 17:54:59.581416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.582324000, lastModified=2022-06-06 17:54:59.581416000, delta=908000 ns, racy<=15000 ns
17:54:59.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.582565000, lastModified=2022-06-06 17:54:59.582416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.582565000, lastModified=2022-06-06 17:54:59.582416000, delta=149000 ns, racy<=15000 ns
17:54:59.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.582805000, lastModified=2022-06-06 17:54:59.582416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.582805000, lastModified=2022-06-06 17:54:59.582416000, delta=389000 ns, racy<=15000 ns
17:54:59.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.583040000, lastModified=2022-06-06 17:54:59.582416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.583040000, lastModified=2022-06-06 17:54:59.582416000, delta=624000 ns, racy<=15000 ns
17:54:59.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.583291000, lastModified=2022-06-06 17:54:59.582416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.583291000, lastModified=2022-06-06 17:54:59.582416000, delta=875000 ns, racy<=15000 ns
17:54:59.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.583532000, lastModified=2022-06-06 17:54:59.582416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.582416000 to 2022-06-06 17:54:59.583416000
17:54:59.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.583756000, lastModified=2022-06-06 17:54:59.583416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.583756000, lastModified=2022-06-06 17:54:59.583416000, delta=340000 ns, racy<=15000 ns
17:54:59.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.583991000, lastModified=2022-06-06 17:54:59.583416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.583991000, lastModified=2022-06-06 17:54:59.583416000, delta=575000 ns, racy<=15000 ns
17:54:59.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.584235000, lastModified=2022-06-06 17:54:59.583416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.584235000, lastModified=2022-06-06 17:54:59.583416000, delta=819000 ns, racy<=15000 ns
17:54:59.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.584471000, lastModified=2022-06-06 17:54:59.583416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.583416000 to 2022-06-06 17:54:59.584416000
17:54:59.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.584706000, lastModified=2022-06-06 17:54:59.584416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.584706000, lastModified=2022-06-06 17:54:59.584416000, delta=290000 ns, racy<=15000 ns
17:54:59.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.584947000, lastModified=2022-06-06 17:54:59.584416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.584947000, lastModified=2022-06-06 17:54:59.584416000, delta=531000 ns, racy<=15000 ns
17:54:59.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.585190000, lastModified=2022-06-06 17:54:59.584416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.585190000, lastModified=2022-06-06 17:54:59.584416000, delta=774000 ns, racy<=15000 ns
17:54:59.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.585417000, lastModified=2022-06-06 17:54:59.584416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.584416000 to 2022-06-06 17:54:59.585416000
17:54:59.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.585642000, lastModified=2022-06-06 17:54:59.585416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.585642000, lastModified=2022-06-06 17:54:59.585416000, delta=226000 ns, racy<=15000 ns
17:54:59.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.589150000, lastModified=2022-06-06 17:54:59.585416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.585416000 to 2022-06-06 17:54:59.588416000
17:54:59.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.589414000, lastModified=2022-06-06 17:54:59.588416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.588416000 to 2022-06-06 17:54:59.589416000
17:54:59.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.589670000, lastModified=2022-06-06 17:54:59.589416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.589670000, lastModified=2022-06-06 17:54:59.589416000, delta=254000 ns, racy<=15000 ns
17:54:59.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.589915000, lastModified=2022-06-06 17:54:59.589416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.590 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.589915000, lastModified=2022-06-06 17:54:59.589416000, delta=499000 ns, racy<=15000 ns
17:54:59.590 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.590 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.590161000, lastModified=2022-06-06 17:54:59.589416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.590 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.590161000, lastModified=2022-06-06 17:54:59.589416000, delta=745000 ns, racy<=15000 ns
17:54:59.590 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.590 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.590444000, lastModified=2022-06-06 17:54:59.589416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.590 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.589416000 to 2022-06-06 17:54:59.590416000
17:54:59.590 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.590678000, lastModified=2022-06-06 17:54:59.590416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.590 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.590678000, lastModified=2022-06-06 17:54:59.590416000, delta=262000 ns, racy<=15000 ns
17:54:59.590 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.590 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.590920000, lastModified=2022-06-06 17:54:59.590416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.591 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.590920000, lastModified=2022-06-06 17:54:59.590416000, delta=504000 ns, racy<=15000 ns
17:54:59.591 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.591 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.591235000, lastModified=2022-06-06 17:54:59.590416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.591 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.591235000, lastModified=2022-06-06 17:54:59.590416000, delta=819000 ns, racy<=15000 ns
17:54:59.591 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.591 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.591473000, lastModified=2022-06-06 17:54:59.590416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.591 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.590416000 to 2022-06-06 17:54:59.591416000
17:54:59.591 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.591708000, lastModified=2022-06-06 17:54:59.591416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.591 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.591708000, lastModified=2022-06-06 17:54:59.591416000, delta=292000 ns, racy<=15000 ns
17:54:59.591 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.591 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.591947000, lastModified=2022-06-06 17:54:59.591416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.591947000, lastModified=2022-06-06 17:54:59.591416000, delta=531000 ns, racy<=15000 ns
17:54:59.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.592190000, lastModified=2022-06-06 17:54:59.591416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.592190000, lastModified=2022-06-06 17:54:59.591416000, delta=774000 ns, racy<=15000 ns
17:54:59.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.592424000, lastModified=2022-06-06 17:54:59.591416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.591416000 to 2022-06-06 17:54:59.592416000
17:54:59.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.592659000, lastModified=2022-06-06 17:54:59.592416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.592659000, lastModified=2022-06-06 17:54:59.592416000, delta=243000 ns, racy<=15000 ns
17:54:59.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.592893000, lastModified=2022-06-06 17:54:59.592416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.592893000, lastModified=2022-06-06 17:54:59.592416000, delta=477000 ns, racy<=15000 ns
17:54:59.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.593138000, lastModified=2022-06-06 17:54:59.592416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.593138000, lastModified=2022-06-06 17:54:59.592416000, delta=722000 ns, racy<=15000 ns
17:54:59.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.593372000, lastModified=2022-06-06 17:54:59.592416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.593372000, lastModified=2022-06-06 17:54:59.592416000, delta=956000 ns, racy<=15000 ns
17:54:59.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.593641000, lastModified=2022-06-06 17:54:59.593416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.593641000, lastModified=2022-06-06 17:54:59.593416000, delta=225000 ns, racy<=15000 ns
17:54:59.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.593880000, lastModified=2022-06-06 17:54:59.593416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.593880000, lastModified=2022-06-06 17:54:59.593416000, delta=464000 ns, racy<=15000 ns
17:54:59.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.594128000, lastModified=2022-06-06 17:54:59.593416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.594128000, lastModified=2022-06-06 17:54:59.593416000, delta=712000 ns, racy<=15000 ns
17:54:59.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.594359000, lastModified=2022-06-06 17:54:59.593416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.594359000, lastModified=2022-06-06 17:54:59.593416000, delta=943000 ns, racy<=15000 ns
17:54:59.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.594600000, lastModified=2022-06-06 17:54:59.594416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.594600000, lastModified=2022-06-06 17:54:59.594416000, delta=184000 ns, racy<=15000 ns
17:54:59.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.594845000, lastModified=2022-06-06 17:54:59.594416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.594845000, lastModified=2022-06-06 17:54:59.594416000, delta=429000 ns, racy<=15000 ns
17:54:59.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.595076000, lastModified=2022-06-06 17:54:59.594416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.595076000, lastModified=2022-06-06 17:54:59.594416000, delta=660000 ns, racy<=15000 ns
17:54:59.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.595329000, lastModified=2022-06-06 17:54:59.594416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.595329000, lastModified=2022-06-06 17:54:59.594416000, delta=913000 ns, racy<=15000 ns
17:54:59.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.595570000, lastModified=2022-06-06 17:54:59.595416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.595570000, lastModified=2022-06-06 17:54:59.595416000, delta=154000 ns, racy<=15000 ns
17:54:59.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.595805000, lastModified=2022-06-06 17:54:59.595416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.595805000, lastModified=2022-06-06 17:54:59.595416000, delta=389000 ns, racy<=15000 ns
17:54:59.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.596041000, lastModified=2022-06-06 17:54:59.595416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.596041000, lastModified=2022-06-06 17:54:59.595416000, delta=625000 ns, racy<=15000 ns
17:54:59.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.596280000, lastModified=2022-06-06 17:54:59.595416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.596280000, lastModified=2022-06-06 17:54:59.595416000, delta=864000 ns, racy<=15000 ns
17:54:59.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.596528000, lastModified=2022-06-06 17:54:59.595416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.595416000 to 2022-06-06 17:54:59.596416000
17:54:59.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.596750000, lastModified=2022-06-06 17:54:59.596416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.596750000, lastModified=2022-06-06 17:54:59.596416000, delta=334000 ns, racy<=15000 ns
17:54:59.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.596983000, lastModified=2022-06-06 17:54:59.596416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.596983000, lastModified=2022-06-06 17:54:59.596416000, delta=567000 ns, racy<=15000 ns
17:54:59.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.597225000, lastModified=2022-06-06 17:54:59.596416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.597225000, lastModified=2022-06-06 17:54:59.596416000, delta=809000 ns, racy<=15000 ns
17:54:59.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.597459000, lastModified=2022-06-06 17:54:59.596416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.596416000 to 2022-06-06 17:54:59.597416000
17:54:59.600 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.600879000, lastModified=2022-06-06 17:54:59.597416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.597416000 to 2022-06-06 17:54:59.600416000
17:54:59.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.601122000, lastModified=2022-06-06 17:54:59.600416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.601122000, lastModified=2022-06-06 17:54:59.600416000, delta=706000 ns, racy<=15000 ns
17:54:59.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.601356000, lastModified=2022-06-06 17:54:59.600416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.601356000, lastModified=2022-06-06 17:54:59.600416000, delta=940000 ns, racy<=15000 ns
17:54:59.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.601629000, lastModified=2022-06-06 17:54:59.601416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.601629000, lastModified=2022-06-06 17:54:59.601416000, delta=213000 ns, racy<=15000 ns
17:54:59.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.601888000, lastModified=2022-06-06 17:54:59.601416000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.601888000, lastModified=2022-06-06 17:54:59.601416000, delta=472000 ns, racy<=15000 ns
17:54:59.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.648354000, lastModified=2022-06-06 17:54:59.647417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.648354000, lastModified=2022-06-06 17:54:59.647417000, delta=937000 ns, racy<=15000 ns
17:54:59.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.648647000, lastModified=2022-06-06 17:54:59.648417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.648647000, lastModified=2022-06-06 17:54:59.648417000, delta=230000 ns, racy<=15000 ns
17:54:59.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.648899000, lastModified=2022-06-06 17:54:59.648417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.648899000, lastModified=2022-06-06 17:54:59.648417000, delta=482000 ns, racy<=15000 ns
17:54:59.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.649152000, lastModified=2022-06-06 17:54:59.648417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.649152000, lastModified=2022-06-06 17:54:59.648417000, delta=735000 ns, racy<=15000 ns
17:54:59.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.649391000, lastModified=2022-06-06 17:54:59.648417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.649391000, lastModified=2022-06-06 17:54:59.648417000, delta=974000 ns, racy<=15000 ns
17:54:59.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.649664000, lastModified=2022-06-06 17:54:59.649417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.649664000, lastModified=2022-06-06 17:54:59.649417000, delta=247000 ns, racy<=15000 ns
17:54:59.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.649908000, lastModified=2022-06-06 17:54:59.649417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.649908000, lastModified=2022-06-06 17:54:59.649417000, delta=491000 ns, racy<=15000 ns
17:54:59.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.650156000, lastModified=2022-06-06 17:54:59.649417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.650156000, lastModified=2022-06-06 17:54:59.649417000, delta=739000 ns, racy<=15000 ns
17:54:59.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.650434000, lastModified=2022-06-06 17:54:59.649417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.649417000 to 2022-06-06 17:54:59.650417000
17:54:59.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.650666000, lastModified=2022-06-06 17:54:59.650417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.650666000, lastModified=2022-06-06 17:54:59.650417000, delta=249000 ns, racy<=15000 ns
17:54:59.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.650903000, lastModified=2022-06-06 17:54:59.650417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.650903000, lastModified=2022-06-06 17:54:59.650417000, delta=486000 ns, racy<=15000 ns
17:54:59.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.651148000, lastModified=2022-06-06 17:54:59.650417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.651148000, lastModified=2022-06-06 17:54:59.650417000, delta=731000 ns, racy<=15000 ns
17:54:59.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.651386000, lastModified=2022-06-06 17:54:59.650417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.651386000, lastModified=2022-06-06 17:54:59.650417000, delta=969000 ns, racy<=15000 ns
17:54:59.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.651648000, lastModified=2022-06-06 17:54:59.651417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.651648000, lastModified=2022-06-06 17:54:59.651417000, delta=231000 ns, racy<=15000 ns
17:54:59.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.651886000, lastModified=2022-06-06 17:54:59.651417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.651886000, lastModified=2022-06-06 17:54:59.651417000, delta=469000 ns, racy<=15000 ns
17:54:59.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.652127000, lastModified=2022-06-06 17:54:59.651417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.652127000, lastModified=2022-06-06 17:54:59.651417000, delta=710000 ns, racy<=15000 ns
17:54:59.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.652357000, lastModified=2022-06-06 17:54:59.651417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.652357000, lastModified=2022-06-06 17:54:59.651417000, delta=940000 ns, racy<=15000 ns
17:54:59.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.652599000, lastModified=2022-06-06 17:54:59.652417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.652599000, lastModified=2022-06-06 17:54:59.652417000, delta=182000 ns, racy<=15000 ns
17:54:59.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.652835000, lastModified=2022-06-06 17:54:59.652417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.652835000, lastModified=2022-06-06 17:54:59.652417000, delta=418000 ns, racy<=15000 ns
17:54:59.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.653071000, lastModified=2022-06-06 17:54:59.652417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.653071000, lastModified=2022-06-06 17:54:59.652417000, delta=654000 ns, racy<=15000 ns
17:54:59.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.653311000, lastModified=2022-06-06 17:54:59.652417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.653311000, lastModified=2022-06-06 17:54:59.652417000, delta=894000 ns, racy<=15000 ns
17:54:59.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.653554000, lastModified=2022-06-06 17:54:59.653417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.653554000, lastModified=2022-06-06 17:54:59.653417000, delta=137000 ns, racy<=15000 ns
17:54:59.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.653791000, lastModified=2022-06-06 17:54:59.653417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.653791000, lastModified=2022-06-06 17:54:59.653417000, delta=374000 ns, racy<=15000 ns
17:54:59.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.654032000, lastModified=2022-06-06 17:54:59.653417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.654032000, lastModified=2022-06-06 17:54:59.653417000, delta=615000 ns, racy<=15000 ns
17:54:59.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.654281000, lastModified=2022-06-06 17:54:59.653417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.654281000, lastModified=2022-06-06 17:54:59.653417000, delta=864000 ns, racy<=15000 ns
17:54:59.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.654523000, lastModified=2022-06-06 17:54:59.653417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.653417000 to 2022-06-06 17:54:59.654417000
17:54:59.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.654752000, lastModified=2022-06-06 17:54:59.654417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.654752000, lastModified=2022-06-06 17:54:59.654417000, delta=335000 ns, racy<=15000 ns
17:54:59.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.654986000, lastModified=2022-06-06 17:54:59.654417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.654986000, lastModified=2022-06-06 17:54:59.654417000, delta=569000 ns, racy<=15000 ns
17:54:59.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.655235000, lastModified=2022-06-06 17:54:59.654417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.655235000, lastModified=2022-06-06 17:54:59.654417000, delta=818000 ns, racy<=15000 ns
17:54:59.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.655460000, lastModified=2022-06-06 17:54:59.654417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.654417000 to 2022-06-06 17:54:59.655417000
17:54:59.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.659762000, lastModified=2022-06-06 17:54:59.655417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.655417000 to 2022-06-06 17:54:59.659417000
17:54:59.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.660007000, lastModified=2022-06-06 17:54:59.659417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.660007000, lastModified=2022-06-06 17:54:59.659417000, delta=590000 ns, racy<=15000 ns
17:54:59.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.660267000, lastModified=2022-06-06 17:54:59.659417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.660267000, lastModified=2022-06-06 17:54:59.659417000, delta=850000 ns, racy<=15000 ns
17:54:59.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.660512000, lastModified=2022-06-06 17:54:59.659417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.659417000 to 2022-06-06 17:54:59.660417000
17:54:59.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.660736000, lastModified=2022-06-06 17:54:59.660417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.660736000, lastModified=2022-06-06 17:54:59.660417000, delta=319000 ns, racy<=15000 ns
17:54:59.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.660995000, lastModified=2022-06-06 17:54:59.660417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.660995000, lastModified=2022-06-06 17:54:59.660417000, delta=578000 ns, racy<=15000 ns
17:54:59.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.661293000, lastModified=2022-06-06 17:54:59.660417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.661293000, lastModified=2022-06-06 17:54:59.660417000, delta=876000 ns, racy<=15000 ns
17:54:59.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.661548000, lastModified=2022-06-06 17:54:59.661417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.661548000, lastModified=2022-06-06 17:54:59.661417000, delta=131000 ns, racy<=15000 ns
17:54:59.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.661809000, lastModified=2022-06-06 17:54:59.661417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.661809000, lastModified=2022-06-06 17:54:59.661417000, delta=392000 ns, racy<=15000 ns
17:54:59.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.662055000, lastModified=2022-06-06 17:54:59.661417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.662055000, lastModified=2022-06-06 17:54:59.661417000, delta=638000 ns, racy<=15000 ns
17:54:59.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.662321000, lastModified=2022-06-06 17:54:59.661417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.662321000, lastModified=2022-06-06 17:54:59.661417000, delta=904000 ns, racy<=15000 ns
17:54:59.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.662575000, lastModified=2022-06-06 17:54:59.662417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.662575000, lastModified=2022-06-06 17:54:59.662417000, delta=158000 ns, racy<=15000 ns
17:54:59.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.662841000, lastModified=2022-06-06 17:54:59.662417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.662 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.662841000, lastModified=2022-06-06 17:54:59.662417000, delta=424000 ns, racy<=15000 ns
17:54:59.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.663102000, lastModified=2022-06-06 17:54:59.662417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.663102000, lastModified=2022-06-06 17:54:59.662417000, delta=685000 ns, racy<=15000 ns
17:54:59.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.663377000, lastModified=2022-06-06 17:54:59.662417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.663377000, lastModified=2022-06-06 17:54:59.662417000, delta=960000 ns, racy<=15000 ns
17:54:59.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.663636000, lastModified=2022-06-06 17:54:59.663417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.663636000, lastModified=2022-06-06 17:54:59.663417000, delta=219000 ns, racy<=15000 ns
17:54:59.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.663 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.663889000, lastModified=2022-06-06 17:54:59.663417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.663889000, lastModified=2022-06-06 17:54:59.663417000, delta=472000 ns, racy<=15000 ns
17:54:59.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.664146000, lastModified=2022-06-06 17:54:59.663417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.664146000, lastModified=2022-06-06 17:54:59.663417000, delta=729000 ns, racy<=15000 ns
17:54:59.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.664394000, lastModified=2022-06-06 17:54:59.663417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.664394000, lastModified=2022-06-06 17:54:59.663417000, delta=977000 ns, racy<=15000 ns
17:54:59.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.664652000, lastModified=2022-06-06 17:54:59.664417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.664652000, lastModified=2022-06-06 17:54:59.664417000, delta=235000 ns, racy<=15000 ns
17:54:59.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.664905000, lastModified=2022-06-06 17:54:59.664417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.664905000, lastModified=2022-06-06 17:54:59.664417000, delta=488000 ns, racy<=15000 ns
17:54:59.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.665161000, lastModified=2022-06-06 17:54:59.664417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.665161000, lastModified=2022-06-06 17:54:59.664417000, delta=744000 ns, racy<=15000 ns
17:54:59.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.665407000, lastModified=2022-06-06 17:54:59.664417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.664417000 to 2022-06-06 17:54:59.665417000
17:54:59.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.665697000, lastModified=2022-06-06 17:54:59.665417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.665697000, lastModified=2022-06-06 17:54:59.665417000, delta=280000 ns, racy<=15000 ns
17:54:59.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.665951000, lastModified=2022-06-06 17:54:59.665417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.665951000, lastModified=2022-06-06 17:54:59.665417000, delta=534000 ns, racy<=15000 ns
17:54:59.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.666213000, lastModified=2022-06-06 17:54:59.665417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.666213000, lastModified=2022-06-06 17:54:59.665417000, delta=796000 ns, racy<=15000 ns
17:54:59.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.666463000, lastModified=2022-06-06 17:54:59.665417000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.665417000 to 2022-06-06 17:54:59.666418000
17:54:59.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.666711000, lastModified=2022-06-06 17:54:59.666418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.666711000, lastModified=2022-06-06 17:54:59.666418000, delta=293000 ns, racy<=15000 ns
17:54:59.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.666966000, lastModified=2022-06-06 17:54:59.666418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.666966000, lastModified=2022-06-06 17:54:59.666418000, delta=548000 ns, racy<=15000 ns
17:54:59.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.667223000, lastModified=2022-06-06 17:54:59.666418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.667223000, lastModified=2022-06-06 17:54:59.666418000, delta=805000 ns, racy<=15000 ns
17:54:59.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.667473000, lastModified=2022-06-06 17:54:59.666418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.666418000 to 2022-06-06 17:54:59.670418000
17:54:59.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.671044000, lastModified=2022-06-06 17:54:59.670418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.671044000, lastModified=2022-06-06 17:54:59.670418000, delta=626000 ns, racy<=15000 ns
17:54:59.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.671384000, lastModified=2022-06-06 17:54:59.670418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.671384000, lastModified=2022-06-06 17:54:59.670418000, delta=966000 ns, racy<=15000 ns
17:54:59.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.671767000, lastModified=2022-06-06 17:54:59.671418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.671767000, lastModified=2022-06-06 17:54:59.671418000, delta=349000 ns, racy<=15000 ns
17:54:59.671 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.672025000, lastModified=2022-06-06 17:54:59.671418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.672025000, lastModified=2022-06-06 17:54:59.671418000, delta=607000 ns, racy<=15000 ns
17:54:59.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.677875000, lastModified=2022-06-06 17:54:59.671418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.671418000 to 2022-06-06 17:54:59.677418000
17:54:59.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.678153000, lastModified=2022-06-06 17:54:59.677418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.678153000, lastModified=2022-06-06 17:54:59.677418000, delta=735000 ns, racy<=15000 ns
17:54:59.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.678413000, lastModified=2022-06-06 17:54:59.677418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.677418000 to 2022-06-06 17:54:59.678418000
17:54:59.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.678658000, lastModified=2022-06-06 17:54:59.678418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.678658000, lastModified=2022-06-06 17:54:59.678418000, delta=240000 ns, racy<=15000 ns
17:54:59.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.678926000, lastModified=2022-06-06 17:54:59.678418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.678926000, lastModified=2022-06-06 17:54:59.678418000, delta=508000 ns, racy<=15000 ns
17:54:59.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.679214000, lastModified=2022-06-06 17:54:59.678418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.679214000, lastModified=2022-06-06 17:54:59.678418000, delta=796000 ns, racy<=15000 ns
17:54:59.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.679466000, lastModified=2022-06-06 17:54:59.678418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.678418000 to 2022-06-06 17:54:59.679418000
17:54:59.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.679705000, lastModified=2022-06-06 17:54:59.679418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.679705000, lastModified=2022-06-06 17:54:59.679418000, delta=287000 ns, racy<=15000 ns
17:54:59.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.679952000, lastModified=2022-06-06 17:54:59.679418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.679952000, lastModified=2022-06-06 17:54:59.679418000, delta=534000 ns, racy<=15000 ns
17:54:59.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.680210000, lastModified=2022-06-06 17:54:59.679418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.680210000, lastModified=2022-06-06 17:54:59.679418000, delta=792000 ns, racy<=15000 ns
17:54:59.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.680457000, lastModified=2022-06-06 17:54:59.679418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.679418000 to 2022-06-06 17:54:59.680418000
17:54:59.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.680730000, lastModified=2022-06-06 17:54:59.680418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.680730000, lastModified=2022-06-06 17:54:59.680418000, delta=312000 ns, racy<=15000 ns
17:54:59.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.680984000, lastModified=2022-06-06 17:54:59.680418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.680984000, lastModified=2022-06-06 17:54:59.680418000, delta=566000 ns, racy<=15000 ns
17:54:59.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.681243000, lastModified=2022-06-06 17:54:59.680418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.681243000, lastModified=2022-06-06 17:54:59.680418000, delta=825000 ns, racy<=15000 ns
17:54:59.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.681494000, lastModified=2022-06-06 17:54:59.680418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.680418000 to 2022-06-06 17:54:59.681418000
17:54:59.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.681787000, lastModified=2022-06-06 17:54:59.681418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.681787000, lastModified=2022-06-06 17:54:59.681418000, delta=369000 ns, racy<=15000 ns
17:54:59.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.682114000, lastModified=2022-06-06 17:54:59.681418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.682114000, lastModified=2022-06-06 17:54:59.681418000, delta=696000 ns, racy<=15000 ns
17:54:59.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.682384000, lastModified=2022-06-06 17:54:59.681418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.682384000, lastModified=2022-06-06 17:54:59.681418000, delta=966000 ns, racy<=15000 ns
17:54:59.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.682645000, lastModified=2022-06-06 17:54:59.682418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.682645000, lastModified=2022-06-06 17:54:59.682418000, delta=227000 ns, racy<=15000 ns
17:54:59.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.682903000, lastModified=2022-06-06 17:54:59.682418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.682903000, lastModified=2022-06-06 17:54:59.682418000, delta=485000 ns, racy<=15000 ns
17:54:59.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.683162000, lastModified=2022-06-06 17:54:59.682418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.683162000, lastModified=2022-06-06 17:54:59.682418000, delta=744000 ns, racy<=15000 ns
17:54:59.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.683405000, lastModified=2022-06-06 17:54:59.682418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.683405000, lastModified=2022-06-06 17:54:59.682418000, delta=987000 ns, racy<=15000 ns
17:54:59.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.683665000, lastModified=2022-06-06 17:54:59.683418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.683665000, lastModified=2022-06-06 17:54:59.683418000, delta=247000 ns, racy<=15000 ns
17:54:59.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.683914000, lastModified=2022-06-06 17:54:59.683418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.683914000, lastModified=2022-06-06 17:54:59.683418000, delta=496000 ns, racy<=15000 ns
17:54:59.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.684172000, lastModified=2022-06-06 17:54:59.683418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.684172000, lastModified=2022-06-06 17:54:59.683418000, delta=754000 ns, racy<=15000 ns
17:54:59.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.684422000, lastModified=2022-06-06 17:54:59.683418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.683418000 to 2022-06-06 17:54:59.684418000
17:54:59.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.684662000, lastModified=2022-06-06 17:54:59.684418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.684662000, lastModified=2022-06-06 17:54:59.684418000, delta=244000 ns, racy<=15000 ns
17:54:59.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.684911000, lastModified=2022-06-06 17:54:59.684418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.684911000, lastModified=2022-06-06 17:54:59.684418000, delta=493000 ns, racy<=15000 ns
17:54:59.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.685169000, lastModified=2022-06-06 17:54:59.684418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.685169000, lastModified=2022-06-06 17:54:59.684418000, delta=751000 ns, racy<=15000 ns
17:54:59.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.685418000, lastModified=2022-06-06 17:54:59.684418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.684418000 to 2022-06-06 17:54:59.685418000
17:54:59.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.685675000, lastModified=2022-06-06 17:54:59.685418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.685675000, lastModified=2022-06-06 17:54:59.685418000, delta=257000 ns, racy<=15000 ns
17:54:59.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.685927000, lastModified=2022-06-06 17:54:59.685418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.685927000, lastModified=2022-06-06 17:54:59.685418000, delta=509000 ns, racy<=15000 ns
17:54:59.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.686187000, lastModified=2022-06-06 17:54:59.685418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.686187000, lastModified=2022-06-06 17:54:59.685418000, delta=769000 ns, racy<=15000 ns
17:54:59.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.686433000, lastModified=2022-06-06 17:54:59.685418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.685418000 to 2022-06-06 17:54:59.686418000
17:54:59.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.686694000, lastModified=2022-06-06 17:54:59.686418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.686694000, lastModified=2022-06-06 17:54:59.686418000, delta=276000 ns, racy<=15000 ns
17:54:59.686 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.689209000, lastModified=2022-06-06 17:54:59.686418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.686418000 to 2022-06-06 17:54:59.688418000
17:54:59.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.689521000, lastModified=2022-06-06 17:54:59.688418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.688418000 to 2022-06-06 17:54:59.689418000
17:54:59.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.689763000, lastModified=2022-06-06 17:54:59.689418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.689763000, lastModified=2022-06-06 17:54:59.689418000, delta=345000 ns, racy<=15000 ns
17:54:59.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.690012000, lastModified=2022-06-06 17:54:59.689418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.690012000, lastModified=2022-06-06 17:54:59.689418000, delta=594000 ns, racy<=15000 ns
17:54:59.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.690274000, lastModified=2022-06-06 17:54:59.689418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.690274000, lastModified=2022-06-06 17:54:59.689418000, delta=856000 ns, racy<=15000 ns
17:54:59.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.690535000, lastModified=2022-06-06 17:54:59.689418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.689418000 to 2022-06-06 17:54:59.690418000
17:54:59.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.690773000, lastModified=2022-06-06 17:54:59.690418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.690773000, lastModified=2022-06-06 17:54:59.690418000, delta=355000 ns, racy<=15000 ns
17:54:59.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.691054000, lastModified=2022-06-06 17:54:59.690418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.691054000, lastModified=2022-06-06 17:54:59.690418000, delta=636000 ns, racy<=15000 ns
17:54:59.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.691334000, lastModified=2022-06-06 17:54:59.690418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.691334000, lastModified=2022-06-06 17:54:59.690418000, delta=916000 ns, racy<=15000 ns
17:54:59.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.691652000, lastModified=2022-06-06 17:54:59.691418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.691652000, lastModified=2022-06-06 17:54:59.691418000, delta=234000 ns, racy<=15000 ns
17:54:59.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.691906000, lastModified=2022-06-06 17:54:59.691418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.692 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.691906000, lastModified=2022-06-06 17:54:59.691418000, delta=488000 ns, racy<=15000 ns
17:54:59.692 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.692 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.692160000, lastModified=2022-06-06 17:54:59.691418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.692 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.692160000, lastModified=2022-06-06 17:54:59.691418000, delta=742000 ns, racy<=15000 ns
17:54:59.692 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.692 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.692407000, lastModified=2022-06-06 17:54:59.691418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.692 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.691418000 to 2022-06-06 17:54:59.692418000
17:54:59.692 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.692653000, lastModified=2022-06-06 17:54:59.692418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.692 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.692653000, lastModified=2022-06-06 17:54:59.692418000, delta=235000 ns, racy<=15000 ns
17:54:59.692 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.692 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.692904000, lastModified=2022-06-06 17:54:59.692418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.693 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.692904000, lastModified=2022-06-06 17:54:59.692418000, delta=486000 ns, racy<=15000 ns
17:54:59.693 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.693 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.693162000, lastModified=2022-06-06 17:54:59.692418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.693 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.693162000, lastModified=2022-06-06 17:54:59.692418000, delta=744000 ns, racy<=15000 ns
17:54:59.693 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.693 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.693409000, lastModified=2022-06-06 17:54:59.692418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.693 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.692418000 to 2022-06-06 17:54:59.693418000
17:54:59.693 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.693646000, lastModified=2022-06-06 17:54:59.693418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.693 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.693646000, lastModified=2022-06-06 17:54:59.693418000, delta=228000 ns, racy<=15000 ns
17:54:59.693 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.693 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.693894000, lastModified=2022-06-06 17:54:59.693418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.693894000, lastModified=2022-06-06 17:54:59.693418000, delta=476000 ns, racy<=15000 ns
17:54:59.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.694196000, lastModified=2022-06-06 17:54:59.693418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.694196000, lastModified=2022-06-06 17:54:59.693418000, delta=778000 ns, racy<=15000 ns
17:54:59.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.694470000, lastModified=2022-06-06 17:54:59.693418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.693418000 to 2022-06-06 17:54:59.694418000
17:54:59.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.694732000, lastModified=2022-06-06 17:54:59.694418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.694732000, lastModified=2022-06-06 17:54:59.694418000, delta=314000 ns, racy<=15000 ns
17:54:59.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.694982000, lastModified=2022-06-06 17:54:59.694418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.694982000, lastModified=2022-06-06 17:54:59.694418000, delta=564000 ns, racy<=15000 ns
17:54:59.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.695239000, lastModified=2022-06-06 17:54:59.694418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.695239000, lastModified=2022-06-06 17:54:59.694418000, delta=821000 ns, racy<=15000 ns
17:54:59.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.695487000, lastModified=2022-06-06 17:54:59.694418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.694418000 to 2022-06-06 17:54:59.695418000
17:54:59.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.695730000, lastModified=2022-06-06 17:54:59.695418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.695730000, lastModified=2022-06-06 17:54:59.695418000, delta=312000 ns, racy<=15000 ns
17:54:59.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.695985000, lastModified=2022-06-06 17:54:59.695418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.695985000, lastModified=2022-06-06 17:54:59.695418000, delta=567000 ns, racy<=15000 ns
17:54:59.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.696236000, lastModified=2022-06-06 17:54:59.695418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.696236000, lastModified=2022-06-06 17:54:59.695418000, delta=818000 ns, racy<=15000 ns
17:54:59.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.696522000, lastModified=2022-06-06 17:54:59.695418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.695418000 to 2022-06-06 17:54:59.696418000
17:54:59.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.696795000, lastModified=2022-06-06 17:54:59.696418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.696795000, lastModified=2022-06-06 17:54:59.696418000, delta=377000 ns, racy<=15000 ns
17:54:59.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.697053000, lastModified=2022-06-06 17:54:59.696418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.697053000, lastModified=2022-06-06 17:54:59.696418000, delta=635000 ns, racy<=15000 ns
17:54:59.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.697323000, lastModified=2022-06-06 17:54:59.696418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.697323000, lastModified=2022-06-06 17:54:59.696418000, delta=905000 ns, racy<=15000 ns
17:54:59.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.697578000, lastModified=2022-06-06 17:54:59.697418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.697578000, lastModified=2022-06-06 17:54:59.697418000, delta=160000 ns, racy<=15000 ns
17:54:59.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.697830000, lastModified=2022-06-06 17:54:59.697418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.697830000, lastModified=2022-06-06 17:54:59.697418000, delta=412000 ns, racy<=15000 ns
17:54:59.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.698079000, lastModified=2022-06-06 17:54:59.697418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.698079000, lastModified=2022-06-06 17:54:59.697418000, delta=661000 ns, racy<=15000 ns
17:54:59.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.701477000, lastModified=2022-06-06 17:54:59.697418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.697418000 to 2022-06-06 17:54:59.701418000
17:54:59.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.701805000, lastModified=2022-06-06 17:54:59.701418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.701805000, lastModified=2022-06-06 17:54:59.701418000, delta=387000 ns, racy<=15000 ns
17:54:59.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.702057000, lastModified=2022-06-06 17:54:59.701418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.702057000, lastModified=2022-06-06 17:54:59.701418000, delta=639000 ns, racy<=15000 ns
17:54:59.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.702314000, lastModified=2022-06-06 17:54:59.701418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.702314000, lastModified=2022-06-06 17:54:59.701418000, delta=896000 ns, racy<=15000 ns
17:54:59.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.702573000, lastModified=2022-06-06 17:54:59.702418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.702573000, lastModified=2022-06-06 17:54:59.702418000, delta=155000 ns, racy<=15000 ns
17:54:59.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.702829000, lastModified=2022-06-06 17:54:59.702418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.702829000, lastModified=2022-06-06 17:54:59.702418000, delta=411000 ns, racy<=15000 ns
17:54:59.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.703 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.703079000, lastModified=2022-06-06 17:54:59.702418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.703 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.703079000, lastModified=2022-06-06 17:54:59.702418000, delta=661000 ns, racy<=15000 ns
17:54:59.703 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.703 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.703386000, lastModified=2022-06-06 17:54:59.702418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.703 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.703386000, lastModified=2022-06-06 17:54:59.702418000, delta=968000 ns, racy<=15000 ns
17:54:59.703 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.703 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.703649000, lastModified=2022-06-06 17:54:59.703418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.703 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.703649000, lastModified=2022-06-06 17:54:59.703418000, delta=231000 ns, racy<=15000 ns
17:54:59.703 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.703 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.703901000, lastModified=2022-06-06 17:54:59.703418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.703901000, lastModified=2022-06-06 17:54:59.703418000, delta=483000 ns, racy<=15000 ns
17:54:59.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.704158000, lastModified=2022-06-06 17:54:59.703418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.704158000, lastModified=2022-06-06 17:54:59.703418000, delta=740000 ns, racy<=15000 ns
17:54:59.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.704406000, lastModified=2022-06-06 17:54:59.703418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.704406000, lastModified=2022-06-06 17:54:59.703418000, delta=988000 ns, racy<=15000 ns
17:54:59.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.704690000, lastModified=2022-06-06 17:54:59.704418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.704690000, lastModified=2022-06-06 17:54:59.704418000, delta=272000 ns, racy<=15000 ns
17:54:59.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.704942000, lastModified=2022-06-06 17:54:59.704418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.704942000, lastModified=2022-06-06 17:54:59.704418000, delta=524000 ns, racy<=15000 ns
17:54:59.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.705201000, lastModified=2022-06-06 17:54:59.704418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.705201000, lastModified=2022-06-06 17:54:59.704418000, delta=783000 ns, racy<=15000 ns
17:54:59.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.705447000, lastModified=2022-06-06 17:54:59.704418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.704418000 to 2022-06-06 17:54:59.705418000
17:54:59.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.705696000, lastModified=2022-06-06 17:54:59.705418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.705696000, lastModified=2022-06-06 17:54:59.705418000, delta=278000 ns, racy<=15000 ns
17:54:59.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.705928000, lastModified=2022-06-06 17:54:59.705418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.705928000, lastModified=2022-06-06 17:54:59.705418000, delta=510000 ns, racy<=15000 ns
17:54:59.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.706168000, lastModified=2022-06-06 17:54:59.705418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.706168000, lastModified=2022-06-06 17:54:59.705418000, delta=750000 ns, racy<=15000 ns
17:54:59.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.706401000, lastModified=2022-06-06 17:54:59.705418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.706401000, lastModified=2022-06-06 17:54:59.705418000, delta=983000 ns, racy<=15000 ns
17:54:59.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.706714000, lastModified=2022-06-06 17:54:59.706418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.706714000, lastModified=2022-06-06 17:54:59.706418000, delta=296000 ns, racy<=15000 ns
17:54:59.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.706968000, lastModified=2022-06-06 17:54:59.706418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.706968000, lastModified=2022-06-06 17:54:59.706418000, delta=550000 ns, racy<=15000 ns
17:54:59.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.707235000, lastModified=2022-06-06 17:54:59.706418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.707235000, lastModified=2022-06-06 17:54:59.706418000, delta=817000 ns, racy<=15000 ns
17:54:59.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.707485000, lastModified=2022-06-06 17:54:59.706418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.706418000 to 2022-06-06 17:54:59.707418000
17:54:59.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.707728000, lastModified=2022-06-06 17:54:59.707418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.707728000, lastModified=2022-06-06 17:54:59.707418000, delta=310000 ns, racy<=15000 ns
17:54:59.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.707980000, lastModified=2022-06-06 17:54:59.707418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.707980000, lastModified=2022-06-06 17:54:59.707418000, delta=562000 ns, racy<=15000 ns
17:54:59.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.708239000, lastModified=2022-06-06 17:54:59.707418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.708239000, lastModified=2022-06-06 17:54:59.707418000, delta=821000 ns, racy<=15000 ns
17:54:59.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.708483000, lastModified=2022-06-06 17:54:59.707418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.707418000 to 2022-06-06 17:54:59.708418000
17:54:59.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.708763000, lastModified=2022-06-06 17:54:59.708418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.708763000, lastModified=2022-06-06 17:54:59.708418000, delta=345000 ns, racy<=15000 ns
17:54:59.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.709011000, lastModified=2022-06-06 17:54:59.708418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.709011000, lastModified=2022-06-06 17:54:59.708418000, delta=593000 ns, racy<=15000 ns
17:54:59.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.709269000, lastModified=2022-06-06 17:54:59.708418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.709269000, lastModified=2022-06-06 17:54:59.708418000, delta=851000 ns, racy<=15000 ns
17:54:59.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.709533000, lastModified=2022-06-06 17:54:59.708418000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.708418000 to 2022-06-06 17:54:59.709419000
17:54:59.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.709751000, lastModified=2022-06-06 17:54:59.709419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.709751000, lastModified=2022-06-06 17:54:59.709419000, delta=332000 ns, racy<=15000 ns
17:54:59.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.709977000, lastModified=2022-06-06 17:54:59.709419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.709977000, lastModified=2022-06-06 17:54:59.709419000, delta=558000 ns, racy<=15000 ns
17:54:59.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.710217000, lastModified=2022-06-06 17:54:59.709419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.710217000, lastModified=2022-06-06 17:54:59.709419000, delta=798000 ns, racy<=15000 ns
17:54:59.710 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.713771000, lastModified=2022-06-06 17:54:59.709419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.709419000 to 2022-06-06 17:54:59.713419000
17:54:59.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.714018000, lastModified=2022-06-06 17:54:59.713419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.714018000, lastModified=2022-06-06 17:54:59.713419000, delta=599000 ns, racy<=15000 ns
17:54:59.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.748268000, lastModified=2022-06-06 17:54:59.747419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.748268000, lastModified=2022-06-06 17:54:59.747419000, delta=849000 ns, racy<=15000 ns
17:54:59.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.748565000, lastModified=2022-06-06 17:54:59.748419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.748565000, lastModified=2022-06-06 17:54:59.748419000, delta=146000 ns, racy<=15000 ns
17:54:59.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.748838000, lastModified=2022-06-06 17:54:59.748419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.748838000, lastModified=2022-06-06 17:54:59.748419000, delta=419000 ns, racy<=15000 ns
17:54:59.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.749099000, lastModified=2022-06-06 17:54:59.748419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.749099000, lastModified=2022-06-06 17:54:59.748419000, delta=680000 ns, racy<=15000 ns
17:54:59.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.749347000, lastModified=2022-06-06 17:54:59.748419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.749347000, lastModified=2022-06-06 17:54:59.748419000, delta=928000 ns, racy<=15000 ns
17:54:59.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.749595000, lastModified=2022-06-06 17:54:59.749419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.749595000, lastModified=2022-06-06 17:54:59.749419000, delta=176000 ns, racy<=15000 ns
17:54:59.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.749832000, lastModified=2022-06-06 17:54:59.749419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.749832000, lastModified=2022-06-06 17:54:59.749419000, delta=413000 ns, racy<=15000 ns
17:54:59.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.750064000, lastModified=2022-06-06 17:54:59.749419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.750064000, lastModified=2022-06-06 17:54:59.749419000, delta=645000 ns, racy<=15000 ns
17:54:59.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.750306000, lastModified=2022-06-06 17:54:59.749419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.750306000, lastModified=2022-06-06 17:54:59.749419000, delta=887000 ns, racy<=15000 ns
17:54:59.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.750549000, lastModified=2022-06-06 17:54:59.750419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.750549000, lastModified=2022-06-06 17:54:59.750419000, delta=130000 ns, racy<=15000 ns
17:54:59.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.750788000, lastModified=2022-06-06 17:54:59.750419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.750788000, lastModified=2022-06-06 17:54:59.750419000, delta=369000 ns, racy<=15000 ns
17:54:59.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.751019000, lastModified=2022-06-06 17:54:59.750419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.751019000, lastModified=2022-06-06 17:54:59.750419000, delta=600000 ns, racy<=15000 ns
17:54:59.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.751269000, lastModified=2022-06-06 17:54:59.750419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.751269000, lastModified=2022-06-06 17:54:59.750419000, delta=850000 ns, racy<=15000 ns
17:54:59.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.751506000, lastModified=2022-06-06 17:54:59.750419000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.750419000 to 2022-06-06 17:54:59.751420000
17:54:59.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.751750000, lastModified=2022-06-06 17:54:59.751420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.751750000, lastModified=2022-06-06 17:54:59.751420000, delta=330000 ns, racy<=15000 ns
17:54:59.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.751986000, lastModified=2022-06-06 17:54:59.751420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.751986000, lastModified=2022-06-06 17:54:59.751420000, delta=566000 ns, racy<=15000 ns
17:54:59.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.752230000, lastModified=2022-06-06 17:54:59.751420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.752230000, lastModified=2022-06-06 17:54:59.751420000, delta=810000 ns, racy<=15000 ns
17:54:59.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.752464000, lastModified=2022-06-06 17:54:59.751420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.751420000 to 2022-06-06 17:54:59.752420000
17:54:59.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.752693000, lastModified=2022-06-06 17:54:59.752420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.752693000, lastModified=2022-06-06 17:54:59.752420000, delta=273000 ns, racy<=15000 ns
17:54:59.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.752926000, lastModified=2022-06-06 17:54:59.752420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.752926000, lastModified=2022-06-06 17:54:59.752420000, delta=506000 ns, racy<=15000 ns
17:54:59.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.753171000, lastModified=2022-06-06 17:54:59.752420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.753171000, lastModified=2022-06-06 17:54:59.752420000, delta=751000 ns, racy<=15000 ns
17:54:59.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.753409000, lastModified=2022-06-06 17:54:59.752420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.753409000, lastModified=2022-06-06 17:54:59.752420000, delta=989000 ns, racy<=15000 ns
17:54:59.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.753652000, lastModified=2022-06-06 17:54:59.753420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.753652000, lastModified=2022-06-06 17:54:59.753420000, delta=232000 ns, racy<=15000 ns
17:54:59.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.753885000, lastModified=2022-06-06 17:54:59.753420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.753885000, lastModified=2022-06-06 17:54:59.753420000, delta=465000 ns, racy<=15000 ns
17:54:59.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.754129000, lastModified=2022-06-06 17:54:59.753420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.754129000, lastModified=2022-06-06 17:54:59.753420000, delta=709000 ns, racy<=15000 ns
17:54:59.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.754358000, lastModified=2022-06-06 17:54:59.753420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.754358000, lastModified=2022-06-06 17:54:59.753420000, delta=938000 ns, racy<=15000 ns
17:54:59.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.754602000, lastModified=2022-06-06 17:54:59.754420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.754602000, lastModified=2022-06-06 17:54:59.754420000, delta=182000 ns, racy<=15000 ns
17:54:59.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.754871000, lastModified=2022-06-06 17:54:59.754420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.754871000, lastModified=2022-06-06 17:54:59.754420000, delta=451000 ns, racy<=15000 ns
17:54:59.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.755132000, lastModified=2022-06-06 17:54:59.754420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.755132000, lastModified=2022-06-06 17:54:59.754420000, delta=712000 ns, racy<=15000 ns
17:54:59.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.755381000, lastModified=2022-06-06 17:54:59.754420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.755381000, lastModified=2022-06-06 17:54:59.754420000, delta=961000 ns, racy<=15000 ns
17:54:59.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.755639000, lastModified=2022-06-06 17:54:59.755420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.755639000, lastModified=2022-06-06 17:54:59.755420000, delta=219000 ns, racy<=15000 ns
17:54:59.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.755908000, lastModified=2022-06-06 17:54:59.755420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.755908000, lastModified=2022-06-06 17:54:59.755420000, delta=488000 ns, racy<=15000 ns
17:54:59.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.756172000, lastModified=2022-06-06 17:54:59.755420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.756172000, lastModified=2022-06-06 17:54:59.755420000, delta=752000 ns, racy<=15000 ns
17:54:59.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.760836000, lastModified=2022-06-06 17:54:59.755420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.755420000 to 2022-06-06 17:54:59.760420000
17:54:59.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.761106000, lastModified=2022-06-06 17:54:59.760420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.761106000, lastModified=2022-06-06 17:54:59.760420000, delta=686000 ns, racy<=15000 ns
17:54:59.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.761363000, lastModified=2022-06-06 17:54:59.760420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.761363000, lastModified=2022-06-06 17:54:59.760420000, delta=943000 ns, racy<=15000 ns
17:54:59.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.761635000, lastModified=2022-06-06 17:54:59.761420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.761635000, lastModified=2022-06-06 17:54:59.761420000, delta=215000 ns, racy<=15000 ns
17:54:59.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.761888000, lastModified=2022-06-06 17:54:59.761420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.761888000, lastModified=2022-06-06 17:54:59.761420000, delta=468000 ns, racy<=15000 ns
17:54:59.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.762141000, lastModified=2022-06-06 17:54:59.761420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.762141000, lastModified=2022-06-06 17:54:59.761420000, delta=721000 ns, racy<=15000 ns
17:54:59.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.762397000, lastModified=2022-06-06 17:54:59.761420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.762397000, lastModified=2022-06-06 17:54:59.761420000, delta=977000 ns, racy<=15000 ns
17:54:59.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.762661000, lastModified=2022-06-06 17:54:59.762420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.762661000, lastModified=2022-06-06 17:54:59.762420000, delta=241000 ns, racy<=15000 ns
17:54:59.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.762916000, lastModified=2022-06-06 17:54:59.762420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.762916000, lastModified=2022-06-06 17:54:59.762420000, delta=496000 ns, racy<=15000 ns
17:54:59.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.763173000, lastModified=2022-06-06 17:54:59.762420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.763173000, lastModified=2022-06-06 17:54:59.762420000, delta=753000 ns, racy<=15000 ns
17:54:59.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.763408000, lastModified=2022-06-06 17:54:59.762420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.763408000, lastModified=2022-06-06 17:54:59.762420000, delta=988000 ns, racy<=15000 ns
17:54:59.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.763649000, lastModified=2022-06-06 17:54:59.763420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.763649000, lastModified=2022-06-06 17:54:59.763420000, delta=229000 ns, racy<=15000 ns
17:54:59.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.763906000, lastModified=2022-06-06 17:54:59.763420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.763906000, lastModified=2022-06-06 17:54:59.763420000, delta=486000 ns, racy<=15000 ns
17:54:59.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.764158000, lastModified=2022-06-06 17:54:59.763420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.764158000, lastModified=2022-06-06 17:54:59.763420000, delta=738000 ns, racy<=15000 ns
17:54:59.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.764406000, lastModified=2022-06-06 17:54:59.763420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.763420000 to 2022-06-06 17:54:59.764420000
17:54:59.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.764648000, lastModified=2022-06-06 17:54:59.764420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.764648000, lastModified=2022-06-06 17:54:59.764420000, delta=228000 ns, racy<=15000 ns
17:54:59.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.764902000, lastModified=2022-06-06 17:54:59.764420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.764902000, lastModified=2022-06-06 17:54:59.764420000, delta=482000 ns, racy<=15000 ns
17:54:59.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.765157000, lastModified=2022-06-06 17:54:59.764420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.765157000, lastModified=2022-06-06 17:54:59.764420000, delta=737000 ns, racy<=15000 ns
17:54:59.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.765402000, lastModified=2022-06-06 17:54:59.764420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.765402000, lastModified=2022-06-06 17:54:59.764420000, delta=982000 ns, racy<=15000 ns
17:54:59.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.765711000, lastModified=2022-06-06 17:54:59.765420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.765711000, lastModified=2022-06-06 17:54:59.765420000, delta=291000 ns, racy<=15000 ns
17:54:59.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.765959000, lastModified=2022-06-06 17:54:59.765420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.765959000, lastModified=2022-06-06 17:54:59.765420000, delta=539000 ns, racy<=15000 ns
17:54:59.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.766214000, lastModified=2022-06-06 17:54:59.765420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.766214000, lastModified=2022-06-06 17:54:59.765420000, delta=794000 ns, racy<=15000 ns
17:54:59.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.766458000, lastModified=2022-06-06 17:54:59.765420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.765420000 to 2022-06-06 17:54:59.766420000
17:54:59.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.766710000, lastModified=2022-06-06 17:54:59.766420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.766710000, lastModified=2022-06-06 17:54:59.766420000, delta=290000 ns, racy<=15000 ns
17:54:59.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.766955000, lastModified=2022-06-06 17:54:59.766420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.766955000, lastModified=2022-06-06 17:54:59.766420000, delta=535000 ns, racy<=15000 ns
17:54:59.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.767210000, lastModified=2022-06-06 17:54:59.766420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.767210000, lastModified=2022-06-06 17:54:59.766420000, delta=790000 ns, racy<=15000 ns
17:54:59.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.767457000, lastModified=2022-06-06 17:54:59.766420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.766420000 to 2022-06-06 17:54:59.767420000
17:54:59.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.767695000, lastModified=2022-06-06 17:54:59.767420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.767695000, lastModified=2022-06-06 17:54:59.767420000, delta=275000 ns, racy<=15000 ns
17:54:59.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.767941000, lastModified=2022-06-06 17:54:59.767420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.767941000, lastModified=2022-06-06 17:54:59.767420000, delta=521000 ns, racy<=15000 ns
17:54:59.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.768190000, lastModified=2022-06-06 17:54:59.767420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.768190000, lastModified=2022-06-06 17:54:59.767420000, delta=770000 ns, racy<=15000 ns
17:54:59.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.768440000, lastModified=2022-06-06 17:54:59.767420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.767420000 to 2022-06-06 17:54:59.768420000
17:54:59.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.768683000, lastModified=2022-06-06 17:54:59.768420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.768683000, lastModified=2022-06-06 17:54:59.768420000, delta=263000 ns, racy<=15000 ns
17:54:59.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.768933000, lastModified=2022-06-06 17:54:59.768420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.768933000, lastModified=2022-06-06 17:54:59.768420000, delta=513000 ns, racy<=15000 ns
17:54:59.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.769183000, lastModified=2022-06-06 17:54:59.768420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.769183000, lastModified=2022-06-06 17:54:59.768420000, delta=763000 ns, racy<=15000 ns
17:54:59.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.769428000, lastModified=2022-06-06 17:54:59.768420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.768420000 to 2022-06-06 17:54:59.769420000
17:54:59.773 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.773699000, lastModified=2022-06-06 17:54:59.769420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.773 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.769420000 to 2022-06-06 17:54:59.773420000
17:54:59.773 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.773947000, lastModified=2022-06-06 17:54:59.773420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.773947000, lastModified=2022-06-06 17:54:59.773420000, delta=527000 ns, racy<=15000 ns
17:54:59.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.774197000, lastModified=2022-06-06 17:54:59.773420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.774197000, lastModified=2022-06-06 17:54:59.773420000, delta=777000 ns, racy<=15000 ns
17:54:59.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.774452000, lastModified=2022-06-06 17:54:59.773420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.773420000 to 2022-06-06 17:54:59.774420000
17:54:59.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.774685000, lastModified=2022-06-06 17:54:59.774420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.774685000, lastModified=2022-06-06 17:54:59.774420000, delta=265000 ns, racy<=15000 ns
17:54:59.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.774921000, lastModified=2022-06-06 17:54:59.774420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.774921000, lastModified=2022-06-06 17:54:59.774420000, delta=501000 ns, racy<=15000 ns
17:54:59.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.775164000, lastModified=2022-06-06 17:54:59.774420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.775164000, lastModified=2022-06-06 17:54:59.774420000, delta=744000 ns, racy<=15000 ns
17:54:59.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.775398000, lastModified=2022-06-06 17:54:59.774420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.775398000, lastModified=2022-06-06 17:54:59.774420000, delta=978000 ns, racy<=15000 ns
17:54:59.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.775645000, lastModified=2022-06-06 17:54:59.775420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.775645000, lastModified=2022-06-06 17:54:59.775420000, delta=225000 ns, racy<=15000 ns
17:54:59.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.775876000, lastModified=2022-06-06 17:54:59.775420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.775876000, lastModified=2022-06-06 17:54:59.775420000, delta=456000 ns, racy<=15000 ns
17:54:59.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.776115000, lastModified=2022-06-06 17:54:59.775420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.776115000, lastModified=2022-06-06 17:54:59.775420000, delta=695000 ns, racy<=15000 ns
17:54:59.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.776343000, lastModified=2022-06-06 17:54:59.775420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.776343000, lastModified=2022-06-06 17:54:59.775420000, delta=923000 ns, racy<=15000 ns
17:54:59.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.776584000, lastModified=2022-06-06 17:54:59.776420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.776584000, lastModified=2022-06-06 17:54:59.776420000, delta=164000 ns, racy<=15000 ns
17:54:59.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.776817000, lastModified=2022-06-06 17:54:59.776420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.776817000, lastModified=2022-06-06 17:54:59.776420000, delta=397000 ns, racy<=15000 ns
17:54:59.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.777047000, lastModified=2022-06-06 17:54:59.776420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.777047000, lastModified=2022-06-06 17:54:59.776420000, delta=627000 ns, racy<=15000 ns
17:54:59.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.777286000, lastModified=2022-06-06 17:54:59.776420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.777286000, lastModified=2022-06-06 17:54:59.776420000, delta=866000 ns, racy<=15000 ns
17:54:59.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.777520000, lastModified=2022-06-06 17:54:59.776420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.776420000 to 2022-06-06 17:54:59.777420000
17:54:59.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.777824000, lastModified=2022-06-06 17:54:59.777420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.777824000, lastModified=2022-06-06 17:54:59.777420000, delta=404000 ns, racy<=15000 ns
17:54:59.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.778145000, lastModified=2022-06-06 17:54:59.777420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.778145000, lastModified=2022-06-06 17:54:59.777420000, delta=725000 ns, racy<=15000 ns
17:54:59.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.778383000, lastModified=2022-06-06 17:54:59.777420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.778383000, lastModified=2022-06-06 17:54:59.777420000, delta=963000 ns, racy<=15000 ns
17:54:59.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.778627000, lastModified=2022-06-06 17:54:59.778420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.778627000, lastModified=2022-06-06 17:54:59.778420000, delta=207000 ns, racy<=15000 ns
17:54:59.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.778859000, lastModified=2022-06-06 17:54:59.778420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.778859000, lastModified=2022-06-06 17:54:59.778420000, delta=439000 ns, racy<=15000 ns
17:54:59.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.779101000, lastModified=2022-06-06 17:54:59.778420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.779101000, lastModified=2022-06-06 17:54:59.778420000, delta=681000 ns, racy<=15000 ns
17:54:59.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.779331000, lastModified=2022-06-06 17:54:59.778420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.779331000, lastModified=2022-06-06 17:54:59.778420000, delta=911000 ns, racy<=15000 ns
17:54:59.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.779569000, lastModified=2022-06-06 17:54:59.779420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.779569000, lastModified=2022-06-06 17:54:59.779420000, delta=149000 ns, racy<=15000 ns
17:54:59.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.779804000, lastModified=2022-06-06 17:54:59.779420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.779804000, lastModified=2022-06-06 17:54:59.779420000, delta=384000 ns, racy<=15000 ns
17:54:59.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.780057000, lastModified=2022-06-06 17:54:59.779420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.780057000, lastModified=2022-06-06 17:54:59.779420000, delta=637000 ns, racy<=15000 ns
17:54:59.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.780314000, lastModified=2022-06-06 17:54:59.779420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.780314000, lastModified=2022-06-06 17:54:59.779420000, delta=894000 ns, racy<=15000 ns
17:54:59.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.780570000, lastModified=2022-06-06 17:54:59.780420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.780570000, lastModified=2022-06-06 17:54:59.780420000, delta=150000 ns, racy<=15000 ns
17:54:59.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.780823000, lastModified=2022-06-06 17:54:59.780420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.780823000, lastModified=2022-06-06 17:54:59.780420000, delta=403000 ns, racy<=15000 ns
17:54:59.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.781075000, lastModified=2022-06-06 17:54:59.780420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.781075000, lastModified=2022-06-06 17:54:59.780420000, delta=655000 ns, racy<=15000 ns
17:54:59.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.781360000, lastModified=2022-06-06 17:54:59.780420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.781360000, lastModified=2022-06-06 17:54:59.780420000, delta=940000 ns, racy<=15000 ns
17:54:59.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.781659000, lastModified=2022-06-06 17:54:59.781420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.781659000, lastModified=2022-06-06 17:54:59.781420000, delta=239000 ns, racy<=15000 ns
17:54:59.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.781950000, lastModified=2022-06-06 17:54:59.781420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.781950000, lastModified=2022-06-06 17:54:59.781420000, delta=530000 ns, racy<=15000 ns
17:54:59.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.782249000, lastModified=2022-06-06 17:54:59.781420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.782249000, lastModified=2022-06-06 17:54:59.781420000, delta=829000 ns, racy<=15000 ns
17:54:59.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.784 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.784758000, lastModified=2022-06-06 17:54:59.781420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.784 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.781420000 to 2022-06-06 17:54:59.784420000
17:54:59.785 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.785003000, lastModified=2022-06-06 17:54:59.784420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.785 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.785003000, lastModified=2022-06-06 17:54:59.784420000, delta=583000 ns, racy<=15000 ns
17:54:59.785 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.785 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.785247000, lastModified=2022-06-06 17:54:59.784420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.785 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.785247000, lastModified=2022-06-06 17:54:59.784420000, delta=827000 ns, racy<=15000 ns
17:54:59.785 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.785 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.785477000, lastModified=2022-06-06 17:54:59.784420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.785 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.784420000 to 2022-06-06 17:54:59.785420000
17:54:59.785 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.785706000, lastModified=2022-06-06 17:54:59.785420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.785 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.785706000, lastModified=2022-06-06 17:54:59.785420000, delta=286000 ns, racy<=15000 ns
17:54:59.785 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.785 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.785937000, lastModified=2022-06-06 17:54:59.785420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.785937000, lastModified=2022-06-06 17:54:59.785420000, delta=517000 ns, racy<=15000 ns
17:54:59.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.786177000, lastModified=2022-06-06 17:54:59.785420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.786177000, lastModified=2022-06-06 17:54:59.785420000, delta=757000 ns, racy<=15000 ns
17:54:59.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.786410000, lastModified=2022-06-06 17:54:59.785420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.786410000, lastModified=2022-06-06 17:54:59.785420000, delta=990000 ns, racy<=15000 ns
17:54:59.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.786652000, lastModified=2022-06-06 17:54:59.786420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.786652000, lastModified=2022-06-06 17:54:59.786420000, delta=232000 ns, racy<=15000 ns
17:54:59.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.786884000, lastModified=2022-06-06 17:54:59.786420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.786884000, lastModified=2022-06-06 17:54:59.786420000, delta=464000 ns, racy<=15000 ns
17:54:59.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.787168000, lastModified=2022-06-06 17:54:59.786420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.787168000, lastModified=2022-06-06 17:54:59.786420000, delta=748000 ns, racy<=15000 ns
17:54:59.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.787415000, lastModified=2022-06-06 17:54:59.786420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.786420000 to 2022-06-06 17:54:59.787420000
17:54:59.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.787657000, lastModified=2022-06-06 17:54:59.787420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.787657000, lastModified=2022-06-06 17:54:59.787420000, delta=237000 ns, racy<=15000 ns
17:54:59.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.787911000, lastModified=2022-06-06 17:54:59.787420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.787911000, lastModified=2022-06-06 17:54:59.787420000, delta=491000 ns, racy<=15000 ns
17:54:59.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.788195000, lastModified=2022-06-06 17:54:59.787420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.788195000, lastModified=2022-06-06 17:54:59.787420000, delta=775000 ns, racy<=15000 ns
17:54:59.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.788445000, lastModified=2022-06-06 17:54:59.787420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.787420000 to 2022-06-06 17:54:59.788420000
17:54:59.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.788690000, lastModified=2022-06-06 17:54:59.788420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.788690000, lastModified=2022-06-06 17:54:59.788420000, delta=270000 ns, racy<=15000 ns
17:54:59.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.788941000, lastModified=2022-06-06 17:54:59.788420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.788941000, lastModified=2022-06-06 17:54:59.788420000, delta=521000 ns, racy<=15000 ns
17:54:59.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.789209000, lastModified=2022-06-06 17:54:59.788420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.789209000, lastModified=2022-06-06 17:54:59.788420000, delta=789000 ns, racy<=15000 ns
17:54:59.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.789441000, lastModified=2022-06-06 17:54:59.788420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.788420000 to 2022-06-06 17:54:59.789420000
17:54:59.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.789670000, lastModified=2022-06-06 17:54:59.789420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.789670000, lastModified=2022-06-06 17:54:59.789420000, delta=250000 ns, racy<=15000 ns
17:54:59.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.789960000, lastModified=2022-06-06 17:54:59.789420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.789960000, lastModified=2022-06-06 17:54:59.789420000, delta=540000 ns, racy<=15000 ns
17:54:59.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.790258000, lastModified=2022-06-06 17:54:59.789420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.790258000, lastModified=2022-06-06 17:54:59.789420000, delta=838000 ns, racy<=15000 ns
17:54:59.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.790515000, lastModified=2022-06-06 17:54:59.789420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.789420000 to 2022-06-06 17:54:59.790420000
17:54:59.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.790758000, lastModified=2022-06-06 17:54:59.790420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.790758000, lastModified=2022-06-06 17:54:59.790420000, delta=338000 ns, racy<=15000 ns
17:54:59.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.791005000, lastModified=2022-06-06 17:54:59.790420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.791005000, lastModified=2022-06-06 17:54:59.790420000, delta=585000 ns, racy<=15000 ns
17:54:59.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.791289000, lastModified=2022-06-06 17:54:59.790420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.791289000, lastModified=2022-06-06 17:54:59.790420000, delta=869000 ns, racy<=15000 ns
17:54:59.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.791547000, lastModified=2022-06-06 17:54:59.791420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.791547000, lastModified=2022-06-06 17:54:59.791420000, delta=127000 ns, racy<=15000 ns
17:54:59.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.791799000, lastModified=2022-06-06 17:54:59.791420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.791799000, lastModified=2022-06-06 17:54:59.791420000, delta=379000 ns, racy<=15000 ns
17:54:59.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.792050000, lastModified=2022-06-06 17:54:59.791420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.792050000, lastModified=2022-06-06 17:54:59.791420000, delta=630000 ns, racy<=15000 ns
17:54:59.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.792308000, lastModified=2022-06-06 17:54:59.791420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.792308000, lastModified=2022-06-06 17:54:59.791420000, delta=888000 ns, racy<=15000 ns
17:54:59.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.792565000, lastModified=2022-06-06 17:54:59.792420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.792565000, lastModified=2022-06-06 17:54:59.792420000, delta=145000 ns, racy<=15000 ns
17:54:59.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.792822000, lastModified=2022-06-06 17:54:59.792420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.792822000, lastModified=2022-06-06 17:54:59.792420000, delta=402000 ns, racy<=15000 ns
17:54:59.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.793066000, lastModified=2022-06-06 17:54:59.792420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.793066000, lastModified=2022-06-06 17:54:59.792420000, delta=646000 ns, racy<=15000 ns
17:54:59.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.793321000, lastModified=2022-06-06 17:54:59.792420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.793321000, lastModified=2022-06-06 17:54:59.792420000, delta=901000 ns, racy<=15000 ns
17:54:59.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.795956000, lastModified=2022-06-06 17:54:59.793420000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.793420000 to 2022-06-06 17:54:59.795421000
17:54:59.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.796265000, lastModified=2022-06-06 17:54:59.795421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.796265000, lastModified=2022-06-06 17:54:59.795421000, delta=844000 ns, racy<=15000 ns
17:54:59.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.796576000, lastModified=2022-06-06 17:54:59.795421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.795421000 to 2022-06-06 17:54:59.796421000
17:54:59.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.796817000, lastModified=2022-06-06 17:54:59.796421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.796817000, lastModified=2022-06-06 17:54:59.796421000, delta=396000 ns, racy<=15000 ns
17:54:59.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.797073000, lastModified=2022-06-06 17:54:59.796421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.797073000, lastModified=2022-06-06 17:54:59.796421000, delta=652000 ns, racy<=15000 ns
17:54:59.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.797355000, lastModified=2022-06-06 17:54:59.796421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.797355000, lastModified=2022-06-06 17:54:59.796421000, delta=934000 ns, racy<=15000 ns
17:54:59.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.797616000, lastModified=2022-06-06 17:54:59.797421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.797616000, lastModified=2022-06-06 17:54:59.797421000, delta=195000 ns, racy<=15000 ns
17:54:59.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.797871000, lastModified=2022-06-06 17:54:59.797421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.797871000, lastModified=2022-06-06 17:54:59.797421000, delta=450000 ns, racy<=15000 ns
17:54:59.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.798128000, lastModified=2022-06-06 17:54:59.797421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.798128000, lastModified=2022-06-06 17:54:59.797421000, delta=707000 ns, racy<=15000 ns
17:54:59.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.798373000, lastModified=2022-06-06 17:54:59.797421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.798373000, lastModified=2022-06-06 17:54:59.797421000, delta=952000 ns, racy<=15000 ns
17:54:59.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.798639000, lastModified=2022-06-06 17:54:59.798421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.798639000, lastModified=2022-06-06 17:54:59.798421000, delta=218000 ns, racy<=15000 ns
17:54:59.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.798906000, lastModified=2022-06-06 17:54:59.798421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.798906000, lastModified=2022-06-06 17:54:59.798421000, delta=485000 ns, racy<=15000 ns
17:54:59.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.799147000, lastModified=2022-06-06 17:54:59.798421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.799147000, lastModified=2022-06-06 17:54:59.798421000, delta=726000 ns, racy<=15000 ns
17:54:59.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.799376000, lastModified=2022-06-06 17:54:59.798421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.799376000, lastModified=2022-06-06 17:54:59.798421000, delta=955000 ns, racy<=15000 ns
17:54:59.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.799636000, lastModified=2022-06-06 17:54:59.799421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.799636000, lastModified=2022-06-06 17:54:59.799421000, delta=215000 ns, racy<=15000 ns
17:54:59.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.799886000, lastModified=2022-06-06 17:54:59.799421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.799886000, lastModified=2022-06-06 17:54:59.799421000, delta=465000 ns, racy<=15000 ns
17:54:59.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.800140000, lastModified=2022-06-06 17:54:59.799421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.800140000, lastModified=2022-06-06 17:54:59.799421000, delta=719000 ns, racy<=15000 ns
17:54:59.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.800393000, lastModified=2022-06-06 17:54:59.799421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.800393000, lastModified=2022-06-06 17:54:59.799421000, delta=972000 ns, racy<=15000 ns
17:54:59.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.800649000, lastModified=2022-06-06 17:54:59.800421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.800649000, lastModified=2022-06-06 17:54:59.800421000, delta=228000 ns, racy<=15000 ns
17:54:59.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.800926000, lastModified=2022-06-06 17:54:59.800421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.800926000, lastModified=2022-06-06 17:54:59.800421000, delta=505000 ns, racy<=15000 ns
17:54:59.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.801186000, lastModified=2022-06-06 17:54:59.800421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.801186000, lastModified=2022-06-06 17:54:59.800421000, delta=765000 ns, racy<=15000 ns
17:54:59.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.801432000, lastModified=2022-06-06 17:54:59.800421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.800421000 to 2022-06-06 17:54:59.801421000
17:54:59.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.801710000, lastModified=2022-06-06 17:54:59.801421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.801710000, lastModified=2022-06-06 17:54:59.801421000, delta=289000 ns, racy<=15000 ns
17:54:59.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.801958000, lastModified=2022-06-06 17:54:59.801421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.801958000, lastModified=2022-06-06 17:54:59.801421000, delta=537000 ns, racy<=15000 ns
17:54:59.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.802210000, lastModified=2022-06-06 17:54:59.801421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.802210000, lastModified=2022-06-06 17:54:59.801421000, delta=789000 ns, racy<=15000 ns
17:54:59.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.802455000, lastModified=2022-06-06 17:54:59.801421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.801421000 to 2022-06-06 17:54:59.802421000
17:54:59.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.802696000, lastModified=2022-06-06 17:54:59.802421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.802696000, lastModified=2022-06-06 17:54:59.802421000, delta=275000 ns, racy<=15000 ns
17:54:59.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.802944000, lastModified=2022-06-06 17:54:59.802421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.802944000, lastModified=2022-06-06 17:54:59.802421000, delta=523000 ns, racy<=15000 ns
17:54:59.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.803196000, lastModified=2022-06-06 17:54:59.802421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.803196000, lastModified=2022-06-06 17:54:59.802421000, delta=775000 ns, racy<=15000 ns
17:54:59.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.803438000, lastModified=2022-06-06 17:54:59.802421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.802421000 to 2022-06-06 17:54:59.803421000
17:54:59.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.803676000, lastModified=2022-06-06 17:54:59.803421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.803676000, lastModified=2022-06-06 17:54:59.803421000, delta=255000 ns, racy<=15000 ns
17:54:59.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.803925000, lastModified=2022-06-06 17:54:59.803421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.803925000, lastModified=2022-06-06 17:54:59.803421000, delta=504000 ns, racy<=15000 ns
17:54:59.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.804181000, lastModified=2022-06-06 17:54:59.803421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.804181000, lastModified=2022-06-06 17:54:59.803421000, delta=760000 ns, racy<=15000 ns
17:54:59.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.804428000, lastModified=2022-06-06 17:54:59.803421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.803421000 to 2022-06-06 17:54:59.804421000
17:54:59.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.804685000, lastModified=2022-06-06 17:54:59.804421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.804685000, lastModified=2022-06-06 17:54:59.804421000, delta=264000 ns, racy<=15000 ns
17:54:59.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.808014000, lastModified=2022-06-06 17:54:59.804421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.804421000 to 2022-06-06 17:54:59.807421000
17:54:59.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.808276000, lastModified=2022-06-06 17:54:59.807421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.808276000, lastModified=2022-06-06 17:54:59.807421000, delta=855000 ns, racy<=15000 ns
17:54:59.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.808535000, lastModified=2022-06-06 17:54:59.807421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.807421000 to 2022-06-06 17:54:59.808421000
17:54:59.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.808775000, lastModified=2022-06-06 17:54:59.808421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.808775000, lastModified=2022-06-06 17:54:59.808421000, delta=354000 ns, racy<=15000 ns
17:54:59.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.809021000, lastModified=2022-06-06 17:54:59.808421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.809021000, lastModified=2022-06-06 17:54:59.808421000, delta=600000 ns, racy<=15000 ns
17:54:59.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.809283000, lastModified=2022-06-06 17:54:59.808421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.809283000, lastModified=2022-06-06 17:54:59.808421000, delta=862000 ns, racy<=15000 ns
17:54:59.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.809572000, lastModified=2022-06-06 17:54:59.808421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.808421000 to 2022-06-06 17:54:59.809421000
17:54:59.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.809809000, lastModified=2022-06-06 17:54:59.809421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.809809000, lastModified=2022-06-06 17:54:59.809421000, delta=388000 ns, racy<=15000 ns
17:54:59.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.810055000, lastModified=2022-06-06 17:54:59.809421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.810055000, lastModified=2022-06-06 17:54:59.809421000, delta=634000 ns, racy<=15000 ns
17:54:59.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.810308000, lastModified=2022-06-06 17:54:59.809421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.810308000, lastModified=2022-06-06 17:54:59.809421000, delta=887000 ns, racy<=15000 ns
17:54:59.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.810562000, lastModified=2022-06-06 17:54:59.810421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.810562000, lastModified=2022-06-06 17:54:59.810421000, delta=141000 ns, racy<=15000 ns
17:54:59.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.810812000, lastModified=2022-06-06 17:54:59.810421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.810812000, lastModified=2022-06-06 17:54:59.810421000, delta=391000 ns, racy<=15000 ns
17:54:59.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.811065000, lastModified=2022-06-06 17:54:59.810421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.811065000, lastModified=2022-06-06 17:54:59.810421000, delta=644000 ns, racy<=15000 ns
17:54:59.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.811333000, lastModified=2022-06-06 17:54:59.810421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.811333000, lastModified=2022-06-06 17:54:59.810421000, delta=912000 ns, racy<=15000 ns
17:54:59.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.811589000, lastModified=2022-06-06 17:54:59.811421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.811589000, lastModified=2022-06-06 17:54:59.811421000, delta=168000 ns, racy<=15000 ns
17:54:59.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.811838000, lastModified=2022-06-06 17:54:59.811421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.811838000, lastModified=2022-06-06 17:54:59.811421000, delta=417000 ns, racy<=15000 ns
17:54:59.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.812083000, lastModified=2022-06-06 17:54:59.811421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.812083000, lastModified=2022-06-06 17:54:59.811421000, delta=662000 ns, racy<=15000 ns
17:54:59.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.812337000, lastModified=2022-06-06 17:54:59.811421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.812337000, lastModified=2022-06-06 17:54:59.811421000, delta=916000 ns, racy<=15000 ns
17:54:59.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.812591000, lastModified=2022-06-06 17:54:59.812421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.812591000, lastModified=2022-06-06 17:54:59.812421000, delta=170000 ns, racy<=15000 ns
17:54:59.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.812863000, lastModified=2022-06-06 17:54:59.812421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.812863000, lastModified=2022-06-06 17:54:59.812421000, delta=442000 ns, racy<=15000 ns
17:54:59.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.813117000, lastModified=2022-06-06 17:54:59.812421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.813117000, lastModified=2022-06-06 17:54:59.812421000, delta=696000 ns, racy<=15000 ns
17:54:59.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.813359000, lastModified=2022-06-06 17:54:59.812421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.813359000, lastModified=2022-06-06 17:54:59.812421000, delta=938000 ns, racy<=15000 ns
17:54:59.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.813642000, lastModified=2022-06-06 17:54:59.813421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.813642000, lastModified=2022-06-06 17:54:59.813421000, delta=221000 ns, racy<=15000 ns
17:54:59.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.813896000, lastModified=2022-06-06 17:54:59.813421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.813896000, lastModified=2022-06-06 17:54:59.813421000, delta=475000 ns, racy<=15000 ns
17:54:59.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.814148000, lastModified=2022-06-06 17:54:59.813421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.814148000, lastModified=2022-06-06 17:54:59.813421000, delta=727000 ns, racy<=15000 ns
17:54:59.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.814397000, lastModified=2022-06-06 17:54:59.813421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.814397000, lastModified=2022-06-06 17:54:59.813421000, delta=976000 ns, racy<=15000 ns
17:54:59.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.814663000, lastModified=2022-06-06 17:54:59.814421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.814663000, lastModified=2022-06-06 17:54:59.814421000, delta=242000 ns, racy<=15000 ns
17:54:59.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.814922000, lastModified=2022-06-06 17:54:59.814421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.814922000, lastModified=2022-06-06 17:54:59.814421000, delta=501000 ns, racy<=15000 ns
17:54:59.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.815178000, lastModified=2022-06-06 17:54:59.814421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.815178000, lastModified=2022-06-06 17:54:59.814421000, delta=757000 ns, racy<=15000 ns
17:54:59.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.815420000, lastModified=2022-06-06 17:54:59.814421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.814421000 to 2022-06-06 17:54:59.815421000
17:54:59.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.815659000, lastModified=2022-06-06 17:54:59.815421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.815659000, lastModified=2022-06-06 17:54:59.815421000, delta=238000 ns, racy<=15000 ns
17:54:59.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.815906000, lastModified=2022-06-06 17:54:59.815421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.815906000, lastModified=2022-06-06 17:54:59.815421000, delta=485000 ns, racy<=15000 ns
17:54:59.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.816162000, lastModified=2022-06-06 17:54:59.815421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.816162000, lastModified=2022-06-06 17:54:59.815421000, delta=741000 ns, racy<=15000 ns
17:54:59.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.816404000, lastModified=2022-06-06 17:54:59.815421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.816404000, lastModified=2022-06-06 17:54:59.815421000, delta=983000 ns, racy<=15000 ns
17:54:59.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.816657000, lastModified=2022-06-06 17:54:59.816421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.816657000, lastModified=2022-06-06 17:54:59.816421000, delta=236000 ns, racy<=15000 ns
17:54:59.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.820931000, lastModified=2022-06-06 17:54:59.816421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.816421000 to 2022-06-06 17:54:59.820421000
17:54:59.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.821184000, lastModified=2022-06-06 17:54:59.820421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.821184000, lastModified=2022-06-06 17:54:59.820421000, delta=763000 ns, racy<=15000 ns
17:54:59.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.821420000, lastModified=2022-06-06 17:54:59.820421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.820421000 to 2022-06-06 17:54:59.821421000
17:54:59.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.821649000, lastModified=2022-06-06 17:54:59.821421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.821649000, lastModified=2022-06-06 17:54:59.821421000, delta=228000 ns, racy<=15000 ns
17:54:59.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.821882000, lastModified=2022-06-06 17:54:59.821421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.821882000, lastModified=2022-06-06 17:54:59.821421000, delta=461000 ns, racy<=15000 ns
17:54:59.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.822126000, lastModified=2022-06-06 17:54:59.821421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.822126000, lastModified=2022-06-06 17:54:59.821421000, delta=705000 ns, racy<=15000 ns
17:54:59.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.822358000, lastModified=2022-06-06 17:54:59.821421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.822358000, lastModified=2022-06-06 17:54:59.821421000, delta=937000 ns, racy<=15000 ns
17:54:59.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.822614000, lastModified=2022-06-06 17:54:59.822421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.822614000, lastModified=2022-06-06 17:54:59.822421000, delta=193000 ns, racy<=15000 ns
17:54:59.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.822853000, lastModified=2022-06-06 17:54:59.822421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.822853000, lastModified=2022-06-06 17:54:59.822421000, delta=432000 ns, racy<=15000 ns
17:54:59.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.823080000, lastModified=2022-06-06 17:54:59.822421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.823080000, lastModified=2022-06-06 17:54:59.822421000, delta=659000 ns, racy<=15000 ns
17:54:59.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.823318000, lastModified=2022-06-06 17:54:59.822421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.823318000, lastModified=2022-06-06 17:54:59.822421000, delta=897000 ns, racy<=15000 ns
17:54:59.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.823553000, lastModified=2022-06-06 17:54:59.823421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.823553000, lastModified=2022-06-06 17:54:59.823421000, delta=132000 ns, racy<=15000 ns
17:54:59.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.823790000, lastModified=2022-06-06 17:54:59.823421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.823790000, lastModified=2022-06-06 17:54:59.823421000, delta=369000 ns, racy<=15000 ns
17:54:59.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.824021000, lastModified=2022-06-06 17:54:59.823421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.824021000, lastModified=2022-06-06 17:54:59.823421000, delta=600000 ns, racy<=15000 ns
17:54:59.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.824261000, lastModified=2022-06-06 17:54:59.823421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.824261000, lastModified=2022-06-06 17:54:59.823421000, delta=840000 ns, racy<=15000 ns
17:54:59.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.824491000, lastModified=2022-06-06 17:54:59.823421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.823421000 to 2022-06-06 17:54:59.824421000
17:54:59.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.824742000, lastModified=2022-06-06 17:54:59.824421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.824742000, lastModified=2022-06-06 17:54:59.824421000, delta=321000 ns, racy<=15000 ns
17:54:59.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.824973000, lastModified=2022-06-06 17:54:59.824421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.824973000, lastModified=2022-06-06 17:54:59.824421000, delta=552000 ns, racy<=15000 ns
17:54:59.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.825212000, lastModified=2022-06-06 17:54:59.824421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.825212000, lastModified=2022-06-06 17:54:59.824421000, delta=791000 ns, racy<=15000 ns
17:54:59.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.825442000, lastModified=2022-06-06 17:54:59.824421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.824421000 to 2022-06-06 17:54:59.825421000
17:54:59.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.825667000, lastModified=2022-06-06 17:54:59.825421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.825667000, lastModified=2022-06-06 17:54:59.825421000, delta=246000 ns, racy<=15000 ns
17:54:59.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.825905000, lastModified=2022-06-06 17:54:59.825421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.825905000, lastModified=2022-06-06 17:54:59.825421000, delta=484000 ns, racy<=15000 ns
17:54:59.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.826216000, lastModified=2022-06-06 17:54:59.825421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.826216000, lastModified=2022-06-06 17:54:59.825421000, delta=795000 ns, racy<=15000 ns
17:54:59.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.826451000, lastModified=2022-06-06 17:54:59.825421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.825421000 to 2022-06-06 17:54:59.826421000
17:54:59.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.826679000, lastModified=2022-06-06 17:54:59.826421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.826679000, lastModified=2022-06-06 17:54:59.826421000, delta=258000 ns, racy<=15000 ns
17:54:59.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.826911000, lastModified=2022-06-06 17:54:59.826421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.826911000, lastModified=2022-06-06 17:54:59.826421000, delta=490000 ns, racy<=15000 ns
17:54:59.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.827150000, lastModified=2022-06-06 17:54:59.826421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.827150000, lastModified=2022-06-06 17:54:59.826421000, delta=729000 ns, racy<=15000 ns
17:54:59.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.827381000, lastModified=2022-06-06 17:54:59.826421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.827381000, lastModified=2022-06-06 17:54:59.826421000, delta=960000 ns, racy<=15000 ns
17:54:59.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.827655000, lastModified=2022-06-06 17:54:59.827421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.827655000, lastModified=2022-06-06 17:54:59.827421000, delta=234000 ns, racy<=15000 ns
17:54:59.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.827903000, lastModified=2022-06-06 17:54:59.827421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.827903000, lastModified=2022-06-06 17:54:59.827421000, delta=482000 ns, racy<=15000 ns
17:54:59.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.828182000, lastModified=2022-06-06 17:54:59.827421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.828182000, lastModified=2022-06-06 17:54:59.827421000, delta=761000 ns, racy<=15000 ns
17:54:59.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.828494000, lastModified=2022-06-06 17:54:59.827421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.827421000 to 2022-06-06 17:54:59.828421000
17:54:59.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.828746000, lastModified=2022-06-06 17:54:59.828421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.828746000, lastModified=2022-06-06 17:54:59.828421000, delta=325000 ns, racy<=15000 ns
17:54:59.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.828980000, lastModified=2022-06-06 17:54:59.828421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.828980000, lastModified=2022-06-06 17:54:59.828421000, delta=559000 ns, racy<=15000 ns
17:54:59.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.829258000, lastModified=2022-06-06 17:54:59.828421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.829258000, lastModified=2022-06-06 17:54:59.828421000, delta=837000 ns, racy<=15000 ns
17:54:59.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.833617000, lastModified=2022-06-06 17:54:59.829421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.829421000 to 2022-06-06 17:54:59.833421000
17:54:59.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.834041000, lastModified=2022-06-06 17:54:59.833421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.834041000, lastModified=2022-06-06 17:54:59.833421000, delta=620000 ns, racy<=15000 ns
17:54:59.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.834442000, lastModified=2022-06-06 17:54:59.833421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.833421000 to 2022-06-06 17:54:59.834421000
17:54:59.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.834790000, lastModified=2022-06-06 17:54:59.834421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.834790000, lastModified=2022-06-06 17:54:59.834421000, delta=369000 ns, racy<=15000 ns
17:54:59.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.835203000, lastModified=2022-06-06 17:54:59.834421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.835203000, lastModified=2022-06-06 17:54:59.834421000, delta=782000 ns, racy<=15000 ns
17:54:59.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.835556000, lastModified=2022-06-06 17:54:59.835421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.835556000, lastModified=2022-06-06 17:54:59.835421000, delta=135000 ns, racy<=15000 ns
17:54:59.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.835928000, lastModified=2022-06-06 17:54:59.835421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.835928000, lastModified=2022-06-06 17:54:59.835421000, delta=507000 ns, racy<=15000 ns
17:54:59.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.836275000, lastModified=2022-06-06 17:54:59.835421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.836275000, lastModified=2022-06-06 17:54:59.835421000, delta=854000 ns, racy<=15000 ns
17:54:59.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.836539000, lastModified=2022-06-06 17:54:59.835421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.835421000 to 2022-06-06 17:54:59.836421000
17:54:59.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.836772000, lastModified=2022-06-06 17:54:59.836421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.836772000, lastModified=2022-06-06 17:54:59.836421000, delta=351000 ns, racy<=15000 ns
17:54:59.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.837016000, lastModified=2022-06-06 17:54:59.836421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.837016000, lastModified=2022-06-06 17:54:59.836421000, delta=595000 ns, racy<=15000 ns
17:54:59.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.837270000, lastModified=2022-06-06 17:54:59.836421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.837270000, lastModified=2022-06-06 17:54:59.836421000, delta=849000 ns, racy<=15000 ns
17:54:59.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.837551000, lastModified=2022-06-06 17:54:59.836421000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.836421000 to 2022-06-06 17:54:59.837422000
17:54:59.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.837790000, lastModified=2022-06-06 17:54:59.837422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.837790000, lastModified=2022-06-06 17:54:59.837422000, delta=368000 ns, racy<=15000 ns
17:54:59.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.838038000, lastModified=2022-06-06 17:54:59.837422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.838038000, lastModified=2022-06-06 17:54:59.837422000, delta=616000 ns, racy<=15000 ns
17:54:59.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.838296000, lastModified=2022-06-06 17:54:59.837422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.838296000, lastModified=2022-06-06 17:54:59.837422000, delta=874000 ns, racy<=15000 ns
17:54:59.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.838549000, lastModified=2022-06-06 17:54:59.838422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.838549000, lastModified=2022-06-06 17:54:59.838422000, delta=127000 ns, racy<=15000 ns
17:54:59.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.838804000, lastModified=2022-06-06 17:54:59.838422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.838804000, lastModified=2022-06-06 17:54:59.838422000, delta=382000 ns, racy<=15000 ns
17:54:59.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.839046000, lastModified=2022-06-06 17:54:59.838422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.839046000, lastModified=2022-06-06 17:54:59.838422000, delta=624000 ns, racy<=15000 ns
17:54:59.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.839305000, lastModified=2022-06-06 17:54:59.838422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.839305000, lastModified=2022-06-06 17:54:59.838422000, delta=883000 ns, racy<=15000 ns
17:54:59.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.839560000, lastModified=2022-06-06 17:54:59.839422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.839560000, lastModified=2022-06-06 17:54:59.839422000, delta=138000 ns, racy<=15000 ns
17:54:59.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.839810000, lastModified=2022-06-06 17:54:59.839422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.839810000, lastModified=2022-06-06 17:54:59.839422000, delta=388000 ns, racy<=15000 ns
17:54:59.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.840060000, lastModified=2022-06-06 17:54:59.839422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.840060000, lastModified=2022-06-06 17:54:59.839422000, delta=638000 ns, racy<=15000 ns
17:54:59.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.840325000, lastModified=2022-06-06 17:54:59.839422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.840325000, lastModified=2022-06-06 17:54:59.839422000, delta=903000 ns, racy<=15000 ns
17:54:59.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.840608000, lastModified=2022-06-06 17:54:59.840422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.840608000, lastModified=2022-06-06 17:54:59.840422000, delta=186000 ns, racy<=15000 ns
17:54:59.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.840842000, lastModified=2022-06-06 17:54:59.840422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.840842000, lastModified=2022-06-06 17:54:59.840422000, delta=420000 ns, racy<=15000 ns
17:54:59.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.841077000, lastModified=2022-06-06 17:54:59.840422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.841077000, lastModified=2022-06-06 17:54:59.840422000, delta=655000 ns, racy<=15000 ns
17:54:59.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.841317000, lastModified=2022-06-06 17:54:59.840422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.841317000, lastModified=2022-06-06 17:54:59.840422000, delta=895000 ns, racy<=15000 ns
17:54:59.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.841563000, lastModified=2022-06-06 17:54:59.841422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.841563000, lastModified=2022-06-06 17:54:59.841422000, delta=141000 ns, racy<=15000 ns
17:54:59.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.841797000, lastModified=2022-06-06 17:54:59.841422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.841797000, lastModified=2022-06-06 17:54:59.841422000, delta=375000 ns, racy<=15000 ns
17:54:59.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.842044000, lastModified=2022-06-06 17:54:59.841422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.842044000, lastModified=2022-06-06 17:54:59.841422000, delta=622000 ns, racy<=15000 ns
17:54:59.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.842286000, lastModified=2022-06-06 17:54:59.841422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.842286000, lastModified=2022-06-06 17:54:59.841422000, delta=864000 ns, racy<=15000 ns
17:54:59.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.842523000, lastModified=2022-06-06 17:54:59.841422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.841422000 to 2022-06-06 17:54:59.842422000
17:54:59.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.842746000, lastModified=2022-06-06 17:54:59.842422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.842746000, lastModified=2022-06-06 17:54:59.842422000, delta=324000 ns, racy<=15000 ns
17:54:59.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.842976000, lastModified=2022-06-06 17:54:59.842422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.843 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.842976000, lastModified=2022-06-06 17:54:59.842422000, delta=554000 ns, racy<=15000 ns
17:54:59.843 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.845442000, lastModified=2022-06-06 17:54:59.842422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.842422000 to 2022-06-06 17:54:59.845422000
17:54:59.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.845728000, lastModified=2022-06-06 17:54:59.845422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.845728000, lastModified=2022-06-06 17:54:59.845422000, delta=306000 ns, racy<=15000 ns
17:54:59.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.845968000, lastModified=2022-06-06 17:54:59.845422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.845968000, lastModified=2022-06-06 17:54:59.845422000, delta=546000 ns, racy<=15000 ns
17:54:59.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.846231000, lastModified=2022-06-06 17:54:59.845422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.846231000, lastModified=2022-06-06 17:54:59.845422000, delta=809000 ns, racy<=15000 ns
17:54:59.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.846477000, lastModified=2022-06-06 17:54:59.845422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.845422000 to 2022-06-06 17:54:59.846422000
17:54:59.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.846712000, lastModified=2022-06-06 17:54:59.846422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.846712000, lastModified=2022-06-06 17:54:59.846422000, delta=290000 ns, racy<=15000 ns
17:54:59.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.846957000, lastModified=2022-06-06 17:54:59.846422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.846957000, lastModified=2022-06-06 17:54:59.846422000, delta=535000 ns, racy<=15000 ns
17:54:59.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.847213000, lastModified=2022-06-06 17:54:59.846422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.847213000, lastModified=2022-06-06 17:54:59.846422000, delta=791000 ns, racy<=15000 ns
17:54:59.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.847464000, lastModified=2022-06-06 17:54:59.846422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.846422000 to 2022-06-06 17:54:59.847422000
17:54:59.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.847709000, lastModified=2022-06-06 17:54:59.847422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.847709000, lastModified=2022-06-06 17:54:59.847422000, delta=287000 ns, racy<=15000 ns
17:54:59.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.847953000, lastModified=2022-06-06 17:54:59.847422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.847953000, lastModified=2022-06-06 17:54:59.847422000, delta=531000 ns, racy<=15000 ns
17:54:59.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.848247000, lastModified=2022-06-06 17:54:59.847422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.848247000, lastModified=2022-06-06 17:54:59.847422000, delta=825000 ns, racy<=15000 ns
17:54:59.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.848563000, lastModified=2022-06-06 17:54:59.848422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.848563000, lastModified=2022-06-06 17:54:59.848422000, delta=141000 ns, racy<=15000 ns
17:54:59.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.848823000, lastModified=2022-06-06 17:54:59.848422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.848823000, lastModified=2022-06-06 17:54:59.848422000, delta=401000 ns, racy<=15000 ns
17:54:59.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.849076000, lastModified=2022-06-06 17:54:59.848422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.849076000, lastModified=2022-06-06 17:54:59.848422000, delta=654000 ns, racy<=15000 ns
17:54:59.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.849331000, lastModified=2022-06-06 17:54:59.848422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.849331000, lastModified=2022-06-06 17:54:59.848422000, delta=909000 ns, racy<=15000 ns
17:54:59.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.849588000, lastModified=2022-06-06 17:54:59.849422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.849588000, lastModified=2022-06-06 17:54:59.849422000, delta=166000 ns, racy<=15000 ns
17:54:59.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.849822000, lastModified=2022-06-06 17:54:59.849422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.849822000, lastModified=2022-06-06 17:54:59.849422000, delta=400000 ns, racy<=15000 ns
17:54:59.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.850050000, lastModified=2022-06-06 17:54:59.849422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.850050000, lastModified=2022-06-06 17:54:59.849422000, delta=628000 ns, racy<=15000 ns
17:54:59.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.850295000, lastModified=2022-06-06 17:54:59.849422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.850295000, lastModified=2022-06-06 17:54:59.849422000, delta=873000 ns, racy<=15000 ns
17:54:59.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.850530000, lastModified=2022-06-06 17:54:59.849422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.849422000 to 2022-06-06 17:54:59.850422000
17:54:59.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.850776000, lastModified=2022-06-06 17:54:59.850422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.850776000, lastModified=2022-06-06 17:54:59.850422000, delta=354000 ns, racy<=15000 ns
17:54:59.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.851026000, lastModified=2022-06-06 17:54:59.850422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.851026000, lastModified=2022-06-06 17:54:59.850422000, delta=604000 ns, racy<=15000 ns
17:54:59.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.851319000, lastModified=2022-06-06 17:54:59.850422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.851319000, lastModified=2022-06-06 17:54:59.850422000, delta=897000 ns, racy<=15000 ns
17:54:59.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.851577000, lastModified=2022-06-06 17:54:59.851422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.851577000, lastModified=2022-06-06 17:54:59.851422000, delta=155000 ns, racy<=15000 ns
17:54:59.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.851852000, lastModified=2022-06-06 17:54:59.851422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.851852000, lastModified=2022-06-06 17:54:59.851422000, delta=430000 ns, racy<=15000 ns
17:54:59.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.852107000, lastModified=2022-06-06 17:54:59.851422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.852107000, lastModified=2022-06-06 17:54:59.851422000, delta=685000 ns, racy<=15000 ns
17:54:59.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.852354000, lastModified=2022-06-06 17:54:59.851422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.852354000, lastModified=2022-06-06 17:54:59.851422000, delta=932000 ns, racy<=15000 ns
17:54:59.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.852624000, lastModified=2022-06-06 17:54:59.852422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.852624000, lastModified=2022-06-06 17:54:59.852422000, delta=202000 ns, racy<=15000 ns
17:54:59.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.852928000, lastModified=2022-06-06 17:54:59.852422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.852928000, lastModified=2022-06-06 17:54:59.852422000, delta=506000 ns, racy<=15000 ns
17:54:59.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.853189000, lastModified=2022-06-06 17:54:59.852422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.853189000, lastModified=2022-06-06 17:54:59.852422000, delta=767000 ns, racy<=15000 ns
17:54:59.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.853462000, lastModified=2022-06-06 17:54:59.852422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.852422000 to 2022-06-06 17:54:59.853422000
17:54:59.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.853703000, lastModified=2022-06-06 17:54:59.853422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.853703000, lastModified=2022-06-06 17:54:59.853422000, delta=281000 ns, racy<=15000 ns
17:54:59.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.853948000, lastModified=2022-06-06 17:54:59.853422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.853948000, lastModified=2022-06-06 17:54:59.853422000, delta=526000 ns, racy<=15000 ns
17:54:59.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.854204000, lastModified=2022-06-06 17:54:59.853422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.854204000, lastModified=2022-06-06 17:54:59.853422000, delta=782000 ns, racy<=15000 ns
17:54:59.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.856864000, lastModified=2022-06-06 17:54:59.853422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.853422000 to 2022-06-06 17:54:59.856422000
17:54:59.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.857128000, lastModified=2022-06-06 17:54:59.856422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.857128000, lastModified=2022-06-06 17:54:59.856422000, delta=706000 ns, racy<=15000 ns
17:54:59.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.857390000, lastModified=2022-06-06 17:54:59.856422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.857390000, lastModified=2022-06-06 17:54:59.856422000, delta=968000 ns, racy<=15000 ns
17:54:59.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.857648000, lastModified=2022-06-06 17:54:59.857422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.857648000, lastModified=2022-06-06 17:54:59.857422000, delta=226000 ns, racy<=15000 ns
17:54:59.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.857901000, lastModified=2022-06-06 17:54:59.857422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.857901000, lastModified=2022-06-06 17:54:59.857422000, delta=479000 ns, racy<=15000 ns
17:54:59.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.858155000, lastModified=2022-06-06 17:54:59.857422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.858155000, lastModified=2022-06-06 17:54:59.857422000, delta=733000 ns, racy<=15000 ns
17:54:59.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.858405000, lastModified=2022-06-06 17:54:59.857422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.857422000 to 2022-06-06 17:54:59.858422000
17:54:59.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.858694000, lastModified=2022-06-06 17:54:59.858422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.858694000, lastModified=2022-06-06 17:54:59.858422000, delta=272000 ns, racy<=15000 ns
17:54:59.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.858944000, lastModified=2022-06-06 17:54:59.858422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.858944000, lastModified=2022-06-06 17:54:59.858422000, delta=522000 ns, racy<=15000 ns
17:54:59.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.859202000, lastModified=2022-06-06 17:54:59.858422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.859202000, lastModified=2022-06-06 17:54:59.858422000, delta=780000 ns, racy<=15000 ns
17:54:59.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.859448000, lastModified=2022-06-06 17:54:59.858422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.858422000 to 2022-06-06 17:54:59.859422000
17:54:59.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.859687000, lastModified=2022-06-06 17:54:59.859422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.859687000, lastModified=2022-06-06 17:54:59.859422000, delta=265000 ns, racy<=15000 ns
17:54:59.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.859935000, lastModified=2022-06-06 17:54:59.859422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.859935000, lastModified=2022-06-06 17:54:59.859422000, delta=513000 ns, racy<=15000 ns
17:54:59.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.860192000, lastModified=2022-06-06 17:54:59.859422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.860192000, lastModified=2022-06-06 17:54:59.859422000, delta=770000 ns, racy<=15000 ns
17:54:59.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.860444000, lastModified=2022-06-06 17:54:59.859422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.859422000 to 2022-06-06 17:54:59.860422000
17:54:59.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.860709000, lastModified=2022-06-06 17:54:59.860422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.860709000, lastModified=2022-06-06 17:54:59.860422000, delta=287000 ns, racy<=15000 ns
17:54:59.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.860964000, lastModified=2022-06-06 17:54:59.860422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.860964000, lastModified=2022-06-06 17:54:59.860422000, delta=542000 ns, racy<=15000 ns
17:54:59.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.861234000, lastModified=2022-06-06 17:54:59.860422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.861234000, lastModified=2022-06-06 17:54:59.860422000, delta=812000 ns, racy<=15000 ns
17:54:59.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.861480000, lastModified=2022-06-06 17:54:59.860422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.860422000 to 2022-06-06 17:54:59.861422000
17:54:59.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.861728000, lastModified=2022-06-06 17:54:59.861422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.861728000, lastModified=2022-06-06 17:54:59.861422000, delta=306000 ns, racy<=15000 ns
17:54:59.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.861981000, lastModified=2022-06-06 17:54:59.861422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.861981000, lastModified=2022-06-06 17:54:59.861422000, delta=559000 ns, racy<=15000 ns
17:54:59.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.862234000, lastModified=2022-06-06 17:54:59.861422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.862234000, lastModified=2022-06-06 17:54:59.861422000, delta=812000 ns, racy<=15000 ns
17:54:59.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.862480000, lastModified=2022-06-06 17:54:59.861422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.861422000 to 2022-06-06 17:54:59.862422000
17:54:59.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.862721000, lastModified=2022-06-06 17:54:59.862422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.862721000, lastModified=2022-06-06 17:54:59.862422000, delta=299000 ns, racy<=15000 ns
17:54:59.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.862967000, lastModified=2022-06-06 17:54:59.862422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.862967000, lastModified=2022-06-06 17:54:59.862422000, delta=545000 ns, racy<=15000 ns
17:54:59.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.863231000, lastModified=2022-06-06 17:54:59.862422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.863231000, lastModified=2022-06-06 17:54:59.862422000, delta=809000 ns, racy<=15000 ns
17:54:59.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.863477000, lastModified=2022-06-06 17:54:59.862422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.862422000 to 2022-06-06 17:54:59.863422000
17:54:59.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.863714000, lastModified=2022-06-06 17:54:59.863422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.863714000, lastModified=2022-06-06 17:54:59.863422000, delta=292000 ns, racy<=15000 ns
17:54:59.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.863965000, lastModified=2022-06-06 17:54:59.863422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.863965000, lastModified=2022-06-06 17:54:59.863422000, delta=543000 ns, racy<=15000 ns
17:54:59.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.864216000, lastModified=2022-06-06 17:54:59.863422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.864216000, lastModified=2022-06-06 17:54:59.863422000, delta=794000 ns, racy<=15000 ns
17:54:59.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.864470000, lastModified=2022-06-06 17:54:59.863422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.863422000 to 2022-06-06 17:54:59.864422000
17:54:59.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.864740000, lastModified=2022-06-06 17:54:59.864422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.864740000, lastModified=2022-06-06 17:54:59.864422000, delta=318000 ns, racy<=15000 ns
17:54:59.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.864988000, lastModified=2022-06-06 17:54:59.864422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.864988000, lastModified=2022-06-06 17:54:59.864422000, delta=566000 ns, racy<=15000 ns
17:54:59.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.865283000, lastModified=2022-06-06 17:54:59.864422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.865283000, lastModified=2022-06-06 17:54:59.864422000, delta=861000 ns, racy<=15000 ns
17:54:59.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.865536000, lastModified=2022-06-06 17:54:59.864422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.864422000 to 2022-06-06 17:54:59.865422000
17:54:59.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.869037000, lastModified=2022-06-06 17:54:59.865422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.865422000 to 2022-06-06 17:54:59.868422000
17:54:59.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.869289000, lastModified=2022-06-06 17:54:59.868422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.869289000, lastModified=2022-06-06 17:54:59.868422000, delta=867000 ns, racy<=15000 ns
17:54:59.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.869545000, lastModified=2022-06-06 17:54:59.869422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.869545000, lastModified=2022-06-06 17:54:59.869422000, delta=123000 ns, racy<=15000 ns
17:54:59.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.869798000, lastModified=2022-06-06 17:54:59.869422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.869798000, lastModified=2022-06-06 17:54:59.869422000, delta=376000 ns, racy<=15000 ns
17:54:59.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.870045000, lastModified=2022-06-06 17:54:59.869422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.870045000, lastModified=2022-06-06 17:54:59.869422000, delta=623000 ns, racy<=15000 ns
17:54:59.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.870304000, lastModified=2022-06-06 17:54:59.869422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.870304000, lastModified=2022-06-06 17:54:59.869422000, delta=882000 ns, racy<=15000 ns
17:54:59.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.870664000, lastModified=2022-06-06 17:54:59.870422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.870664000, lastModified=2022-06-06 17:54:59.870422000, delta=242000 ns, racy<=15000 ns
17:54:59.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.870971000, lastModified=2022-06-06 17:54:59.870422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.870971000, lastModified=2022-06-06 17:54:59.870422000, delta=549000 ns, racy<=15000 ns
17:54:59.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.871240000, lastModified=2022-06-06 17:54:59.870422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.871240000, lastModified=2022-06-06 17:54:59.870422000, delta=818000 ns, racy<=15000 ns
17:54:59.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.871494000, lastModified=2022-06-06 17:54:59.870422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.870422000 to 2022-06-06 17:54:59.871422000
17:54:59.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.871739000, lastModified=2022-06-06 17:54:59.871422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.871739000, lastModified=2022-06-06 17:54:59.871422000, delta=317000 ns, racy<=15000 ns
17:54:59.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.872020000, lastModified=2022-06-06 17:54:59.871422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.872020000, lastModified=2022-06-06 17:54:59.871422000, delta=598000 ns, racy<=15000 ns
17:54:59.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.872273000, lastModified=2022-06-06 17:54:59.871422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.872273000, lastModified=2022-06-06 17:54:59.871422000, delta=851000 ns, racy<=15000 ns
17:54:59.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.872508000, lastModified=2022-06-06 17:54:59.871422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.871422000 to 2022-06-06 17:54:59.872422000
17:54:59.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.872734000, lastModified=2022-06-06 17:54:59.872422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.872734000, lastModified=2022-06-06 17:54:59.872422000, delta=312000 ns, racy<=15000 ns
17:54:59.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.872966000, lastModified=2022-06-06 17:54:59.872422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.872966000, lastModified=2022-06-06 17:54:59.872422000, delta=544000 ns, racy<=15000 ns
17:54:59.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.873203000, lastModified=2022-06-06 17:54:59.872422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.873203000, lastModified=2022-06-06 17:54:59.872422000, delta=781000 ns, racy<=15000 ns
17:54:59.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.873430000, lastModified=2022-06-06 17:54:59.872422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.872422000 to 2022-06-06 17:54:59.873422000
17:54:59.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.873652000, lastModified=2022-06-06 17:54:59.873422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.873652000, lastModified=2022-06-06 17:54:59.873422000, delta=230000 ns, racy<=15000 ns
17:54:59.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.873887000, lastModified=2022-06-06 17:54:59.873422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.873887000, lastModified=2022-06-06 17:54:59.873422000, delta=465000 ns, racy<=15000 ns
17:54:59.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.874132000, lastModified=2022-06-06 17:54:59.873422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.874132000, lastModified=2022-06-06 17:54:59.873422000, delta=710000 ns, racy<=15000 ns
17:54:59.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.874362000, lastModified=2022-06-06 17:54:59.873422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.874362000, lastModified=2022-06-06 17:54:59.873422000, delta=940000 ns, racy<=15000 ns
17:54:59.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.874623000, lastModified=2022-06-06 17:54:59.874422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.874623000, lastModified=2022-06-06 17:54:59.874422000, delta=201000 ns, racy<=15000 ns
17:54:59.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.874860000, lastModified=2022-06-06 17:54:59.874422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.874860000, lastModified=2022-06-06 17:54:59.874422000, delta=438000 ns, racy<=15000 ns
17:54:59.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.875101000, lastModified=2022-06-06 17:54:59.874422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.875101000, lastModified=2022-06-06 17:54:59.874422000, delta=679000 ns, racy<=15000 ns
17:54:59.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.875338000, lastModified=2022-06-06 17:54:59.874422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.875338000, lastModified=2022-06-06 17:54:59.874422000, delta=916000 ns, racy<=15000 ns
17:54:59.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.875574000, lastModified=2022-06-06 17:54:59.875422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.875574000, lastModified=2022-06-06 17:54:59.875422000, delta=152000 ns, racy<=15000 ns
17:54:59.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.875806000, lastModified=2022-06-06 17:54:59.875422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.875806000, lastModified=2022-06-06 17:54:59.875422000, delta=384000 ns, racy<=15000 ns
17:54:59.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.876037000, lastModified=2022-06-06 17:54:59.875422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.876037000, lastModified=2022-06-06 17:54:59.875422000, delta=615000 ns, racy<=15000 ns
17:54:59.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.876275000, lastModified=2022-06-06 17:54:59.875422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.876275000, lastModified=2022-06-06 17:54:59.875422000, delta=853000 ns, racy<=15000 ns
17:54:59.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.876509000, lastModified=2022-06-06 17:54:59.875422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.875422000 to 2022-06-06 17:54:59.876422000
17:54:59.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.876738000, lastModified=2022-06-06 17:54:59.876422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.876738000, lastModified=2022-06-06 17:54:59.876422000, delta=316000 ns, racy<=15000 ns
17:54:59.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.876 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.876972000, lastModified=2022-06-06 17:54:59.876422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.876972000, lastModified=2022-06-06 17:54:59.876422000, delta=550000 ns, racy<=15000 ns
17:54:59.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.877207000, lastModified=2022-06-06 17:54:59.876422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.877207000, lastModified=2022-06-06 17:54:59.876422000, delta=785000 ns, racy<=15000 ns
17:54:59.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.877437000, lastModified=2022-06-06 17:54:59.876422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.876422000 to 2022-06-06 17:54:59.877422000
17:54:59.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.880896000, lastModified=2022-06-06 17:54:59.877422000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.877422000 to 2022-06-06 17:54:59.880423000
17:54:59.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.881142000, lastModified=2022-06-06 17:54:59.880423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.881142000, lastModified=2022-06-06 17:54:59.880423000, delta=719000 ns, racy<=15000 ns
17:54:59.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.881400000, lastModified=2022-06-06 17:54:59.880423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.881400000, lastModified=2022-06-06 17:54:59.880423000, delta=977000 ns, racy<=15000 ns
17:54:59.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.881659000, lastModified=2022-06-06 17:54:59.881423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.881659000, lastModified=2022-06-06 17:54:59.881423000, delta=236000 ns, racy<=15000 ns
17:54:59.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.881920000, lastModified=2022-06-06 17:54:59.881423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.881920000, lastModified=2022-06-06 17:54:59.881423000, delta=497000 ns, racy<=15000 ns
17:54:59.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.882220000, lastModified=2022-06-06 17:54:59.881423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.882220000, lastModified=2022-06-06 17:54:59.881423000, delta=797000 ns, racy<=15000 ns
17:54:59.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.882472000, lastModified=2022-06-06 17:54:59.881423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.881423000 to 2022-06-06 17:54:59.882423000
17:54:59.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.882714000, lastModified=2022-06-06 17:54:59.882423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.882714000, lastModified=2022-06-06 17:54:59.882423000, delta=291000 ns, racy<=15000 ns
17:54:59.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.882962000, lastModified=2022-06-06 17:54:59.882423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.882962000, lastModified=2022-06-06 17:54:59.882423000, delta=539000 ns, racy<=15000 ns
17:54:59.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.883240000, lastModified=2022-06-06 17:54:59.882423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.883240000, lastModified=2022-06-06 17:54:59.882423000, delta=817000 ns, racy<=15000 ns
17:54:59.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.883485000, lastModified=2022-06-06 17:54:59.882423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.882423000 to 2022-06-06 17:54:59.883423000
17:54:59.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.883767000, lastModified=2022-06-06 17:54:59.883423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.883767000, lastModified=2022-06-06 17:54:59.883423000, delta=344000 ns, racy<=15000 ns
17:54:59.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.883996000, lastModified=2022-06-06 17:54:59.883423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.883996000, lastModified=2022-06-06 17:54:59.883423000, delta=573000 ns, racy<=15000 ns
17:54:59.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.884235000, lastModified=2022-06-06 17:54:59.883423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.884235000, lastModified=2022-06-06 17:54:59.883423000, delta=812000 ns, racy<=15000 ns
17:54:59.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.884465000, lastModified=2022-06-06 17:54:59.883423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.883423000 to 2022-06-06 17:54:59.884423000
17:54:59.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.884687000, lastModified=2022-06-06 17:54:59.884423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.884687000, lastModified=2022-06-06 17:54:59.884423000, delta=264000 ns, racy<=15000 ns
17:54:59.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.884914000, lastModified=2022-06-06 17:54:59.884423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.884914000, lastModified=2022-06-06 17:54:59.884423000, delta=491000 ns, racy<=15000 ns
17:54:59.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.885151000, lastModified=2022-06-06 17:54:59.884423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.885151000, lastModified=2022-06-06 17:54:59.884423000, delta=728000 ns, racy<=15000 ns
17:54:59.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.885380000, lastModified=2022-06-06 17:54:59.884423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.885380000, lastModified=2022-06-06 17:54:59.884423000, delta=957000 ns, racy<=15000 ns
17:54:59.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.885626000, lastModified=2022-06-06 17:54:59.885423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.885626000, lastModified=2022-06-06 17:54:59.885423000, delta=203000 ns, racy<=15000 ns
17:54:59.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.885863000, lastModified=2022-06-06 17:54:59.885423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.885863000, lastModified=2022-06-06 17:54:59.885423000, delta=440000 ns, racy<=15000 ns
17:54:59.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.886104000, lastModified=2022-06-06 17:54:59.885423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.886104000, lastModified=2022-06-06 17:54:59.885423000, delta=681000 ns, racy<=15000 ns
17:54:59.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.886333000, lastModified=2022-06-06 17:54:59.885423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.886333000, lastModified=2022-06-06 17:54:59.885423000, delta=910000 ns, racy<=15000 ns
17:54:59.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.886566000, lastModified=2022-06-06 17:54:59.886423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.886566000, lastModified=2022-06-06 17:54:59.886423000, delta=143000 ns, racy<=15000 ns
17:54:59.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.886800000, lastModified=2022-06-06 17:54:59.886423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.886800000, lastModified=2022-06-06 17:54:59.886423000, delta=377000 ns, racy<=15000 ns
17:54:59.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.887025000, lastModified=2022-06-06 17:54:59.886423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.887025000, lastModified=2022-06-06 17:54:59.886423000, delta=602000 ns, racy<=15000 ns
17:54:59.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.887263000, lastModified=2022-06-06 17:54:59.886423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.887263000, lastModified=2022-06-06 17:54:59.886423000, delta=840000 ns, racy<=15000 ns
17:54:59.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.887490000, lastModified=2022-06-06 17:54:59.886423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.886423000 to 2022-06-06 17:54:59.887423000
17:54:59.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.887733000, lastModified=2022-06-06 17:54:59.887423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.887733000, lastModified=2022-06-06 17:54:59.887423000, delta=310000 ns, racy<=15000 ns
17:54:59.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.887965000, lastModified=2022-06-06 17:54:59.887423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.887965000, lastModified=2022-06-06 17:54:59.887423000, delta=542000 ns, racy<=15000 ns
17:54:59.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.888204000, lastModified=2022-06-06 17:54:59.887423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.888204000, lastModified=2022-06-06 17:54:59.887423000, delta=781000 ns, racy<=15000 ns
17:54:59.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.888434000, lastModified=2022-06-06 17:54:59.887423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.887423000 to 2022-06-06 17:54:59.888423000
17:54:59.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.888664000, lastModified=2022-06-06 17:54:59.888423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.888664000, lastModified=2022-06-06 17:54:59.888423000, delta=241000 ns, racy<=15000 ns
17:54:59.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.888891000, lastModified=2022-06-06 17:54:59.888423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.888891000, lastModified=2022-06-06 17:54:59.888423000, delta=468000 ns, racy<=15000 ns
17:54:59.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.889143000, lastModified=2022-06-06 17:54:59.888423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.889143000, lastModified=2022-06-06 17:54:59.888423000, delta=720000 ns, racy<=15000 ns
17:54:59.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.893277000, lastModified=2022-06-06 17:54:59.888423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.888423000 to 2022-06-06 17:54:59.892423000
17:54:59.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.893523000, lastModified=2022-06-06 17:54:59.892423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.892423000 to 2022-06-06 17:54:59.893423000
17:54:59.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.893747000, lastModified=2022-06-06 17:54:59.893423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.893747000, lastModified=2022-06-06 17:54:59.893423000, delta=324000 ns, racy<=15000 ns
17:54:59.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.893976000, lastModified=2022-06-06 17:54:59.893423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.893976000, lastModified=2022-06-06 17:54:59.893423000, delta=553000 ns, racy<=15000 ns
17:54:59.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.894212000, lastModified=2022-06-06 17:54:59.893423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.894212000, lastModified=2022-06-06 17:54:59.893423000, delta=789000 ns, racy<=15000 ns
17:54:59.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.894441000, lastModified=2022-06-06 17:54:59.893423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.893423000 to 2022-06-06 17:54:59.894423000
17:54:59.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.894664000, lastModified=2022-06-06 17:54:59.894423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.894664000, lastModified=2022-06-06 17:54:59.894423000, delta=241000 ns, racy<=15000 ns
17:54:59.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.894896000, lastModified=2022-06-06 17:54:59.894423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.894896000, lastModified=2022-06-06 17:54:59.894423000, delta=473000 ns, racy<=15000 ns
17:54:59.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.895130000, lastModified=2022-06-06 17:54:59.894423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.895130000, lastModified=2022-06-06 17:54:59.894423000, delta=707000 ns, racy<=15000 ns
17:54:59.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.895355000, lastModified=2022-06-06 17:54:59.894423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.895355000, lastModified=2022-06-06 17:54:59.894423000, delta=932000 ns, racy<=15000 ns
17:54:59.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.895611000, lastModified=2022-06-06 17:54:59.895423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.895611000, lastModified=2022-06-06 17:54:59.895423000, delta=188000 ns, racy<=15000 ns
17:54:59.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.895842000, lastModified=2022-06-06 17:54:59.895423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.895842000, lastModified=2022-06-06 17:54:59.895423000, delta=419000 ns, racy<=15000 ns
17:54:59.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.896073000, lastModified=2022-06-06 17:54:59.895423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.896073000, lastModified=2022-06-06 17:54:59.895423000, delta=650000 ns, racy<=15000 ns
17:54:59.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.896315000, lastModified=2022-06-06 17:54:59.895423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.896315000, lastModified=2022-06-06 17:54:59.895423000, delta=892000 ns, racy<=15000 ns
17:54:59.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.896572000, lastModified=2022-06-06 17:54:59.896423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.896572000, lastModified=2022-06-06 17:54:59.896423000, delta=149000 ns, racy<=15000 ns
17:54:59.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.896822000, lastModified=2022-06-06 17:54:59.896423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.896822000, lastModified=2022-06-06 17:54:59.896423000, delta=399000 ns, racy<=15000 ns
17:54:59.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.897 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.897047000, lastModified=2022-06-06 17:54:59.896423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.897 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.897047000, lastModified=2022-06-06 17:54:59.896423000, delta=624000 ns, racy<=15000 ns
17:54:59.897 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.897 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.897292000, lastModified=2022-06-06 17:54:59.896423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.897 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.897292000, lastModified=2022-06-06 17:54:59.896423000, delta=869000 ns, racy<=15000 ns
17:54:59.897 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.897 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.897522000, lastModified=2022-06-06 17:54:59.896423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.897 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.896423000 to 2022-06-06 17:54:59.897423000
17:54:59.897 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.897741000, lastModified=2022-06-06 17:54:59.897423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.897 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.897741000, lastModified=2022-06-06 17:54:59.897423000, delta=318000 ns, racy<=15000 ns
17:54:59.897 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.897 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.897975000, lastModified=2022-06-06 17:54:59.897423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.898 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.897975000, lastModified=2022-06-06 17:54:59.897423000, delta=552000 ns, racy<=15000 ns
17:54:59.898 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.898 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.898209000, lastModified=2022-06-06 17:54:59.897423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.898 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.898209000, lastModified=2022-06-06 17:54:59.897423000, delta=786000 ns, racy<=15000 ns
17:54:59.898 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.898 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.898438000, lastModified=2022-06-06 17:54:59.897423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.898 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.897423000 to 2022-06-06 17:54:59.898423000
17:54:59.898 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.898659000, lastModified=2022-06-06 17:54:59.898423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.898 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.898659000, lastModified=2022-06-06 17:54:59.898423000, delta=236000 ns, racy<=15000 ns
17:54:59.898 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.898 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.898888000, lastModified=2022-06-06 17:54:59.898423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.898888000, lastModified=2022-06-06 17:54:59.898423000, delta=465000 ns, racy<=15000 ns
17:54:59.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.899124000, lastModified=2022-06-06 17:54:59.898423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.899124000, lastModified=2022-06-06 17:54:59.898423000, delta=701000 ns, racy<=15000 ns
17:54:59.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.899361000, lastModified=2022-06-06 17:54:59.898423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.899361000, lastModified=2022-06-06 17:54:59.898423000, delta=938000 ns, racy<=15000 ns
17:54:59.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.899604000, lastModified=2022-06-06 17:54:59.899423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.899604000, lastModified=2022-06-06 17:54:59.899423000, delta=181000 ns, racy<=15000 ns
17:54:59.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.899851000, lastModified=2022-06-06 17:54:59.899423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.899851000, lastModified=2022-06-06 17:54:59.899423000, delta=428000 ns, racy<=15000 ns
17:54:59.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.900118000, lastModified=2022-06-06 17:54:59.899423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.900118000, lastModified=2022-06-06 17:54:59.899423000, delta=695000 ns, racy<=15000 ns
17:54:59.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.900367000, lastModified=2022-06-06 17:54:59.899423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.900367000, lastModified=2022-06-06 17:54:59.899423000, delta=944000 ns, racy<=15000 ns
17:54:59.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.900692000, lastModified=2022-06-06 17:54:59.900423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.900692000, lastModified=2022-06-06 17:54:59.900423000, delta=269000 ns, racy<=15000 ns
17:54:59.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.900944000, lastModified=2022-06-06 17:54:59.900423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.900944000, lastModified=2022-06-06 17:54:59.900423000, delta=521000 ns, racy<=15000 ns
17:54:59.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.901192000, lastModified=2022-06-06 17:54:59.900423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.901192000, lastModified=2022-06-06 17:54:59.900423000, delta=769000 ns, racy<=15000 ns
17:54:59.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.901435000, lastModified=2022-06-06 17:54:59.900423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.900423000 to 2022-06-06 17:54:59.901423000
17:54:59.903 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.903827000, lastModified=2022-06-06 17:54:59.901423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.901423000 to 2022-06-06 17:54:59.903423000
17:54:59.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.904102000, lastModified=2022-06-06 17:54:59.903423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.904102000, lastModified=2022-06-06 17:54:59.903423000, delta=679000 ns, racy<=15000 ns
17:54:59.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.904362000, lastModified=2022-06-06 17:54:59.903423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.904362000, lastModified=2022-06-06 17:54:59.903423000, delta=939000 ns, racy<=15000 ns
17:54:59.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.904656000, lastModified=2022-06-06 17:54:59.904423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.904656000, lastModified=2022-06-06 17:54:59.904423000, delta=233000 ns, racy<=15000 ns
17:54:59.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.904 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.904921000, lastModified=2022-06-06 17:54:59.904423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.904921000, lastModified=2022-06-06 17:54:59.904423000, delta=498000 ns, racy<=15000 ns
17:54:59.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.905174000, lastModified=2022-06-06 17:54:59.904423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.905174000, lastModified=2022-06-06 17:54:59.904423000, delta=751000 ns, racy<=15000 ns
17:54:59.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.905424000, lastModified=2022-06-06 17:54:59.904423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.904423000 to 2022-06-06 17:54:59.905423000
17:54:59.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.905703000, lastModified=2022-06-06 17:54:59.905423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.905703000, lastModified=2022-06-06 17:54:59.905423000, delta=280000 ns, racy<=15000 ns
17:54:59.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.905 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.905954000, lastModified=2022-06-06 17:54:59.905423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.905954000, lastModified=2022-06-06 17:54:59.905423000, delta=531000 ns, racy<=15000 ns
17:54:59.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.906201000, lastModified=2022-06-06 17:54:59.905423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.906201000, lastModified=2022-06-06 17:54:59.905423000, delta=778000 ns, racy<=15000 ns
17:54:59.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.906431000, lastModified=2022-06-06 17:54:59.905423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.905423000 to 2022-06-06 17:54:59.906423000
17:54:59.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.906655000, lastModified=2022-06-06 17:54:59.906423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.906655000, lastModified=2022-06-06 17:54:59.906423000, delta=232000 ns, racy<=15000 ns
17:54:59.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.906890000, lastModified=2022-06-06 17:54:59.906423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.906890000, lastModified=2022-06-06 17:54:59.906423000, delta=467000 ns, racy<=15000 ns
17:54:59.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.907125000, lastModified=2022-06-06 17:54:59.906423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.907125000, lastModified=2022-06-06 17:54:59.906423000, delta=702000 ns, racy<=15000 ns
17:54:59.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.907353000, lastModified=2022-06-06 17:54:59.906423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.907353000, lastModified=2022-06-06 17:54:59.906423000, delta=930000 ns, racy<=15000 ns
17:54:59.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.907592000, lastModified=2022-06-06 17:54:59.907423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.907592000, lastModified=2022-06-06 17:54:59.907423000, delta=169000 ns, racy<=15000 ns
17:54:59.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.907821000, lastModified=2022-06-06 17:54:59.907423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.907821000, lastModified=2022-06-06 17:54:59.907423000, delta=398000 ns, racy<=15000 ns
17:54:59.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.908053000, lastModified=2022-06-06 17:54:59.907423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.908053000, lastModified=2022-06-06 17:54:59.907423000, delta=630000 ns, racy<=15000 ns
17:54:59.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.908289000, lastModified=2022-06-06 17:54:59.907423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.908289000, lastModified=2022-06-06 17:54:59.907423000, delta=866000 ns, racy<=15000 ns
17:54:59.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.908523000, lastModified=2022-06-06 17:54:59.907423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.907423000 to 2022-06-06 17:54:59.908423000
17:54:59.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.908751000, lastModified=2022-06-06 17:54:59.908423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.908751000, lastModified=2022-06-06 17:54:59.908423000, delta=328000 ns, racy<=15000 ns
17:54:59.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.908992000, lastModified=2022-06-06 17:54:59.908423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.908992000, lastModified=2022-06-06 17:54:59.908423000, delta=569000 ns, racy<=15000 ns
17:54:59.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.909233000, lastModified=2022-06-06 17:54:59.908423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.909233000, lastModified=2022-06-06 17:54:59.908423000, delta=810000 ns, racy<=15000 ns
17:54:59.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.909461000, lastModified=2022-06-06 17:54:59.908423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.908423000 to 2022-06-06 17:54:59.909423000
17:54:59.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.909683000, lastModified=2022-06-06 17:54:59.909423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.909683000, lastModified=2022-06-06 17:54:59.909423000, delta=260000 ns, racy<=15000 ns
17:54:59.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.909911000, lastModified=2022-06-06 17:54:59.909423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.909911000, lastModified=2022-06-06 17:54:59.909423000, delta=488000 ns, racy<=15000 ns
17:54:59.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.910149000, lastModified=2022-06-06 17:54:59.909423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.910149000, lastModified=2022-06-06 17:54:59.909423000, delta=726000 ns, racy<=15000 ns
17:54:59.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.910378000, lastModified=2022-06-06 17:54:59.909423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.910378000, lastModified=2022-06-06 17:54:59.909423000, delta=955000 ns, racy<=15000 ns
17:54:59.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.910640000, lastModified=2022-06-06 17:54:59.910423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.910640000, lastModified=2022-06-06 17:54:59.910423000, delta=217000 ns, racy<=15000 ns
17:54:59.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.910870000, lastModified=2022-06-06 17:54:59.910423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.910870000, lastModified=2022-06-06 17:54:59.910423000, delta=447000 ns, racy<=15000 ns
17:54:59.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.911137000, lastModified=2022-06-06 17:54:59.910423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.911137000, lastModified=2022-06-06 17:54:59.910423000, delta=714000 ns, racy<=15000 ns
17:54:59.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.911386000, lastModified=2022-06-06 17:54:59.910423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.911386000, lastModified=2022-06-06 17:54:59.910423000, delta=963000 ns, racy<=15000 ns
17:54:59.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.911646000, lastModified=2022-06-06 17:54:59.911423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.911646000, lastModified=2022-06-06 17:54:59.911423000, delta=223000 ns, racy<=15000 ns
17:54:59.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.911922000, lastModified=2022-06-06 17:54:59.911423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.911922000, lastModified=2022-06-06 17:54:59.911423000, delta=499000 ns, racy<=15000 ns
17:54:59.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.912177000, lastModified=2022-06-06 17:54:59.911423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.912177000, lastModified=2022-06-06 17:54:59.911423000, delta=754000 ns, racy<=15000 ns
17:54:59.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.914 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.914756000, lastModified=2022-06-06 17:54:59.911423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.914 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.911423000 to 2022-06-06 17:54:59.914423000
17:54:59.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.915011000, lastModified=2022-06-06 17:54:59.914423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.915011000, lastModified=2022-06-06 17:54:59.914423000, delta=588000 ns, racy<=15000 ns
17:54:59.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.915305000, lastModified=2022-06-06 17:54:59.914423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.915305000, lastModified=2022-06-06 17:54:59.914423000, delta=882000 ns, racy<=15000 ns
17:54:59.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.915560000, lastModified=2022-06-06 17:54:59.915423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.915560000, lastModified=2022-06-06 17:54:59.915423000, delta=137000 ns, racy<=15000 ns
17:54:59.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.915813000, lastModified=2022-06-06 17:54:59.915423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.915813000, lastModified=2022-06-06 17:54:59.915423000, delta=390000 ns, racy<=15000 ns
17:54:59.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.916137000, lastModified=2022-06-06 17:54:59.915423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.916137000, lastModified=2022-06-06 17:54:59.915423000, delta=714000 ns, racy<=15000 ns
17:54:59.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.916384000, lastModified=2022-06-06 17:54:59.915423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.916384000, lastModified=2022-06-06 17:54:59.915423000, delta=961000 ns, racy<=15000 ns
17:54:59.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.916664000, lastModified=2022-06-06 17:54:59.916423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.916664000, lastModified=2022-06-06 17:54:59.916423000, delta=241000 ns, racy<=15000 ns
17:54:59.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.916894000, lastModified=2022-06-06 17:54:59.916423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.916894000, lastModified=2022-06-06 17:54:59.916423000, delta=471000 ns, racy<=15000 ns
17:54:59.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.917126000, lastModified=2022-06-06 17:54:59.916423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.917126000, lastModified=2022-06-06 17:54:59.916423000, delta=703000 ns, racy<=15000 ns
17:54:59.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.917347000, lastModified=2022-06-06 17:54:59.916423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.917347000, lastModified=2022-06-06 17:54:59.916423000, delta=924000 ns, racy<=15000 ns
17:54:59.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.917579000, lastModified=2022-06-06 17:54:59.917423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.917579000, lastModified=2022-06-06 17:54:59.917423000, delta=156000 ns, racy<=15000 ns
17:54:59.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.917814000, lastModified=2022-06-06 17:54:59.917423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.917814000, lastModified=2022-06-06 17:54:59.917423000, delta=391000 ns, racy<=15000 ns
17:54:59.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.918040000, lastModified=2022-06-06 17:54:59.917423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.918040000, lastModified=2022-06-06 17:54:59.917423000, delta=617000 ns, racy<=15000 ns
17:54:59.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.918288000, lastModified=2022-06-06 17:54:59.917423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.918288000, lastModified=2022-06-06 17:54:59.917423000, delta=865000 ns, racy<=15000 ns
17:54:59.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.918521000, lastModified=2022-06-06 17:54:59.917423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.917423000 to 2022-06-06 17:54:59.918423000
17:54:59.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.918741000, lastModified=2022-06-06 17:54:59.918423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.918741000, lastModified=2022-06-06 17:54:59.918423000, delta=318000 ns, racy<=15000 ns
17:54:59.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.918962000, lastModified=2022-06-06 17:54:59.918423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.918962000, lastModified=2022-06-06 17:54:59.918423000, delta=539000 ns, racy<=15000 ns
17:54:59.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.919190000, lastModified=2022-06-06 17:54:59.918423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.919190000, lastModified=2022-06-06 17:54:59.918423000, delta=767000 ns, racy<=15000 ns
17:54:59.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.919408000, lastModified=2022-06-06 17:54:59.918423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.919408000, lastModified=2022-06-06 17:54:59.918423000, delta=985000 ns, racy<=15000 ns
17:54:59.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.919646000, lastModified=2022-06-06 17:54:59.919423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.919646000, lastModified=2022-06-06 17:54:59.919423000, delta=223000 ns, racy<=15000 ns
17:54:59.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.919852000, lastModified=2022-06-06 17:54:59.919423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.919852000, lastModified=2022-06-06 17:54:59.919423000, delta=429000 ns, racy<=15000 ns
17:54:59.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.920059000, lastModified=2022-06-06 17:54:59.919423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.920059000, lastModified=2022-06-06 17:54:59.919423000, delta=636000 ns, racy<=15000 ns
17:54:59.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.920277000, lastModified=2022-06-06 17:54:59.919423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.920277000, lastModified=2022-06-06 17:54:59.919423000, delta=854000 ns, racy<=15000 ns
17:54:59.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.920480000, lastModified=2022-06-06 17:54:59.919423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.919423000 to 2022-06-06 17:54:59.920423000
17:54:59.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.920714000, lastModified=2022-06-06 17:54:59.920423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.920714000, lastModified=2022-06-06 17:54:59.920423000, delta=291000 ns, racy<=15000 ns
17:54:59.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.920939000, lastModified=2022-06-06 17:54:59.920423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.920939000, lastModified=2022-06-06 17:54:59.920423000, delta=516000 ns, racy<=15000 ns
17:54:59.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.921171000, lastModified=2022-06-06 17:54:59.920423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.921171000, lastModified=2022-06-06 17:54:59.920423000, delta=748000 ns, racy<=15000 ns
17:54:59.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.921402000, lastModified=2022-06-06 17:54:59.920423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.921402000, lastModified=2022-06-06 17:54:59.920423000, delta=979000 ns, racy<=15000 ns
17:54:59.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.921633000, lastModified=2022-06-06 17:54:59.921423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.921633000, lastModified=2022-06-06 17:54:59.921423000, delta=210000 ns, racy<=15000 ns
17:54:59.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.921854000, lastModified=2022-06-06 17:54:59.921423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.921854000, lastModified=2022-06-06 17:54:59.921423000, delta=431000 ns, racy<=15000 ns
17:54:59.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.922070000, lastModified=2022-06-06 17:54:59.921423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.922070000, lastModified=2022-06-06 17:54:59.921423000, delta=647000 ns, racy<=15000 ns
17:54:59.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.922298000, lastModified=2022-06-06 17:54:59.921423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.922298000, lastModified=2022-06-06 17:54:59.921423000, delta=875000 ns, racy<=15000 ns
17:54:59.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.922530000, lastModified=2022-06-06 17:54:59.921423000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.921423000 to 2022-06-06 17:54:59.922424000
17:54:59.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.922744000, lastModified=2022-06-06 17:54:59.922424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.922744000, lastModified=2022-06-06 17:54:59.922424000, delta=320000 ns, racy<=15000 ns
17:54:59.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.926243000, lastModified=2022-06-06 17:54:59.922424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.922424000 to 2022-06-06 17:54:59.925424000
17:54:59.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.926554000, lastModified=2022-06-06 17:54:59.925424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.925424000 to 2022-06-06 17:54:59.926424000
17:54:59.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.926768000, lastModified=2022-06-06 17:54:59.926424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.926768000, lastModified=2022-06-06 17:54:59.926424000, delta=344000 ns, racy<=15000 ns
17:54:59.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.927008000, lastModified=2022-06-06 17:54:59.926424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.927008000, lastModified=2022-06-06 17:54:59.926424000, delta=584000 ns, racy<=15000 ns
17:54:59.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.927259000, lastModified=2022-06-06 17:54:59.926424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.927259000, lastModified=2022-06-06 17:54:59.926424000, delta=835000 ns, racy<=15000 ns
17:54:59.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.927478000, lastModified=2022-06-06 17:54:59.926424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.926424000 to 2022-06-06 17:54:59.927424000
17:54:59.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.927701000, lastModified=2022-06-06 17:54:59.927424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.927701000, lastModified=2022-06-06 17:54:59.927424000, delta=277000 ns, racy<=15000 ns
17:54:59.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.927918000, lastModified=2022-06-06 17:54:59.927424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.927918000, lastModified=2022-06-06 17:54:59.927424000, delta=494000 ns, racy<=15000 ns
17:54:59.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.928164000, lastModified=2022-06-06 17:54:59.927424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.928164000, lastModified=2022-06-06 17:54:59.927424000, delta=740000 ns, racy<=15000 ns
17:54:59.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.928381000, lastModified=2022-06-06 17:54:59.927424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.928381000, lastModified=2022-06-06 17:54:59.927424000, delta=957000 ns, racy<=15000 ns
17:54:59.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.928642000, lastModified=2022-06-06 17:54:59.928424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.928642000, lastModified=2022-06-06 17:54:59.928424000, delta=218000 ns, racy<=15000 ns
17:54:59.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.928861000, lastModified=2022-06-06 17:54:59.928424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.928861000, lastModified=2022-06-06 17:54:59.928424000, delta=437000 ns, racy<=15000 ns
17:54:59.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.929091000, lastModified=2022-06-06 17:54:59.928424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.929091000, lastModified=2022-06-06 17:54:59.928424000, delta=667000 ns, racy<=15000 ns
17:54:59.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.929323000, lastModified=2022-06-06 17:54:59.928424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.929323000, lastModified=2022-06-06 17:54:59.928424000, delta=899000 ns, racy<=15000 ns
17:54:59.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.929539000, lastModified=2022-06-06 17:54:59.929424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.929539000, lastModified=2022-06-06 17:54:59.929424000, delta=115000 ns, racy<=15000 ns
17:54:59.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.929747000, lastModified=2022-06-06 17:54:59.929424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.929747000, lastModified=2022-06-06 17:54:59.929424000, delta=323000 ns, racy<=15000 ns
17:54:59.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.929948000, lastModified=2022-06-06 17:54:59.929424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.929948000, lastModified=2022-06-06 17:54:59.929424000, delta=524000 ns, racy<=15000 ns
17:54:59.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.930178000, lastModified=2022-06-06 17:54:59.929424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.930178000, lastModified=2022-06-06 17:54:59.929424000, delta=754000 ns, racy<=15000 ns
17:54:59.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.930382000, lastModified=2022-06-06 17:54:59.929424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.930382000, lastModified=2022-06-06 17:54:59.929424000, delta=958000 ns, racy<=15000 ns
17:54:59.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.930620000, lastModified=2022-06-06 17:54:59.930424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.930620000, lastModified=2022-06-06 17:54:59.930424000, delta=196000 ns, racy<=15000 ns
17:54:59.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.930827000, lastModified=2022-06-06 17:54:59.930424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.930827000, lastModified=2022-06-06 17:54:59.930424000, delta=403000 ns, racy<=15000 ns
17:54:59.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.931034000, lastModified=2022-06-06 17:54:59.930424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.931034000, lastModified=2022-06-06 17:54:59.930424000, delta=610000 ns, racy<=15000 ns
17:54:59.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.931254000, lastModified=2022-06-06 17:54:59.930424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.931254000, lastModified=2022-06-06 17:54:59.930424000, delta=830000 ns, racy<=15000 ns
17:54:59.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.931459000, lastModified=2022-06-06 17:54:59.930424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.930424000 to 2022-06-06 17:54:59.931424000
17:54:59.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.931659000, lastModified=2022-06-06 17:54:59.931424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.931659000, lastModified=2022-06-06 17:54:59.931424000, delta=235000 ns, racy<=15000 ns
17:54:59.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.931862000, lastModified=2022-06-06 17:54:59.931424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.931862000, lastModified=2022-06-06 17:54:59.931424000, delta=438000 ns, racy<=15000 ns
17:54:59.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.932063000, lastModified=2022-06-06 17:54:59.931424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.932063000, lastModified=2022-06-06 17:54:59.931424000, delta=639000 ns, racy<=15000 ns
17:54:59.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.932273000, lastModified=2022-06-06 17:54:59.931424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.932273000, lastModified=2022-06-06 17:54:59.931424000, delta=849000 ns, racy<=15000 ns
17:54:59.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.932477000, lastModified=2022-06-06 17:54:59.931424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.931424000 to 2022-06-06 17:54:59.932424000
17:54:59.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.932674000, lastModified=2022-06-06 17:54:59.932424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.932674000, lastModified=2022-06-06 17:54:59.932424000, delta=250000 ns, racy<=15000 ns
17:54:59.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.932879000, lastModified=2022-06-06 17:54:59.932424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.932879000, lastModified=2022-06-06 17:54:59.932424000, delta=455000 ns, racy<=15000 ns
17:54:59.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.933095000, lastModified=2022-06-06 17:54:59.932424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.933095000, lastModified=2022-06-06 17:54:59.932424000, delta=671000 ns, racy<=15000 ns
17:54:59.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.933301000, lastModified=2022-06-06 17:54:59.932424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.933301000, lastModified=2022-06-06 17:54:59.932424000, delta=877000 ns, racy<=15000 ns
17:54:59.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.933520000, lastModified=2022-06-06 17:54:59.932424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.932424000 to 2022-06-06 17:54:59.933424000
17:54:59.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.933742000, lastModified=2022-06-06 17:54:59.933424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.933742000, lastModified=2022-06-06 17:54:59.933424000, delta=318000 ns, racy<=15000 ns
17:54:59.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.937275000, lastModified=2022-06-06 17:54:59.933424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.933424000 to 2022-06-06 17:54:59.936424000
17:54:59.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.937513000, lastModified=2022-06-06 17:54:59.936424000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:54:59.936424000 to 2022-06-06 17:54:59.998425000
17:54:59.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.999572000, lastModified=2022-06-06 17:54:59.999425000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.999572000, lastModified=2022-06-06 17:54:59.999425000, delta=147000 ns, racy<=15000 ns
17:54:59.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:54:59.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:54:59.999837000, lastModified=2022-06-06 17:54:59.999425000, size=1, fileKey=(dev=100097,ino=178419471)
17:54:59.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:54:59.999837000, lastModified=2022-06-06 17:54:59.999425000, delta=412000 ns, racy<=15000 ns
17:54:59.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.000074000, lastModified=2022-06-06 17:54:59.999425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.000074000, lastModified=2022-06-06 17:54:59.999425000, delta=649000 ns, racy<=15000 ns
17:55:00.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.000322000, lastModified=2022-06-06 17:54:59.999425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.000322000, lastModified=2022-06-06 17:54:59.999425000, delta=897000 ns, racy<=15000 ns
17:55:00.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.000563000, lastModified=2022-06-06 17:55:00.000425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.000563000, lastModified=2022-06-06 17:55:00.000425000, delta=138000 ns, racy<=15000 ns
17:55:00.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.000785000, lastModified=2022-06-06 17:55:00.000425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.000785000, lastModified=2022-06-06 17:55:00.000425000, delta=360000 ns, racy<=15000 ns
17:55:00.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.001002000, lastModified=2022-06-06 17:55:00.000425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.001002000, lastModified=2022-06-06 17:55:00.000425000, delta=577000 ns, racy<=15000 ns
17:55:00.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.001225000, lastModified=2022-06-06 17:55:00.000425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.001225000, lastModified=2022-06-06 17:55:00.000425000, delta=800000 ns, racy<=15000 ns
17:55:00.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.001438000, lastModified=2022-06-06 17:55:00.000425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.000425000 to 2022-06-06 17:55:00.001425000
17:55:00.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.001651000, lastModified=2022-06-06 17:55:00.001425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.001651000, lastModified=2022-06-06 17:55:00.001425000, delta=226000 ns, racy<=15000 ns
17:55:00.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.001857000, lastModified=2022-06-06 17:55:00.001425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.001857000, lastModified=2022-06-06 17:55:00.001425000, delta=432000 ns, racy<=15000 ns
17:55:00.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.002059000, lastModified=2022-06-06 17:55:00.001425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.002059000, lastModified=2022-06-06 17:55:00.001425000, delta=634000 ns, racy<=15000 ns
17:55:00.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.002271000, lastModified=2022-06-06 17:55:00.001425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.002271000, lastModified=2022-06-06 17:55:00.001425000, delta=846000 ns, racy<=15000 ns
17:55:00.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.002471000, lastModified=2022-06-06 17:55:00.001425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.001425000 to 2022-06-06 17:55:00.002425000
17:55:00.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.002671000, lastModified=2022-06-06 17:55:00.002425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.002671000, lastModified=2022-06-06 17:55:00.002425000, delta=246000 ns, racy<=15000 ns
17:55:00.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.002898000, lastModified=2022-06-06 17:55:00.002425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.002898000, lastModified=2022-06-06 17:55:00.002425000, delta=473000 ns, racy<=15000 ns
17:55:00.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.003116000, lastModified=2022-06-06 17:55:00.002425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.003116000, lastModified=2022-06-06 17:55:00.002425000, delta=691000 ns, racy<=15000 ns
17:55:00.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.003322000, lastModified=2022-06-06 17:55:00.002425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.003322000, lastModified=2022-06-06 17:55:00.002425000, delta=897000 ns, racy<=15000 ns
17:55:00.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.003532000, lastModified=2022-06-06 17:55:00.002425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.002425000 to 2022-06-06 17:55:00.003425000
17:55:00.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.003867000, lastModified=2022-06-06 17:55:00.003425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.003867000, lastModified=2022-06-06 17:55:00.003425000, delta=442000 ns, racy<=15000 ns
17:55:00.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.004098000, lastModified=2022-06-06 17:55:00.003425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.004098000, lastModified=2022-06-06 17:55:00.003425000, delta=673000 ns, racy<=15000 ns
17:55:00.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.004300000, lastModified=2022-06-06 17:55:00.003425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.004300000, lastModified=2022-06-06 17:55:00.003425000, delta=875000 ns, racy<=15000 ns
17:55:00.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.004539000, lastModified=2022-06-06 17:55:00.004425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.004539000, lastModified=2022-06-06 17:55:00.004425000, delta=114000 ns, racy<=15000 ns
17:55:00.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.004757000, lastModified=2022-06-06 17:55:00.004425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.004757000, lastModified=2022-06-06 17:55:00.004425000, delta=332000 ns, racy<=15000 ns
17:55:00.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.004970000, lastModified=2022-06-06 17:55:00.004425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.004970000, lastModified=2022-06-06 17:55:00.004425000, delta=545000 ns, racy<=15000 ns
17:55:00.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.005196000, lastModified=2022-06-06 17:55:00.004425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.005196000, lastModified=2022-06-06 17:55:00.004425000, delta=771000 ns, racy<=15000 ns
17:55:00.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.005418000, lastModified=2022-06-06 17:55:00.004425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.004425000 to 2022-06-06 17:55:00.005425000
17:55:00.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.005650000, lastModified=2022-06-06 17:55:00.005425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.005650000, lastModified=2022-06-06 17:55:00.005425000, delta=225000 ns, racy<=15000 ns
17:55:00.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.005881000, lastModified=2022-06-06 17:55:00.005425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.005881000, lastModified=2022-06-06 17:55:00.005425000, delta=456000 ns, racy<=15000 ns
17:55:00.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.006155000, lastModified=2022-06-06 17:55:00.005425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.006155000, lastModified=2022-06-06 17:55:00.005425000, delta=730000 ns, racy<=15000 ns
17:55:00.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.006410000, lastModified=2022-06-06 17:55:00.005425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.006410000, lastModified=2022-06-06 17:55:00.005425000, delta=985000 ns, racy<=15000 ns
17:55:00.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.006635000, lastModified=2022-06-06 17:55:00.006425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.006635000, lastModified=2022-06-06 17:55:00.006425000, delta=210000 ns, racy<=15000 ns
17:55:00.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.006855000, lastModified=2022-06-06 17:55:00.006425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.006855000, lastModified=2022-06-06 17:55:00.006425000, delta=430000 ns, racy<=15000 ns
17:55:00.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.011156000, lastModified=2022-06-06 17:55:00.006425000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.006425000 to 2022-06-06 17:55:00.010426000
17:55:00.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.011382000, lastModified=2022-06-06 17:55:00.010426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.011382000, lastModified=2022-06-06 17:55:00.010426000, delta=956000 ns, racy<=15000 ns
17:55:00.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.011643000, lastModified=2022-06-06 17:55:00.011426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.011643000, lastModified=2022-06-06 17:55:00.011426000, delta=217000 ns, racy<=15000 ns
17:55:00.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.011857000, lastModified=2022-06-06 17:55:00.011426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.011857000, lastModified=2022-06-06 17:55:00.011426000, delta=431000 ns, racy<=15000 ns
17:55:00.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.012114000, lastModified=2022-06-06 17:55:00.011426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.012114000, lastModified=2022-06-06 17:55:00.011426000, delta=688000 ns, racy<=15000 ns
17:55:00.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.012331000, lastModified=2022-06-06 17:55:00.011426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.012331000, lastModified=2022-06-06 17:55:00.011426000, delta=905000 ns, racy<=15000 ns
17:55:00.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.012555000, lastModified=2022-06-06 17:55:00.012426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.012555000, lastModified=2022-06-06 17:55:00.012426000, delta=129000 ns, racy<=15000 ns
17:55:00.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.012774000, lastModified=2022-06-06 17:55:00.012426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.012774000, lastModified=2022-06-06 17:55:00.012426000, delta=348000 ns, racy<=15000 ns
17:55:00.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.012994000, lastModified=2022-06-06 17:55:00.012426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.012994000, lastModified=2022-06-06 17:55:00.012426000, delta=568000 ns, racy<=15000 ns
17:55:00.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.013253000, lastModified=2022-06-06 17:55:00.012426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.013253000, lastModified=2022-06-06 17:55:00.012426000, delta=827000 ns, racy<=15000 ns
17:55:00.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.013471000, lastModified=2022-06-06 17:55:00.012426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.012426000 to 2022-06-06 17:55:00.013426000
17:55:00.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.013677000, lastModified=2022-06-06 17:55:00.013426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.013677000, lastModified=2022-06-06 17:55:00.013426000, delta=251000 ns, racy<=15000 ns
17:55:00.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.013890000, lastModified=2022-06-06 17:55:00.013426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.013890000, lastModified=2022-06-06 17:55:00.013426000, delta=464000 ns, racy<=15000 ns
17:55:00.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.014113000, lastModified=2022-06-06 17:55:00.013426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.014113000, lastModified=2022-06-06 17:55:00.013426000, delta=687000 ns, racy<=15000 ns
17:55:00.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.014358000, lastModified=2022-06-06 17:55:00.013426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.014358000, lastModified=2022-06-06 17:55:00.013426000, delta=932000 ns, racy<=15000 ns
17:55:00.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.014580000, lastModified=2022-06-06 17:55:00.014426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.014580000, lastModified=2022-06-06 17:55:00.014426000, delta=154000 ns, racy<=15000 ns
17:55:00.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.014798000, lastModified=2022-06-06 17:55:00.014426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.014798000, lastModified=2022-06-06 17:55:00.014426000, delta=372000 ns, racy<=15000 ns
17:55:00.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.015011000, lastModified=2022-06-06 17:55:00.014426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.015011000, lastModified=2022-06-06 17:55:00.014426000, delta=585000 ns, racy<=15000 ns
17:55:00.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.015246000, lastModified=2022-06-06 17:55:00.014426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.015246000, lastModified=2022-06-06 17:55:00.014426000, delta=820000 ns, racy<=15000 ns
17:55:00.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.015464000, lastModified=2022-06-06 17:55:00.014426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.014426000 to 2022-06-06 17:55:00.015426000
17:55:00.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.015704000, lastModified=2022-06-06 17:55:00.015426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.015704000, lastModified=2022-06-06 17:55:00.015426000, delta=278000 ns, racy<=15000 ns
17:55:00.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.015916000, lastModified=2022-06-06 17:55:00.015426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.015916000, lastModified=2022-06-06 17:55:00.015426000, delta=490000 ns, racy<=15000 ns
17:55:00.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.016136000, lastModified=2022-06-06 17:55:00.015426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.016136000, lastModified=2022-06-06 17:55:00.015426000, delta=710000 ns, racy<=15000 ns
17:55:00.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.016361000, lastModified=2022-06-06 17:55:00.015426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.016361000, lastModified=2022-06-06 17:55:00.015426000, delta=935000 ns, racy<=15000 ns
17:55:00.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.016579000, lastModified=2022-06-06 17:55:00.016426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.016579000, lastModified=2022-06-06 17:55:00.016426000, delta=153000 ns, racy<=15000 ns
17:55:00.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.020654000, lastModified=2022-06-06 17:55:00.020426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.020654000, lastModified=2022-06-06 17:55:00.020426000, delta=228000 ns, racy<=15000 ns
17:55:00.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.024 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.024407000, lastModified=2022-06-06 17:55:00.023426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.028 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.023426000 to 2022-06-06 17:55:00.027426000
17:55:00.028 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.028236000, lastModified=2022-06-06 17:55:00.027426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.028 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.028236000, lastModified=2022-06-06 17:55:00.027426000, delta=810000 ns, racy<=15000 ns
17:55:00.028 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.028 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.028468000, lastModified=2022-06-06 17:55:00.027426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.028 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.027426000 to 2022-06-06 17:55:00.028426000
17:55:00.028 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.028690000, lastModified=2022-06-06 17:55:00.028426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.028 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.028690000, lastModified=2022-06-06 17:55:00.028426000, delta=264000 ns, racy<=15000 ns
17:55:00.028 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.028 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.028907000, lastModified=2022-06-06 17:55:00.028426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.028907000, lastModified=2022-06-06 17:55:00.028426000, delta=481000 ns, racy<=15000 ns
17:55:00.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.029151000, lastModified=2022-06-06 17:55:00.028426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.029151000, lastModified=2022-06-06 17:55:00.028426000, delta=725000 ns, racy<=15000 ns
17:55:00.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.029371000, lastModified=2022-06-06 17:55:00.028426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.029371000, lastModified=2022-06-06 17:55:00.028426000, delta=945000 ns, racy<=15000 ns
17:55:00.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.029693000, lastModified=2022-06-06 17:55:00.029426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.029693000, lastModified=2022-06-06 17:55:00.029426000, delta=267000 ns, racy<=15000 ns
17:55:00.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.029943000, lastModified=2022-06-06 17:55:00.029426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.029943000, lastModified=2022-06-06 17:55:00.029426000, delta=517000 ns, racy<=15000 ns
17:55:00.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.030173000, lastModified=2022-06-06 17:55:00.029426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.030173000, lastModified=2022-06-06 17:55:00.029426000, delta=747000 ns, racy<=15000 ns
17:55:00.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.030388000, lastModified=2022-06-06 17:55:00.029426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.030388000, lastModified=2022-06-06 17:55:00.029426000, delta=962000 ns, racy<=15000 ns
17:55:00.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.030622000, lastModified=2022-06-06 17:55:00.030426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.030622000, lastModified=2022-06-06 17:55:00.030426000, delta=196000 ns, racy<=15000 ns
17:55:00.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.030828000, lastModified=2022-06-06 17:55:00.030426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.030828000, lastModified=2022-06-06 17:55:00.030426000, delta=402000 ns, racy<=15000 ns
17:55:00.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.031041000, lastModified=2022-06-06 17:55:00.030426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.031041000, lastModified=2022-06-06 17:55:00.030426000, delta=615000 ns, racy<=15000 ns
17:55:00.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.031257000, lastModified=2022-06-06 17:55:00.030426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.031257000, lastModified=2022-06-06 17:55:00.030426000, delta=831000 ns, racy<=15000 ns
17:55:00.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.031457000, lastModified=2022-06-06 17:55:00.030426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.030426000 to 2022-06-06 17:55:00.031426000
17:55:00.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.031657000, lastModified=2022-06-06 17:55:00.031426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.031657000, lastModified=2022-06-06 17:55:00.031426000, delta=231000 ns, racy<=15000 ns
17:55:00.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.031860000, lastModified=2022-06-06 17:55:00.031426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.031860000, lastModified=2022-06-06 17:55:00.031426000, delta=434000 ns, racy<=15000 ns
17:55:00.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.032062000, lastModified=2022-06-06 17:55:00.031426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.032062000, lastModified=2022-06-06 17:55:00.031426000, delta=636000 ns, racy<=15000 ns
17:55:00.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.032270000, lastModified=2022-06-06 17:55:00.031426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.032270000, lastModified=2022-06-06 17:55:00.031426000, delta=844000 ns, racy<=15000 ns
17:55:00.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.032473000, lastModified=2022-06-06 17:55:00.031426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.031426000 to 2022-06-06 17:55:00.032426000
17:55:00.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.032671000, lastModified=2022-06-06 17:55:00.032426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.032671000, lastModified=2022-06-06 17:55:00.032426000, delta=245000 ns, racy<=15000 ns
17:55:00.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.032872000, lastModified=2022-06-06 17:55:00.032426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.032872000, lastModified=2022-06-06 17:55:00.032426000, delta=446000 ns, racy<=15000 ns
17:55:00.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.033086000, lastModified=2022-06-06 17:55:00.032426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.033086000, lastModified=2022-06-06 17:55:00.032426000, delta=660000 ns, racy<=15000 ns
17:55:00.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.033287000, lastModified=2022-06-06 17:55:00.032426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.033287000, lastModified=2022-06-06 17:55:00.032426000, delta=861000 ns, racy<=15000 ns
17:55:00.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.033484000, lastModified=2022-06-06 17:55:00.032426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.032426000 to 2022-06-06 17:55:00.033426000
17:55:00.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.033697000, lastModified=2022-06-06 17:55:00.033426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.033697000, lastModified=2022-06-06 17:55:00.033426000, delta=271000 ns, racy<=15000 ns
17:55:00.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.033898000, lastModified=2022-06-06 17:55:00.033426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.033898000, lastModified=2022-06-06 17:55:00.033426000, delta=472000 ns, racy<=15000 ns
17:55:00.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.034119000, lastModified=2022-06-06 17:55:00.033426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.034119000, lastModified=2022-06-06 17:55:00.033426000, delta=693000 ns, racy<=15000 ns
17:55:00.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.034346000, lastModified=2022-06-06 17:55:00.033426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.034346000, lastModified=2022-06-06 17:55:00.033426000, delta=920000 ns, racy<=15000 ns
17:55:00.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.034568000, lastModified=2022-06-06 17:55:00.034426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.034568000, lastModified=2022-06-06 17:55:00.034426000, delta=142000 ns, racy<=15000 ns
17:55:00.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.034782000, lastModified=2022-06-06 17:55:00.034426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.034782000, lastModified=2022-06-06 17:55:00.034426000, delta=356000 ns, racy<=15000 ns
17:55:00.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.034989000, lastModified=2022-06-06 17:55:00.034426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.034989000, lastModified=2022-06-06 17:55:00.034426000, delta=563000 ns, racy<=15000 ns
17:55:00.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.035214000, lastModified=2022-06-06 17:55:00.034426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.035214000, lastModified=2022-06-06 17:55:00.034426000, delta=788000 ns, racy<=15000 ns
17:55:00.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.035426000, lastModified=2022-06-06 17:55:00.034426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.034426000 to 2022-06-06 17:55:00.035426000
17:55:00.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.035624000, lastModified=2022-06-06 17:55:00.035426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.035624000, lastModified=2022-06-06 17:55:00.035426000, delta=198000 ns, racy<=15000 ns
17:55:00.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.035829000, lastModified=2022-06-06 17:55:00.035426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.035829000, lastModified=2022-06-06 17:55:00.035426000, delta=403000 ns, racy<=15000 ns
17:55:00.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.036028000, lastModified=2022-06-06 17:55:00.035426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.036028000, lastModified=2022-06-06 17:55:00.035426000, delta=602000 ns, racy<=15000 ns
17:55:00.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.036240000, lastModified=2022-06-06 17:55:00.035426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.036240000, lastModified=2022-06-06 17:55:00.035426000, delta=814000 ns, racy<=15000 ns
17:55:00.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.036438000, lastModified=2022-06-06 17:55:00.035426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.035426000 to 2022-06-06 17:55:00.036426000
17:55:00.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.039034000, lastModified=2022-06-06 17:55:00.036426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.036426000 to 2022-06-06 17:55:00.038426000
17:55:00.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.039260000, lastModified=2022-06-06 17:55:00.038426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.039260000, lastModified=2022-06-06 17:55:00.038426000, delta=834000 ns, racy<=15000 ns
17:55:00.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.039540000, lastModified=2022-06-06 17:55:00.039426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.039540000, lastModified=2022-06-06 17:55:00.039426000, delta=114000 ns, racy<=15000 ns
17:55:00.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.039773000, lastModified=2022-06-06 17:55:00.039426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.039773000, lastModified=2022-06-06 17:55:00.039426000, delta=347000 ns, racy<=15000 ns
17:55:00.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.039988000, lastModified=2022-06-06 17:55:00.039426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.039988000, lastModified=2022-06-06 17:55:00.039426000, delta=562000 ns, racy<=15000 ns
17:55:00.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.040216000, lastModified=2022-06-06 17:55:00.039426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.040216000, lastModified=2022-06-06 17:55:00.039426000, delta=790000 ns, racy<=15000 ns
17:55:00.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.040432000, lastModified=2022-06-06 17:55:00.039426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.039426000 to 2022-06-06 17:55:00.040426000
17:55:00.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.040646000, lastModified=2022-06-06 17:55:00.040426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.040646000, lastModified=2022-06-06 17:55:00.040426000, delta=220000 ns, racy<=15000 ns
17:55:00.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.040860000, lastModified=2022-06-06 17:55:00.040426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.040860000, lastModified=2022-06-06 17:55:00.040426000, delta=434000 ns, racy<=15000 ns
17:55:00.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.041088000, lastModified=2022-06-06 17:55:00.040426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.041088000, lastModified=2022-06-06 17:55:00.040426000, delta=662000 ns, racy<=15000 ns
17:55:00.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.041333000, lastModified=2022-06-06 17:55:00.040426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.041333000, lastModified=2022-06-06 17:55:00.040426000, delta=907000 ns, racy<=15000 ns
17:55:00.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.041574000, lastModified=2022-06-06 17:55:00.041426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.041574000, lastModified=2022-06-06 17:55:00.041426000, delta=148000 ns, racy<=15000 ns
17:55:00.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.041798000, lastModified=2022-06-06 17:55:00.041426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.041798000, lastModified=2022-06-06 17:55:00.041426000, delta=372000 ns, racy<=15000 ns
17:55:00.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.042018000, lastModified=2022-06-06 17:55:00.041426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.042018000, lastModified=2022-06-06 17:55:00.041426000, delta=592000 ns, racy<=15000 ns
17:55:00.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.042247000, lastModified=2022-06-06 17:55:00.041426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.042247000, lastModified=2022-06-06 17:55:00.041426000, delta=821000 ns, racy<=15000 ns
17:55:00.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.042458000, lastModified=2022-06-06 17:55:00.041426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.041426000 to 2022-06-06 17:55:00.042426000
17:55:00.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.042670000, lastModified=2022-06-06 17:55:00.042426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.042670000, lastModified=2022-06-06 17:55:00.042426000, delta=244000 ns, racy<=15000 ns
17:55:00.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.042895000, lastModified=2022-06-06 17:55:00.042426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.042895000, lastModified=2022-06-06 17:55:00.042426000, delta=469000 ns, racy<=15000 ns
17:55:00.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.043124000, lastModified=2022-06-06 17:55:00.042426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.043124000, lastModified=2022-06-06 17:55:00.042426000, delta=698000 ns, racy<=15000 ns
17:55:00.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.043337000, lastModified=2022-06-06 17:55:00.042426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.043337000, lastModified=2022-06-06 17:55:00.042426000, delta=911000 ns, racy<=15000 ns
17:55:00.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.043556000, lastModified=2022-06-06 17:55:00.043426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.043556000, lastModified=2022-06-06 17:55:00.043426000, delta=130000 ns, racy<=15000 ns
17:55:00.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.043775000, lastModified=2022-06-06 17:55:00.043426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.043775000, lastModified=2022-06-06 17:55:00.043426000, delta=349000 ns, racy<=15000 ns
17:55:00.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.043986000, lastModified=2022-06-06 17:55:00.043426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.043986000, lastModified=2022-06-06 17:55:00.043426000, delta=560000 ns, racy<=15000 ns
17:55:00.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.044212000, lastModified=2022-06-06 17:55:00.043426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.044212000, lastModified=2022-06-06 17:55:00.043426000, delta=786000 ns, racy<=15000 ns
17:55:00.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.044433000, lastModified=2022-06-06 17:55:00.043426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.043426000 to 2022-06-06 17:55:00.044426000
17:55:00.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.044629000, lastModified=2022-06-06 17:55:00.044426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.044629000, lastModified=2022-06-06 17:55:00.044426000, delta=203000 ns, racy<=15000 ns
17:55:00.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.044834000, lastModified=2022-06-06 17:55:00.044426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.044834000, lastModified=2022-06-06 17:55:00.044426000, delta=408000 ns, racy<=15000 ns
17:55:00.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.045035000, lastModified=2022-06-06 17:55:00.044426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.045035000, lastModified=2022-06-06 17:55:00.044426000, delta=609000 ns, racy<=15000 ns
17:55:00.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.045252000, lastModified=2022-06-06 17:55:00.044426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.045252000, lastModified=2022-06-06 17:55:00.044426000, delta=826000 ns, racy<=15000 ns
17:55:00.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.045452000, lastModified=2022-06-06 17:55:00.044426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.044426000 to 2022-06-06 17:55:00.045426000
17:55:00.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.045688000, lastModified=2022-06-06 17:55:00.045426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.045688000, lastModified=2022-06-06 17:55:00.045426000, delta=262000 ns, racy<=15000 ns
17:55:00.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.045898000, lastModified=2022-06-06 17:55:00.045426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.045898000, lastModified=2022-06-06 17:55:00.045426000, delta=472000 ns, racy<=15000 ns
17:55:00.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.046104000, lastModified=2022-06-06 17:55:00.045426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.046104000, lastModified=2022-06-06 17:55:00.045426000, delta=678000 ns, racy<=15000 ns
17:55:00.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.046327000, lastModified=2022-06-06 17:55:00.045426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.046327000, lastModified=2022-06-06 17:55:00.045426000, delta=901000 ns, racy<=15000 ns
17:55:00.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.046561000, lastModified=2022-06-06 17:55:00.046426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.046561000, lastModified=2022-06-06 17:55:00.046426000, delta=135000 ns, racy<=15000 ns
17:55:00.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.050069000, lastModified=2022-06-06 17:55:00.046426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.046426000 to 2022-06-06 17:55:00.049426000
17:55:00.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.050305000, lastModified=2022-06-06 17:55:00.049426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.050305000, lastModified=2022-06-06 17:55:00.049426000, delta=879000 ns, racy<=15000 ns
17:55:00.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.050529000, lastModified=2022-06-06 17:55:00.049426000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.049426000 to 2022-06-06 17:55:00.050427000
17:55:00.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.050734000, lastModified=2022-06-06 17:55:00.050427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.050734000, lastModified=2022-06-06 17:55:00.050427000, delta=307000 ns, racy<=15000 ns
17:55:00.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.050949000, lastModified=2022-06-06 17:55:00.050427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.050949000, lastModified=2022-06-06 17:55:00.050427000, delta=522000 ns, racy<=15000 ns
17:55:00.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.051164000, lastModified=2022-06-06 17:55:00.050427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.051164000, lastModified=2022-06-06 17:55:00.050427000, delta=737000 ns, racy<=15000 ns
17:55:00.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.051368000, lastModified=2022-06-06 17:55:00.050427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.051368000, lastModified=2022-06-06 17:55:00.050427000, delta=941000 ns, racy<=15000 ns
17:55:00.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.051580000, lastModified=2022-06-06 17:55:00.051427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.051580000, lastModified=2022-06-06 17:55:00.051427000, delta=153000 ns, racy<=15000 ns
17:55:00.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.051784000, lastModified=2022-06-06 17:55:00.051427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.051784000, lastModified=2022-06-06 17:55:00.051427000, delta=357000 ns, racy<=15000 ns
17:55:00.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.051987000, lastModified=2022-06-06 17:55:00.051427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.051987000, lastModified=2022-06-06 17:55:00.051427000, delta=560000 ns, racy<=15000 ns
17:55:00.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.052204000, lastModified=2022-06-06 17:55:00.051427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.052204000, lastModified=2022-06-06 17:55:00.051427000, delta=777000 ns, racy<=15000 ns
17:55:00.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.052423000, lastModified=2022-06-06 17:55:00.051427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.052423000, lastModified=2022-06-06 17:55:00.051427000, delta=996000 ns, racy<=15000 ns
17:55:00.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.052636000, lastModified=2022-06-06 17:55:00.052427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.052636000, lastModified=2022-06-06 17:55:00.052427000, delta=209000 ns, racy<=15000 ns
17:55:00.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.052838000, lastModified=2022-06-06 17:55:00.052427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.052838000, lastModified=2022-06-06 17:55:00.052427000, delta=411000 ns, racy<=15000 ns
17:55:00.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.053043000, lastModified=2022-06-06 17:55:00.052427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.053043000, lastModified=2022-06-06 17:55:00.052427000, delta=616000 ns, racy<=15000 ns
17:55:00.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.053253000, lastModified=2022-06-06 17:55:00.052427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.053253000, lastModified=2022-06-06 17:55:00.052427000, delta=826000 ns, racy<=15000 ns
17:55:00.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.053454000, lastModified=2022-06-06 17:55:00.052427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.052427000 to 2022-06-06 17:55:00.053427000
17:55:00.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.053676000, lastModified=2022-06-06 17:55:00.053427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.053676000, lastModified=2022-06-06 17:55:00.053427000, delta=249000 ns, racy<=15000 ns
17:55:00.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.053877000, lastModified=2022-06-06 17:55:00.053427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.053877000, lastModified=2022-06-06 17:55:00.053427000, delta=450000 ns, racy<=15000 ns
17:55:00.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.054094000, lastModified=2022-06-06 17:55:00.053427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.054094000, lastModified=2022-06-06 17:55:00.053427000, delta=667000 ns, racy<=15000 ns
17:55:00.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.054301000, lastModified=2022-06-06 17:55:00.053427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.054301000, lastModified=2022-06-06 17:55:00.053427000, delta=874000 ns, racy<=15000 ns
17:55:00.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.054673000, lastModified=2022-06-06 17:55:00.054427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.054673000, lastModified=2022-06-06 17:55:00.054427000, delta=246000 ns, racy<=15000 ns
17:55:00.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.055130000, lastModified=2022-06-06 17:55:00.054427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.055130000, lastModified=2022-06-06 17:55:00.054427000, delta=703000 ns, racy<=15000 ns
17:55:00.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.055403000, lastModified=2022-06-06 17:55:00.054427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.055403000, lastModified=2022-06-06 17:55:00.054427000, delta=976000 ns, racy<=15000 ns
17:55:00.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.055663000, lastModified=2022-06-06 17:55:00.055427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.055663000, lastModified=2022-06-06 17:55:00.055427000, delta=236000 ns, racy<=15000 ns
17:55:00.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.055893000, lastModified=2022-06-06 17:55:00.055427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.055893000, lastModified=2022-06-06 17:55:00.055427000, delta=466000 ns, racy<=15000 ns
17:55:00.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.056163000, lastModified=2022-06-06 17:55:00.055427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.056163000, lastModified=2022-06-06 17:55:00.055427000, delta=736000 ns, racy<=15000 ns
17:55:00.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.056407000, lastModified=2022-06-06 17:55:00.055427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.056407000, lastModified=2022-06-06 17:55:00.055427000, delta=980000 ns, racy<=15000 ns
17:55:00.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.056652000, lastModified=2022-06-06 17:55:00.056427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.056652000, lastModified=2022-06-06 17:55:00.056427000, delta=225000 ns, racy<=15000 ns
17:55:00.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.056867000, lastModified=2022-06-06 17:55:00.056427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.056867000, lastModified=2022-06-06 17:55:00.056427000, delta=440000 ns, racy<=15000 ns
17:55:00.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.057097000, lastModified=2022-06-06 17:55:00.056427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.057097000, lastModified=2022-06-06 17:55:00.056427000, delta=670000 ns, racy<=15000 ns
17:55:00.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.057349000, lastModified=2022-06-06 17:55:00.056427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.057349000, lastModified=2022-06-06 17:55:00.056427000, delta=922000 ns, racy<=15000 ns
17:55:00.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.057577000, lastModified=2022-06-06 17:55:00.057427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.057577000, lastModified=2022-06-06 17:55:00.057427000, delta=150000 ns, racy<=15000 ns
17:55:00.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.057804000, lastModified=2022-06-06 17:55:00.057427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.057804000, lastModified=2022-06-06 17:55:00.057427000, delta=377000 ns, racy<=15000 ns
17:55:00.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.058045000, lastModified=2022-06-06 17:55:00.057427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.058045000, lastModified=2022-06-06 17:55:00.057427000, delta=618000 ns, racy<=15000 ns
17:55:00.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.061674000, lastModified=2022-06-06 17:55:00.057427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, lastModified changed from 2022-06-06 17:55:00.057427000 to 2022-06-06 17:55:00.061427000
17:55:00.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, create new FileSnapshot: lastRead=2022-06-06 17:55:00.061950000, lastModified=2022-06-06 17:55:00.061427000, size=1, fileKey=(dev=100097,ino=178419471)
17:55:00.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, isRacyClean=false, read=2022-06-06 17:55:00.061950000, lastModified=2022-06-06 17:55:00.061427000, delta=523000 ns, racy<=15000 ns
17:55:00.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/.probe-cfacd529-8631-45d6-af04-31f17bd9966c, is unmodified
17:55:00.064 [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]
5178, 4373, 15000, 114000.0, 1039000.0, 576626.3434712996, 252065.53186130666
17:55:00.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=6 µs, minimalRacyInterval=1,039 µs]
17:55:00.066 [JGit-FileStoreAttributeWriter-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-06 17:54:56.791080000, lastModified=2022-06-06 17:50:19.293842000, delta=277497238000 ns, racy<=2500000000 ns
17:55:00.066 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:54:57.059153000, lastModified=2022-06-06 17:54:56.887352000, delta=171801000 ns, racy<=2597500 ns
17:55:00.066 [JGit-FileStoreAttributeWriter-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
17:55:00.066 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.067 [JGit-FileStoreAttributeWriter-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.067311000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.067 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
17:55:00.068 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.067624000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100067624000 ns, racy<=2597500 ns
17:55:00.068 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, is unmodified
17:55:00.070 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:54:57.059153000, lastModified=2022-06-06 17:54:56.887352000, delta=171801000 ns, racy<=2597500 ns
17:55:00.070 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.070 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.067624000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100067624000 ns, racy<=2597500 ns
17:55:00.070 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, is unmodified
17:55:00.071 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.067311000, lastModified=2022-06-06 17:55:00.066427000, delta=884000 ns, racy<=2500000000 ns
17:55:00.071 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.071 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.071 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.071543000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.071 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.071543000, lastModified=2022-06-06 17:55:00.066427000, delta=5116000 ns, racy<=2500000000 ns
17:55:00.071 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.071 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.071 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=true, read=2022-06-06 17:54:57.055896000, lastModified=2022-06-06 17:54:56.957354000, delta=98542000 ns, racy<=2500000000 ns
17:55:00.071 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is racily clean
17:55:00.071 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.071811000, lastModified=2022-06-06 17:54:56.957354000, size=78, fileKey=(dev=100097,ino=170939988)
17:55:00.071 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.071811000, lastModified=2022-06-06 17:54:56.957354000, delta=3114457000 ns, racy<=2500000000 ns
17:55:00.072 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/index.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.072860000, lastModified=2022-06-06 17:54:56.977354000, size=0, fileKey=(dev=100097,ino=170941579)
17:55:00.073 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.071543000, lastModified=2022-06-06 17:55:00.066427000, delta=5116000 ns, racy<=2500000000 ns
17:55:00.073 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.073 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.073 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.073062000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.073 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.073062000, lastModified=2022-06-06 17:55:00.066427000, delta=6635000 ns, racy<=2500000000 ns
17:55:00.073 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.073 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.073 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.073 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/index.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.073739000, lastModified=2022-06-06 17:55:00.073427000, size=104, fileKey=(dev=100097,ino=170941579)
17:55:00.073 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.073901000, lastModified=2022-06-06 17:55:00.073427000, size=104, fileKey=(dev=100097,ino=170941579)
17:55:00.086 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.073062000, lastModified=2022-06-06 17:55:00.066427000, delta=6635000 ns, racy<=2500000000 ns
17:55:00.086 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.086 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.087 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.086987000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.087 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.086987000, lastModified=2022-06-06 17:55:00.066427000, delta=20560000 ns, racy<=2500000000 ns
17:55:00.087 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.087 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.087 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.088 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.086987000, lastModified=2022-06-06 17:55:00.066427000, delta=20560000 ns, racy<=2500000000 ns
17:55:00.088 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.088 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.088 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.088890000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.089 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.088890000, lastModified=2022-06-06 17:55:00.066427000, delta=22463000 ns, racy<=2500000000 ns
17:55:00.089 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.089 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.089 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.092 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.088890000, lastModified=2022-06-06 17:55:00.066427000, delta=22463000 ns, racy<=2500000000 ns
17:55:00.092 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.092 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.092 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.092955000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.093 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.092955000, lastModified=2022-06-06 17:55:00.066427000, delta=26528000 ns, racy<=2500000000 ns
17:55:00.093 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.093 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.093 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.092955000, lastModified=2022-06-06 17:55:00.066427000, delta=26528000 ns, racy<=2500000000 ns
17:55:00.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.094 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.094304000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.094304000, lastModified=2022-06-06 17:55:00.066427000, delta=27877000 ns, racy<=2500000000 ns
17:55:00.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/HEAD, create new FileSnapshot: lastRead=2022-06-06 17:55:00.094653000, lastModified=2022-06-06 17:54:56.951354000, size=23, fileKey=(dev=100097,ino=170939987)
17:55:00.095 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.094304000, lastModified=2022-06-06 17:55:00.066427000, delta=27877000 ns, racy<=2500000000 ns
17:55:00.095 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.095 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.095 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.095198000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.095 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.095198000, lastModified=2022-06-06 17:55:00.066427000, delta=28771000 ns, racy<=2500000000 ns
17:55:00.095 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.095 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.095 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.095 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.094653000, lastModified=2022-06-06 17:54:56.951354000, delta=3143299000 ns, racy<=2597500 ns
17:55:00.095 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/HEAD, is unmodified
17:55:00.096 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.095198000, lastModified=2022-06-06 17:55:00.066427000, delta=28771000 ns, racy<=2500000000 ns
17:55:00.096 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.096 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.096 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.096571000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.096 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.096571000, lastModified=2022-06-06 17:55:00.066427000, delta=30144000 ns, racy<=2500000000 ns
17:55:00.096 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.096 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.096 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.097 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.097857000, lastModified=2022-06-06 17:55:00.073427000, size=104, fileKey=(dev=100097,ino=170941579)
17:55:00.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.097992000, lastModified=2022-06-06 17:55:00.073427000, size=104, fileKey=(dev=100097,ino=170941579)
17:55:00.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:54:57.059153000, lastModified=2022-06-06 17:54:56.887352000, delta=171801000 ns, racy<=2597500 ns
17:55:00.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.067624000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100067624000 ns, racy<=2597500 ns
17:55:00.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, is unmodified
17:55:00.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:54:57.059153000, lastModified=2022-06-06 17:54:56.887352000, delta=171801000 ns, racy<=2597500 ns
17:55:00.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.067624000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100067624000 ns, racy<=2597500 ns
17:55:00.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, is unmodified
17:55:00.100 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:54:57.059153000, lastModified=2022-06-06 17:54:56.887352000, delta=171801000 ns, racy<=2597500 ns
17:55:00.100 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.100 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.067624000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100067624000 ns, racy<=2597500 ns
17:55:00.100 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, is unmodified
17:55:00.148 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:54:57.059153000, lastModified=2022-06-06 17:54:56.887352000, delta=171801000 ns, racy<=2597500 ns
17:55:00.148 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.148 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.067624000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100067624000 ns, racy<=2597500 ns
17:55:00.148 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, is unmodified
17:55:00.151 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.096571000, lastModified=2022-06-06 17:55:00.066427000, delta=30144000 ns, racy<=2500000000 ns
17:55:00.151 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.151 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.151 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.151278000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.151 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.151278000, lastModified=2022-06-06 17:55:00.066427000, delta=84851000 ns, racy<=2500000000 ns
17:55:00.151 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.151 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.151 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.151 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.094653000, lastModified=2022-06-06 17:54:56.951354000, delta=3143299000 ns, racy<=2597500 ns
17:55:00.151 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/HEAD, is unmodified
17:55:00.151 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.151278000, lastModified=2022-06-06 17:55:00.066427000, delta=84851000 ns, racy<=2500000000 ns
17:55:00.151 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.151 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.151 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.151964000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.152 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.151964000, lastModified=2022-06-06 17:55:00.066427000, delta=85537000 ns, racy<=2500000000 ns
17:55:00.152 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.152 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.152 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.152 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.151964000, lastModified=2022-06-06 17:55:00.066427000, delta=85537000 ns, racy<=2500000000 ns
17:55:00.152 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.152 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.152 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.152445000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.152 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.152445000, lastModified=2022-06-06 17:55:00.066427000, delta=86018000 ns, racy<=2500000000 ns
17:55:00.152 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.152 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.152 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.152445000, lastModified=2022-06-06 17:55:00.066427000, delta=86018000 ns, racy<=2500000000 ns
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.153 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.153161000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.153161000, lastModified=2022-06-06 17:55:00.066427000, delta=86734000 ns, racy<=2500000000 ns
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.153161000, lastModified=2022-06-06 17:55:00.066427000, delta=86734000 ns, racy<=2500000000 ns
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.153 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.153471000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.153471000, lastModified=2022-06-06 17:55:00.066427000, delta=87044000 ns, racy<=2500000000 ns
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.153471000, lastModified=2022-06-06 17:55:00.066427000, delta=87044000 ns, racy<=2500000000 ns
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.153 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.153808000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.153808000, lastModified=2022-06-06 17:55:00.066427000, delta=87381000 ns, racy<=2500000000 ns
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.153 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.153808000, lastModified=2022-06-06 17:55:00.066427000, delta=87381000 ns, racy<=2500000000 ns
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.154 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.154084000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.154084000, lastModified=2022-06-06 17:55:00.066427000, delta=87657000 ns, racy<=2500000000 ns
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.154084000, lastModified=2022-06-06 17:55:00.066427000, delta=87657000 ns, racy<=2500000000 ns
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.154 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.154402000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.154402000, lastModified=2022-06-06 17:55:00.066427000, delta=87975000 ns, racy<=2500000000 ns
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.154402000, lastModified=2022-06-06 17:55:00.066427000, delta=87975000 ns, racy<=2500000000 ns
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.154 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.154667000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.154667000, lastModified=2022-06-06 17:55:00.066427000, delta=88240000 ns, racy<=2500000000 ns
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.154 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.154914000, lastModified=2022-06-06 17:55:00.152429000, size=41, fileKey=(dev=100097,ino=173146851)
17:55:00.155 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.154667000, lastModified=2022-06-06 17:55:00.066427000, delta=88240000 ns, racy<=2500000000 ns
17:55:00.155 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.155 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.155 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.155714000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.155 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.155714000, lastModified=2022-06-06 17:55:00.066427000, delta=89287000 ns, racy<=2500000000 ns
17:55:00.155 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.155 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.155 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.155714000, lastModified=2022-06-06 17:55:00.066427000, delta=89287000 ns, racy<=2500000000 ns
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.157 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.157259000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.157259000, lastModified=2022-06-06 17:55:00.066427000, delta=90832000 ns, racy<=2500000000 ns
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.157259000, lastModified=2022-06-06 17:55:00.066427000, delta=90832000 ns, racy<=2500000000 ns
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.157 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.157548000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.157548000, lastModified=2022-06-06 17:55:00.066427000, delta=91121000 ns, racy<=2500000000 ns
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.157548000, lastModified=2022-06-06 17:55:00.066427000, delta=91121000 ns, racy<=2500000000 ns
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.157 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.157755000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.157755000, lastModified=2022-06-06 17:55:00.066427000, delta=91328000 ns, racy<=2500000000 ns
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.157755000, lastModified=2022-06-06 17:55:00.066427000, delta=91328000 ns, racy<=2500000000 ns
17:55:00.157 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.158 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.158026000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.158026000, lastModified=2022-06-06 17:55:00.066427000, delta=91599000 ns, racy<=2500000000 ns
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.158316000, lastModified=2022-06-06 17:55:00.073427000, size=104, fileKey=(dev=100097,ino=170941579)
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.158382000, lastModified=2022-06-06 17:55:00.073427000, size=104, fileKey=(dev=100097,ino=170941579)
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.158026000, lastModified=2022-06-06 17:55:00.066427000, delta=91599000 ns, racy<=2500000000 ns
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.158 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.158496000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.158496000, lastModified=2022-06-06 17:55:00.066427000, delta=92069000 ns, racy<=2500000000 ns
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.158496000, lastModified=2022-06-06 17:55:00.066427000, delta=92069000 ns, racy<=2500000000 ns
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.158 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.158790000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.158790000, lastModified=2022-06-06 17:55:00.066427000, delta=92363000 ns, racy<=2500000000 ns
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.158 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.159 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.158790000, lastModified=2022-06-06 17:55:00.066427000, delta=92363000 ns, racy<=2500000000 ns
17:55:00.159 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.159 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.159 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.159581000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.159 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.159581000, lastModified=2022-06-06 17:55:00.066427000, delta=93154000 ns, racy<=2500000000 ns
17:55:00.159 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.159 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.159 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.159 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:54:57.059153000, lastModified=2022-06-06 17:54:56.887352000, delta=171801000 ns, racy<=2597500 ns
17:55:00.160 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.160 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.067624000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100067624000 ns, racy<=2597500 ns
17:55:00.160 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, is unmodified
17:55:00.160 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:54:57.059153000, lastModified=2022-06-06 17:54:56.887352000, delta=171801000 ns, racy<=2597500 ns
17:55:00.160 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.160 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.067624000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100067624000 ns, racy<=2597500 ns
17:55:00.160 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, is unmodified
17:55:00.160 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/index.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.160733000, lastModified=2022-06-06 17:55:00.157429000, size=0, fileKey=(dev=100097,ino=170941581)
17:55:00.160 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.159581000, lastModified=2022-06-06 17:55:00.066427000, delta=93154000 ns, racy<=2500000000 ns
17:55:00.160 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.160 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.160 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.160828000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.160 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.160828000, lastModified=2022-06-06 17:55:00.066427000, delta=94401000 ns, racy<=2500000000 ns
17:55:00.160 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.160 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.160 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.161 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/index.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.161051000, lastModified=2022-06-06 17:55:00.160429000, size=104, fileKey=(dev=100097,ino=170941581)
17:55:00.161 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.161142000, lastModified=2022-06-06 17:55:00.160429000, size=104, fileKey=(dev=100097,ino=170941581)
17:55:00.161 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.160828000, lastModified=2022-06-06 17:55:00.066427000, delta=94401000 ns, racy<=2500000000 ns
17:55:00.161 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.161 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.161 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.161236000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.161 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.161236000, lastModified=2022-06-06 17:55:00.066427000, delta=94809000 ns, racy<=2500000000 ns
17:55:00.161 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.161 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.161 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.161 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.094653000, lastModified=2022-06-06 17:54:56.951354000, delta=3143299000 ns, racy<=2597500 ns
17:55:00.161 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/HEAD, is unmodified
17:55:00.161 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/refs/heads/master.lock, isRacyClean=true, read=2022-06-06 17:55:00.154914000, lastModified=2022-06-06 17:55:00.152429000, delta=2485000 ns, racy<=2597500 ns
17:55:00.161 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/refs/heads/master.lock, is racily clean
17:55:00.161 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-06 17:55:00.161971000, lastModified=2022-06-06 17:55:00.152429000, size=41, fileKey=(dev=100097,ino=173146851)
17:55:00.162 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-06 17:55:00.161971000, lastModified=2022-06-06 17:55:00.152429000, delta=9542000 ns, racy<=2597500 ns
17:55:00.162 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.161236000, lastModified=2022-06-06 17:55:00.066427000, delta=94809000 ns, racy<=2500000000 ns
17:55:00.162 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.162 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.162 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.162178000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.162 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.162178000, lastModified=2022-06-06 17:55:00.066427000, delta=95751000 ns, racy<=2500000000 ns
17:55:00.162 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.162 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.162 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.162 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.094653000, lastModified=2022-06-06 17:54:56.951354000, delta=3143299000 ns, racy<=2597500 ns
17:55:00.162 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/HEAD, is unmodified
17:55:00.162 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.162 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.162178000, lastModified=2022-06-06 17:55:00.066427000, delta=95751000 ns, racy<=2500000000 ns
17:55:00.162 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.162 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.162 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.162866000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.162 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.162866000, lastModified=2022-06-06 17:55:00.066427000, delta=96439000 ns, racy<=2500000000 ns
17:55:00.162 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.163 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.163 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.163 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.163224000, lastModified=2022-06-06 17:55:00.160429000, size=104, fileKey=(dev=100097,ino=170941581)
17:55:00.163 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.163296000, lastModified=2022-06-06 17:55:00.160429000, size=104, fileKey=(dev=100097,ino=170941581)
17:55:00.163 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:54:57.059153000, lastModified=2022-06-06 17:54:56.887352000, delta=171801000 ns, racy<=2597500 ns
17:55:00.163 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.163 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.067624000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100067624000 ns, racy<=2597500 ns
17:55:00.163 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, is unmodified
17:55:00.163 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:54:57.059153000, lastModified=2022-06-06 17:54:56.887352000, delta=171801000 ns, racy<=2597500 ns
17:55:00.163 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.163 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.067624000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100067624000 ns, racy<=2597500 ns
17:55:00.163 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, is unmodified
17:55:00.164 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:54:57.059153000, lastModified=2022-06-06 17:54:56.887352000, delta=171801000 ns, racy<=2597500 ns
17:55:00.164 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.164 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.067624000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100067624000 ns, racy<=2597500 ns
17:55:00.164 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, is unmodified
17:55:00.164 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:54:57.059153000, lastModified=2022-06-06 17:54:56.887352000, delta=171801000 ns, racy<=2597500 ns
17:55:00.164 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.164 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.067624000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100067624000 ns, racy<=2597500 ns
17:55:00.164 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack/preserved, is unmodified
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.162866000, lastModified=2022-06-06 17:55:00.066427000, delta=96439000 ns, racy<=2500000000 ns
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.165 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.165166000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.165166000, lastModified=2022-06-06 17:55:00.066427000, delta=98739000 ns, racy<=2500000000 ns
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.094653000, lastModified=2022-06-06 17:54:56.951354000, delta=3143299000 ns, racy<=2597500 ns
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/HEAD, is unmodified
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.165166000, lastModified=2022-06-06 17:55:00.066427000, delta=98739000 ns, racy<=2500000000 ns
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.165 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.165653000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.165653000, lastModified=2022-06-06 17:55:00.066427000, delta=99226000 ns, racy<=2500000000 ns
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.165 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.165653000, lastModified=2022-06-06 17:55:00.066427000, delta=99226000 ns, racy<=2500000000 ns
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.166 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.166155000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.166155000, lastModified=2022-06-06 17:55:00.066427000, delta=99728000 ns, racy<=2500000000 ns
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.166155000, lastModified=2022-06-06 17:55:00.066427000, delta=99728000 ns, racy<=2500000000 ns
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.166 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.166420000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.166420000, lastModified=2022-06-06 17:55:00.066427000, delta=99993000 ns, racy<=2500000000 ns
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.166420000, lastModified=2022-06-06 17:55:00.066427000, delta=99993000 ns, racy<=2500000000 ns
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.166 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.166720000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.166720000, lastModified=2022-06-06 17:55:00.066427000, delta=100293000 ns, racy<=2500000000 ns
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.166720000, lastModified=2022-06-06 17:55:00.066427000, delta=100293000 ns, racy<=2500000000 ns
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.166 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.166 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.166972000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.166972000, lastModified=2022-06-06 17:55:00.066427000, delta=100545000 ns, racy<=2500000000 ns
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.166972000, lastModified=2022-06-06 17:55:00.066427000, delta=100545000 ns, racy<=2500000000 ns
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.167 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.167215000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.167215000, lastModified=2022-06-06 17:55:00.066427000, delta=100788000 ns, racy<=2500000000 ns
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.167215000, lastModified=2022-06-06 17:55:00.066427000, delta=100788000 ns, racy<=2500000000 ns
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.167 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.167430000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.167430000, lastModified=2022-06-06 17:55:00.066427000, delta=101003000 ns, racy<=2500000000 ns
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.167664000, lastModified=2022-06-06 17:55:00.165429000, size=41, fileKey=(dev=100097,ino=173146852)
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.167430000, lastModified=2022-06-06 17:55:00.066427000, delta=101003000 ns, racy<=2500000000 ns
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.167 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.167874000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.167874000, lastModified=2022-06-06 17:55:00.066427000, delta=101447000 ns, racy<=2500000000 ns
17:55:00.167 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.168 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.168 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, cannot be racily clean
17:55:00.173 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.173652000, lastModified=2022-06-06 17:54:56.957354000, size=78, fileKey=(dev=100097,ino=170939988)
17:55:00.173 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.167874000, lastModified=2022-06-06 17:55:00.066427000, delta=101447000 ns, racy<=2500000000 ns
17:55:00.173 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.173 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.173 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.173937000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.173937000, lastModified=2022-06-06 17:55:00.066427000, delta=107510000 ns, racy<=2500000000 ns
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.174120000, lastModified=2022-06-06 17:54:56.957354000, size=78, fileKey=(dev=100097,ino=170939988)
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.173937000, lastModified=2022-06-06 17:55:00.066427000, delta=107510000 ns, racy<=2500000000 ns
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.174 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.174276000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.174276000, lastModified=2022-06-06 17:55:00.066427000, delta=107849000 ns, racy<=2500000000 ns
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.174120000, lastModified=2022-06-06 17:54:56.957354000, delta=3216766000 ns, racy<=2500000000 ns
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.174549000, lastModified=2022-06-06 17:55:00.160429000, size=104, fileKey=(dev=100097,ino=170941581)
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.174276000, lastModified=2022-06-06 17:55:00.066427000, delta=107849000 ns, racy<=2500000000 ns
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.174 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.174686000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.174686000, lastModified=2022-06-06 17:55:00.066427000, delta=108259000 ns, racy<=2500000000 ns
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.174120000, lastModified=2022-06-06 17:54:56.957354000, delta=3216766000 ns, racy<=2500000000 ns
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/HEAD, create new FileSnapshot: lastRead=2022-06-06 17:55:00.174909000, lastModified=2022-06-06 17:54:56.951354000, size=23, fileKey=(dev=100097,ino=170939987)
17:55:00.174 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-06 17:55:00.174985000, lastModified=2022-06-06 17:55:00.165429000, size=41, fileKey=(dev=100097,ino=173146852)
17:55:00.175 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: /tmp/junit14590236860857200902:org.eclipse.hawk.git.JGitRepository:false
17:55:00.177 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:00.177 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:00.190 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.174686000, lastModified=2022-06-06 17:55:00.066427000, delta=108259000 ns, racy<=2500000000 ns
17:55:00.190 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.190 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.190 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.190192000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.190 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.190192000, lastModified=2022-06-06 17:55:00.066427000, delta=123765000 ns, racy<=2500000000 ns
17:55:00.190 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.190 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.190 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.174120000, lastModified=2022-06-06 17:54:56.957354000, delta=3216766000 ns, racy<=2500000000 ns
17:55:00.190 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:55:00.190 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/refs/heads/master, isRacyClean=false, read=2022-06-06 17:55:00.174985000, lastModified=2022-06-06 17:55:00.165429000, delta=9556000 ns, racy<=2597500 ns
17:55:00.190 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/refs/heads/master, is unmodified
17:55:00.190 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.190192000, lastModified=2022-06-06 17:55:00.066427000, delta=123765000 ns, racy<=2500000000 ns
17:55:00.190 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.190 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.190 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.190835000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.190 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.190835000, lastModified=2022-06-06 17:55:00.066427000, delta=124408000 ns, racy<=2500000000 ns
17:55:00.190 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.174120000, lastModified=2022-06-06 17:54:56.957354000, delta=3216766000 ns, racy<=2500000000 ns
17:55:00.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:55:00.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/refs/heads/master, isRacyClean=false, read=2022-06-06 17:55:00.174985000, lastModified=2022-06-06 17:55:00.165429000, delta=9556000 ns, racy<=2597500 ns
17:55:00.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/refs/heads/master, is unmodified
17:55:00.248 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.248484000, lastModified=2022-06-06 17:54:56.957354000, size=78, fileKey=(dev=100097,ino=170939988)
17:55:00.248 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.190835000, lastModified=2022-06-06 17:55:00.066427000, delta=124408000 ns, racy<=2500000000 ns
17:55:00.248 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.248 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.248 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.248830000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.248 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.248830000, lastModified=2022-06-06 17:55:00.066427000, delta=182403000 ns, racy<=2500000000 ns
17:55:00.249 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.249 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.249 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.249054000, lastModified=2022-06-06 17:54:56.957354000, size=78, fileKey=(dev=100097,ino=170939988)
17:55:00.249 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.248830000, lastModified=2022-06-06 17:55:00.066427000, delta=182403000 ns, racy<=2500000000 ns
17:55:00.249 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.249 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.249 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.249256000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.249 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.249256000, lastModified=2022-06-06 17:55:00.066427000, delta=182829000 ns, racy<=2500000000 ns
17:55:00.249 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.249 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.249 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.249054000, lastModified=2022-06-06 17:54:56.957354000, delta=3291700000 ns, racy<=2500000000 ns
17:55:00.249 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:55:00.249 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.249551000, lastModified=2022-06-06 17:55:00.160429000, size=104, fileKey=(dev=100097,ino=170941581)
17:55:00.250 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
17:55:00.250 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-06 17:55:00.250302000, lastModified=2022-06-06 17:54:56.887352000, size=6, fileKey=(dev=100097,ino=180481302)
17:55:00.250 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.250302000, lastModified=2022-06-06 17:54:56.887352000, delta=3362950000 ns, racy<=2597500 ns
17:55:00.250 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.251 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.250302000, lastModified=2022-06-06 17:54:56.887352000, delta=3362950000 ns, racy<=2597500 ns
17:55:00.251 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.254 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.249256000, lastModified=2022-06-06 17:55:00.066427000, delta=182829000 ns, racy<=2500000000 ns
17:55:00.254 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.254 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.254 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.254888000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.254 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.254888000, lastModified=2022-06-06 17:55:00.066427000, delta=188461000 ns, racy<=2500000000 ns
17:55:00.255 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.255 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.255 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.174120000, lastModified=2022-06-06 17:54:56.957354000, delta=3216766000 ns, racy<=2500000000 ns
17:55:00.255 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:55:00.257 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
17:55:00.257 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-06 17:55:00.257789000, lastModified=2022-06-06 17:54:56.887352000, size=6, fileKey=(dev=100097,ino=180481302)
17:55:00.257 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.257789000, lastModified=2022-06-06 17:54:56.887352000, delta=3370437000 ns, racy<=2597500 ns
17:55:00.257 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.258 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.257789000, lastModified=2022-06-06 17:54:56.887352000, delta=3370437000 ns, racy<=2597500 ns
17:55:00.258 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.258 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.257789000, lastModified=2022-06-06 17:54:56.887352000, delta=3370437000 ns, racy<=2597500 ns
17:55:00.258 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.258 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.257789000, lastModified=2022-06-06 17:54:56.887352000, delta=3370437000 ns, racy<=2597500 ns
17:55:00.258 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.259 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.254888000, lastModified=2022-06-06 17:55:00.066427000, delta=188461000 ns, racy<=2500000000 ns
17:55:00.259 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.259 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.259 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.259141000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.259 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.259141000, lastModified=2022-06-06 17:55:00.066427000, delta=192714000 ns, racy<=2500000000 ns
17:55:00.259 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.259 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.259 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.174120000, lastModified=2022-06-06 17:54:56.957354000, delta=3216766000 ns, racy<=2500000000 ns
17:55:00.259 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:55:00.260 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.259141000, lastModified=2022-06-06 17:55:00.066427000, delta=192714000 ns, racy<=2500000000 ns
17:55:00.260 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.260 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.260 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.260792000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.260 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.260792000, lastModified=2022-06-06 17:55:00.066427000, delta=194365000 ns, racy<=2500000000 ns
17:55:00.260 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.260 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.260 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.174120000, lastModified=2022-06-06 17:54:56.957354000, delta=3216766000 ns, racy<=2500000000 ns
17:55:00.261 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.260792000, lastModified=2022-06-06 17:55:00.066427000, delta=194365000 ns, racy<=2500000000 ns
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.263 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.263154000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.263154000, lastModified=2022-06-06 17:55:00.066427000, delta=196727000 ns, racy<=2500000000 ns
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.174120000, lastModified=2022-06-06 17:54:56.957354000, delta=3216766000 ns, racy<=2500000000 ns
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.263154000, lastModified=2022-06-06 17:55:00.066427000, delta=196727000 ns, racy<=2500000000 ns
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.263 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.263656000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.263656000, lastModified=2022-06-06 17:55:00.066427000, delta=197229000 ns, racy<=2500000000 ns
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.174120000, lastModified=2022-06-06 17:54:56.957354000, delta=3216766000 ns, racy<=2500000000 ns
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.263656000, lastModified=2022-06-06 17:55:00.066427000, delta=197229000 ns, racy<=2500000000 ns
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.263 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.263 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.263973000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.264 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.263973000, lastModified=2022-06-06 17:55:00.066427000, delta=197546000 ns, racy<=2500000000 ns
17:55:00.264 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.264 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.264 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.174120000, lastModified=2022-06-06 17:54:56.957354000, delta=3216766000 ns, racy<=2500000000 ns
17:55:00.264 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:55:00.264 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:00.267 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.263973000, lastModified=2022-06-06 17:55:00.066427000, delta=197546000 ns, racy<=2500000000 ns
17:55:00.267 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.267 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.267 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.267678000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.267 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.267678000, lastModified=2022-06-06 17:55:00.066427000, delta=201251000 ns, racy<=2500000000 ns
17:55:00.267 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.267 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.267 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.174120000, lastModified=2022-06-06 17:54:56.957354000, delta=3216766000 ns, racy<=2500000000 ns
17:55:00.267 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:55:00.268 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.257789000, lastModified=2022-06-06 17:54:56.887352000, delta=3370437000 ns, racy<=2597500 ns
17:55:00.268 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.268 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:00.268 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:00.279 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:55:00.287 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:00.287 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:55:00.288 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:55:00.293 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:55:00.350 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:55:00.350 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:55:00.350 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:55:00.350 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s72ms [pure insertion]
marking any relevant derived attributes for update...17:55:00.350 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
17:55:00.352 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
17:55:00.352 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:00.352 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:00.353 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:00.353 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:55:00.353 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:00.353 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:00.353 [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...
17:55:00.353 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:55:00.353 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 23fbc7728d9e460c936ca1549fcaae463a3b25c8 (timepoint 1654538100000) of /tmp/junit14590236860857200902
17:55:00.354 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:00.355 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.267678000, lastModified=2022-06-06 17:55:00.066427000, delta=201251000 ns, racy<=2500000000 ns
17:55:00.355 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.355 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.355 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.355823000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.355 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.355823000, lastModified=2022-06-06 17:55:00.066427000, delta=289396000 ns, racy<=2500000000 ns
17:55:00.356 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.356 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.356 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.174120000, lastModified=2022-06-06 17:54:56.957354000, delta=3216766000 ns, racy<=2500000000 ns
17:55:00.356 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/config, is unmodified
17:55:00.356 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.257789000, lastModified=2022-06-06 17:54:56.887352000, delta=3370437000 ns, racy<=2597500 ns
17:55:00.356 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14590236860857200902/.git/objects/pack, is unmodified
17:55:00.356 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:00.356 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:00.365 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:55:00.365 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:00.365 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:55:00.366 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:55:00.366 [pool-64-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:55:00.366 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:55:00.366 [pool-64-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:55:00.374 [pool-64-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...17:55:00.374 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:00.374 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:00.374 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:00.374 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:00.374 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:00.374 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:00.374 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:00.374 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:00.375 [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...
17:55:00.375 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:55:00.375 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 118bf6bb01f30f53f34404e3f03249c6cfb740ca (timepoint 1654538100002) of /tmp/junit14590236860857200902
17:55:00.375 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:00.376 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 198 ms
17:55:00.383 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:55:00.383 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: /tmp/junit14590236860857200902:org.eclipse.hawk.git.JGitRepository:false
17:55:00.384 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:00.385 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:55:00.508 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:55:00.508 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3347533669254161384/test_defaultBranch[LevelDB GreyCat]
17:55:00.508 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:55:00.774 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:55:00.775 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:00.776 [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
17:55:00.776 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:00.776 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:00.779 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:55:00.779 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:55:00.779 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:55:00.779 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:55:00.779 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:55:00.779 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:00.780 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:00.780 [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
17:55:00.785 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:00.785 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:00.790 [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
17:55:00.790 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
17:55:00.790 [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[]
17:55:00.790 [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
17:55:00.790 [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
17:55:00.790 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
17:55:00.791 [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
17:55:00.791 [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
17:55:00.791 [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
17:55:00.791 [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
17:55:00.791 [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
17:55:00.791 [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
17:55:00.791 [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
17:55:00.791 [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
17:55:00.791 [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
17:55:00.791 [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
17:55:00.791 [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
17:55:00.792 [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
17:55:00.792 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
17:55:00.792 [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
17:55:00.793 [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
17:55:00.793 [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
17:55:00.794 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
17:55:00.794 [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
17:55:00.794 [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
17:55:00.794 [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
17:55:00.795 [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
17:55:00.796 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
17:55:00.796 [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
17:55:00.796 [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
17:55:00.796 [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
17:55:00.796 [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
17:55:00.796 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
17:55:00.800 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:55:00.800 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:55:00.800 [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
17:55:00.804 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:00.804 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.850 [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
17:55:00.851 [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
17:55:00.851 [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
17:55:00.851 [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
17:55:00.851 [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
17:55:00.851 [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
17:55:00.851 [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
17:55:00.851 [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
17:55:00.851 [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[]
17:55:00.851 [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
17:55:00.851 [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
17:55:00.851 [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
17:55:00.851 [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
17:55:00.851 [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
17:55:00.851 [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
17:55:00.851 [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
17:55:00.851 [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
17:55:00.851 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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
17:55:00.852 [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[]
17:55:00.852 [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
17:55:00.855 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:55:00.855 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:55:00.855 [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
17:55:00.856 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:00.856 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:00.859 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:55:00.861 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:55:00.861 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.355823000, lastModified=2022-06-06 17:55:00.066427000, delta=289396000 ns, racy<=2500000000 ns
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.861 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.861322000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.861322000, lastModified=2022-06-06 17:55:00.066427000, delta=794895000 ns, racy<=2500000000 ns
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.861322000, lastModified=2022-06-06 17:55:00.066427000, delta=794895000 ns, racy<=2500000000 ns
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.861 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.861602000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.861602000, lastModified=2022-06-06 17:55:00.066427000, delta=795175000 ns, racy<=2500000000 ns
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.861602000, lastModified=2022-06-06 17:55:00.066427000, delta=795175000 ns, racy<=2500000000 ns
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.861 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.861878000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.861878000, lastModified=2022-06-06 17:55:00.066427000, delta=795451000 ns, racy<=2500000000 ns
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.861734000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100861734000 ns, racy<=2500000000 ns
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is unmodified
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.861878000, lastModified=2022-06-06 17:55:00.066427000, delta=795451000 ns, racy<=2500000000 ns
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.862 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.862160000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.862160000, lastModified=2022-06-06 17:55:00.066427000, delta=795733000 ns, racy<=2500000000 ns
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.861734000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100861734000 ns, racy<=2500000000 ns
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is unmodified
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.862160000, lastModified=2022-06-06 17:55:00.066427000, delta=795733000 ns, racy<=2500000000 ns
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.862 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.862433000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.862433000, lastModified=2022-06-06 17:55:00.066427000, delta=796006000 ns, racy<=2500000000 ns
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.861734000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100861734000 ns, racy<=2500000000 ns
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is unmodified
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.862433000, lastModified=2022-06-06 17:55:00.066427000, delta=796006000 ns, racy<=2500000000 ns
17:55:00.862 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.862 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.863011000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.863011000, lastModified=2022-06-06 17:55:00.066427000, delta=796584000 ns, racy<=2500000000 ns
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.861734000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100861734000 ns, racy<=2500000000 ns
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is unmodified
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.863011000, lastModified=2022-06-06 17:55:00.066427000, delta=796584000 ns, racy<=2500000000 ns
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.863 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.863327000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.863327000, lastModified=2022-06-06 17:55:00.066427000, delta=796900000 ns, racy<=2500000000 ns
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.861734000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100861734000 ns, racy<=2500000000 ns
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is unmodified
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.863327000, lastModified=2022-06-06 17:55:00.066427000, delta=796900000 ns, racy<=2500000000 ns
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.863 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.863651000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.863651000, lastModified=2022-06-06 17:55:00.066427000, delta=797224000 ns, racy<=2500000000 ns
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.861734000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100861734000 ns, racy<=2500000000 ns
17:55:00.863 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is unmodified
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.863651000, lastModified=2022-06-06 17:55:00.066427000, delta=797224000 ns, racy<=2500000000 ns
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.864156000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.864156000, lastModified=2022-06-06 17:55:00.066427000, delta=797729000 ns, racy<=2500000000 ns
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.861734000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100861734000 ns, racy<=2500000000 ns
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is unmodified
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.864156000, lastModified=2022-06-06 17:55:00.066427000, delta=797729000 ns, racy<=2500000000 ns
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.864434000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.864434000, lastModified=2022-06-06 17:55:00.066427000, delta=798007000 ns, racy<=2500000000 ns
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.861734000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100861734000 ns, racy<=2500000000 ns
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is unmodified
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.864434000, lastModified=2022-06-06 17:55:00.066427000, delta=798007000 ns, racy<=2500000000 ns
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.864698000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.864698000, lastModified=2022-06-06 17:55:00.066427000, delta=798271000 ns, racy<=2500000000 ns
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=false, read=2022-06-06 17:55:00.861734000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100861734000 ns, racy<=2500000000 ns
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is unmodified
17:55:00.864 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.864968000, lastModified=2022-06-06 17:55:00.864446000, size=23, fileKey=(dev=100097,ino=197174688)
17:55:00.865 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.865540000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.866103000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.864698000, lastModified=2022-06-06 17:55:00.066427000, delta=798271000 ns, racy<=2500000000 ns
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.866 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.866305000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.866305000, lastModified=2022-06-06 17:55:00.066427000, delta=799878000 ns, racy<=2500000000 ns
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.866443000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.866305000, lastModified=2022-06-06 17:55:00.066427000, delta=799878000 ns, racy<=2500000000 ns
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.866 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.866574000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.866574000, lastModified=2022-06-06 17:55:00.066427000, delta=800147000 ns, racy<=2500000000 ns
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.866443000, lastModified=2022-06-06 17:55:00.865446000, delta=997000 ns, racy<=2500000000 ns
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.866726000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.866726000, lastModified=2022-06-06 17:55:00.865446000, delta=1280000 ns, racy<=2500000000 ns
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.866574000, lastModified=2022-06-06 17:55:00.066427000, delta=800147000 ns, racy<=2500000000 ns
17:55:00.866 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.866 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.866998000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.866998000, lastModified=2022-06-06 17:55:00.066427000, delta=800571000 ns, racy<=2500000000 ns
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.866726000, lastModified=2022-06-06 17:55:00.865446000, delta=1280000 ns, racy<=2500000000 ns
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.867144000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.867144000, lastModified=2022-06-06 17:55:00.865446000, delta=1698000 ns, racy<=2500000000 ns
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.866998000, lastModified=2022-06-06 17:55:00.066427000, delta=800571000 ns, racy<=2500000000 ns
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.867350000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.867350000, lastModified=2022-06-06 17:55:00.066427000, delta=800923000 ns, racy<=2500000000 ns
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.867144000, lastModified=2022-06-06 17:55:00.865446000, delta=1698000 ns, racy<=2500000000 ns
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.867485000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.867485000, lastModified=2022-06-06 17:55:00.865446000, delta=2039000 ns, racy<=2500000000 ns
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.867350000, lastModified=2022-06-06 17:55:00.066427000, delta=800923000 ns, racy<=2500000000 ns
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.867634000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.867634000, lastModified=2022-06-06 17:55:00.066427000, delta=801207000 ns, racy<=2500000000 ns
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.867485000, lastModified=2022-06-06 17:55:00.865446000, delta=2039000 ns, racy<=2500000000 ns
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.867753000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.867753000, lastModified=2022-06-06 17:55:00.865446000, delta=2307000 ns, racy<=2500000000 ns
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.867634000, lastModified=2022-06-06 17:55:00.066427000, delta=801207000 ns, racy<=2500000000 ns
17:55:00.867 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.867999000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.867999000, lastModified=2022-06-06 17:55:00.066427000, delta=801572000 ns, racy<=2500000000 ns
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.867753000, lastModified=2022-06-06 17:55:00.865446000, delta=2307000 ns, racy<=2500000000 ns
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.868161000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.868161000, lastModified=2022-06-06 17:55:00.865446000, delta=2715000 ns, racy<=2500000000 ns
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.867999000, lastModified=2022-06-06 17:55:00.066427000, delta=801572000 ns, racy<=2500000000 ns
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.868 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.868345000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.868345000, lastModified=2022-06-06 17:55:00.066427000, delta=801918000 ns, racy<=2500000000 ns
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.868161000, lastModified=2022-06-06 17:55:00.865446000, delta=2715000 ns, racy<=2500000000 ns
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.868471000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.868471000, lastModified=2022-06-06 17:55:00.865446000, delta=3025000 ns, racy<=2500000000 ns
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
17:55:00.868 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, size=6, fileKey=(dev=100097,ino=206591492)
17:55:00.869 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.869 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.869 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
17:55:00.869 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.869 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.868345000, lastModified=2022-06-06 17:55:00.066427000, delta=801918000 ns, racy<=2500000000 ns
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.870389000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.870389000, lastModified=2022-06-06 17:55:00.066427000, delta=803962000 ns, racy<=2500000000 ns
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.868471000, lastModified=2022-06-06 17:55:00.865446000, delta=3025000 ns, racy<=2500000000 ns
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.870585000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.870585000, lastModified=2022-06-06 17:55:00.865446000, delta=5139000 ns, racy<=2500000000 ns
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.870668000, lastModified=2022-06-06 17:55:00.866446000, size=0, fileKey=(dev=100097,ino=197174690)
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.870389000, lastModified=2022-06-06 17:55:00.066427000, delta=803962000 ns, racy<=2500000000 ns
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.870723000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.870723000, lastModified=2022-06-06 17:55:00.066427000, delta=804296000 ns, racy<=2500000000 ns
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.870585000, lastModified=2022-06-06 17:55:00.865446000, delta=5139000 ns, racy<=2500000000 ns
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.870849000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.870 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.870849000, lastModified=2022-06-06 17:55:00.865446000, delta=5403000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.870995000, lastModified=2022-06-06 17:55:00.870446000, size=104, fileKey=(dev=100097,ino=197174690)
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.871071000, lastModified=2022-06-06 17:55:00.870446000, size=104, fileKey=(dev=100097,ino=197174690)
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.870723000, lastModified=2022-06-06 17:55:00.066427000, delta=804296000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.871240000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.871240000, lastModified=2022-06-06 17:55:00.066427000, delta=804813000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.870849000, lastModified=2022-06-06 17:55:00.865446000, delta=5403000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.871383000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.871383000, lastModified=2022-06-06 17:55:00.865446000, delta=5937000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.871240000, lastModified=2022-06-06 17:55:00.066427000, delta=804813000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.871488000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.871488000, lastModified=2022-06-06 17:55:00.066427000, delta=805061000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.871383000, lastModified=2022-06-06 17:55:00.865446000, delta=5937000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.871624000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.871624000, lastModified=2022-06-06 17:55:00.865446000, delta=6178000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.871488000, lastModified=2022-06-06 17:55:00.066427000, delta=805061000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.871761000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.871761000, lastModified=2022-06-06 17:55:00.066427000, delta=805334000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.871624000, lastModified=2022-06-06 17:55:00.865446000, delta=6178000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.871889000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.871889000, lastModified=2022-06-06 17:55:00.865446000, delta=6443000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.871761000, lastModified=2022-06-06 17:55:00.066427000, delta=805334000 ns, racy<=2500000000 ns
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.871 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.871986000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.871986000, lastModified=2022-06-06 17:55:00.066427000, delta=805559000 ns, racy<=2500000000 ns
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.871889000, lastModified=2022-06-06 17:55:00.865446000, delta=6443000 ns, racy<=2500000000 ns
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.872119000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.872119000, lastModified=2022-06-06 17:55:00.865446000, delta=6673000 ns, racy<=2500000000 ns
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, create new FileSnapshot: lastRead=2022-06-06 17:55:00.872216000, lastModified=2022-06-06 17:55:00.864446000, size=23, fileKey=(dev=100097,ino=197174688)
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.871986000, lastModified=2022-06-06 17:55:00.066427000, delta=805559000 ns, racy<=2500000000 ns
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.872 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.872423000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.872423000, lastModified=2022-06-06 17:55:00.066427000, delta=805996000 ns, racy<=2500000000 ns
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.872119000, lastModified=2022-06-06 17:55:00.865446000, delta=6673000 ns, racy<=2500000000 ns
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.872575000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.872575000, lastModified=2022-06-06 17:55:00.865446000, delta=7129000 ns, racy<=2500000000 ns
17:55:00.872 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.872216000, lastModified=2022-06-06 17:55:00.864446000, delta=7770000 ns, racy<=2597500 ns
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, is unmodified
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.872423000, lastModified=2022-06-06 17:55:00.066427000, delta=805996000 ns, racy<=2500000000 ns
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.873 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.873249000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.873249000, lastModified=2022-06-06 17:55:00.066427000, delta=806822000 ns, racy<=2500000000 ns
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.872575000, lastModified=2022-06-06 17:55:00.865446000, delta=7129000 ns, racy<=2500000000 ns
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.873390000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.873390000, lastModified=2022-06-06 17:55:00.865446000, delta=7944000 ns, racy<=2500000000 ns
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.873630000, lastModified=2022-06-06 17:55:00.870446000, size=104, fileKey=(dev=100097,ino=197174690)
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.873687000, lastModified=2022-06-06 17:55:00.870446000, size=104, fileKey=(dev=100097,ino=197174690)
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.873 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.874 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.874 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.874 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.874 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.874 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.874 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.874 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.874 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.874 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.874 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.874 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.874 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.873249000, lastModified=2022-06-06 17:55:00.066427000, delta=806822000 ns, racy<=2500000000 ns
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.875 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.875215000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.875215000, lastModified=2022-06-06 17:55:00.066427000, delta=808788000 ns, racy<=2500000000 ns
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.873390000, lastModified=2022-06-06 17:55:00.865446000, delta=7944000 ns, racy<=2500000000 ns
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.875362000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.875362000, lastModified=2022-06-06 17:55:00.865446000, delta=9916000 ns, racy<=2500000000 ns
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.872216000, lastModified=2022-06-06 17:55:00.864446000, delta=7770000 ns, racy<=2597500 ns
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, is unmodified
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.875215000, lastModified=2022-06-06 17:55:00.066427000, delta=808788000 ns, racy<=2500000000 ns
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.875 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.875645000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.875645000, lastModified=2022-06-06 17:55:00.066427000, delta=809218000 ns, racy<=2500000000 ns
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.875362000, lastModified=2022-06-06 17:55:00.865446000, delta=9916000 ns, racy<=2500000000 ns
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.875780000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.875 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.875780000, lastModified=2022-06-06 17:55:00.865446000, delta=10334000 ns, racy<=2500000000 ns
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.875645000, lastModified=2022-06-06 17:55:00.066427000, delta=809218000 ns, racy<=2500000000 ns
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.876 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.876034000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.876034000, lastModified=2022-06-06 17:55:00.066427000, delta=809607000 ns, racy<=2500000000 ns
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.875780000, lastModified=2022-06-06 17:55:00.865446000, delta=10334000 ns, racy<=2500000000 ns
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.876177000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.876177000, lastModified=2022-06-06 17:55:00.865446000, delta=10731000 ns, racy<=2500000000 ns
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.876034000, lastModified=2022-06-06 17:55:00.066427000, delta=809607000 ns, racy<=2500000000 ns
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.876 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.876703000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.876703000, lastModified=2022-06-06 17:55:00.066427000, delta=810276000 ns, racy<=2500000000 ns
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.876177000, lastModified=2022-06-06 17:55:00.865446000, delta=10731000 ns, racy<=2500000000 ns
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.876840000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.876840000, lastModified=2022-06-06 17:55:00.865446000, delta=11394000 ns, racy<=2500000000 ns
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.876703000, lastModified=2022-06-06 17:55:00.066427000, delta=810276000 ns, racy<=2500000000 ns
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.876 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.876 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.876984000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.876984000, lastModified=2022-06-06 17:55:00.066427000, delta=810557000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.876840000, lastModified=2022-06-06 17:55:00.865446000, delta=11394000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.877119000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.877119000, lastModified=2022-06-06 17:55:00.865446000, delta=11673000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.876984000, lastModified=2022-06-06 17:55:00.066427000, delta=810557000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.877 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.877275000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.877275000, lastModified=2022-06-06 17:55:00.066427000, delta=810848000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.877119000, lastModified=2022-06-06 17:55:00.865446000, delta=11673000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.877403000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.877403000, lastModified=2022-06-06 17:55:00.865446000, delta=11957000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.877275000, lastModified=2022-06-06 17:55:00.066427000, delta=810848000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.877 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.877584000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.877584000, lastModified=2022-06-06 17:55:00.066427000, delta=811157000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.877403000, lastModified=2022-06-06 17:55:00.865446000, delta=11957000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.877717000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.877717000, lastModified=2022-06-06 17:55:00.865446000, delta=12271000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.877584000, lastModified=2022-06-06 17:55:00.066427000, delta=811157000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.877 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.877889000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.877889000, lastModified=2022-06-06 17:55:00.066427000, delta=811462000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.877 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.877717000, lastModified=2022-06-06 17:55:00.865446000, delta=12271000 ns, racy<=2500000000 ns
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.878032000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.878032000, lastModified=2022-06-06 17:55:00.865446000, delta=12586000 ns, racy<=2500000000 ns
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.877889000, lastModified=2022-06-06 17:55:00.066427000, delta=811462000 ns, racy<=2500000000 ns
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.878 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.878143000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.878143000, lastModified=2022-06-06 17:55:00.066427000, delta=811716000 ns, racy<=2500000000 ns
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.878032000, lastModified=2022-06-06 17:55:00.865446000, delta=12586000 ns, racy<=2500000000 ns
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.878277000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.878277000, lastModified=2022-06-06 17:55:00.865446000, delta=12831000 ns, racy<=2500000000 ns
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.878412000, lastModified=2022-06-06 17:55:00.876446000, size=41, fileKey=(dev=100097,ino=199272908)
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.878143000, lastModified=2022-06-06 17:55:00.066427000, delta=811716000 ns, racy<=2500000000 ns
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.878 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.878587000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.878587000, lastModified=2022-06-06 17:55:00.066427000, delta=812160000 ns, racy<=2500000000 ns
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.878277000, lastModified=2022-06-06 17:55:00.865446000, delta=12831000 ns, racy<=2500000000 ns
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.878779000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.878 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.878779000, lastModified=2022-06-06 17:55:00.865446000, delta=13333000 ns, racy<=2500000000 ns
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.878587000, lastModified=2022-06-06 17:55:00.066427000, delta=812160000 ns, racy<=2500000000 ns
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.879 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.879516000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.879516000, lastModified=2022-06-06 17:55:00.066427000, delta=813089000 ns, racy<=2500000000 ns
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.878779000, lastModified=2022-06-06 17:55:00.865446000, delta=13333000 ns, racy<=2500000000 ns
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.879688000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.879688000, lastModified=2022-06-06 17:55:00.865446000, delta=14242000 ns, racy<=2500000000 ns
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.879516000, lastModified=2022-06-06 17:55:00.066427000, delta=813089000 ns, racy<=2500000000 ns
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.879 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.879789000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.879789000, lastModified=2022-06-06 17:55:00.066427000, delta=813362000 ns, racy<=2500000000 ns
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.879688000, lastModified=2022-06-06 17:55:00.865446000, delta=14242000 ns, racy<=2500000000 ns
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.879904000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.879904000, lastModified=2022-06-06 17:55:00.865446000, delta=14458000 ns, racy<=2500000000 ns
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.879789000, lastModified=2022-06-06 17:55:00.066427000, delta=813362000 ns, racy<=2500000000 ns
17:55:00.879 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.879 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.879994000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.879994000, lastModified=2022-06-06 17:55:00.066427000, delta=813567000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.879904000, lastModified=2022-06-06 17:55:00.865446000, delta=14458000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.880114000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.880114000, lastModified=2022-06-06 17:55:00.865446000, delta=14668000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.879994000, lastModified=2022-06-06 17:55:00.066427000, delta=813567000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.880 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.880226000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.880226000, lastModified=2022-06-06 17:55:00.066427000, delta=813799000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.880114000, lastModified=2022-06-06 17:55:00.865446000, delta=14668000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.880341000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.880341000, lastModified=2022-06-06 17:55:00.865446000, delta=14895000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.880497000, lastModified=2022-06-06 17:55:00.870446000, size=104, fileKey=(dev=100097,ino=197174690)
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.880552000, lastModified=2022-06-06 17:55:00.870446000, size=104, fileKey=(dev=100097,ino=197174690)
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.880226000, lastModified=2022-06-06 17:55:00.066427000, delta=813799000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.880 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.880614000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.880614000, lastModified=2022-06-06 17:55:00.066427000, delta=814187000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.880341000, lastModified=2022-06-06 17:55:00.865446000, delta=14895000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.880739000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.880739000, lastModified=2022-06-06 17:55:00.865446000, delta=15293000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.880614000, lastModified=2022-06-06 17:55:00.066427000, delta=814187000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.880 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.880821000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.880821000, lastModified=2022-06-06 17:55:00.066427000, delta=814394000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.880739000, lastModified=2022-06-06 17:55:00.865446000, delta=15293000 ns, racy<=2500000000 ns
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.880931000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.880 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.880931000, lastModified=2022-06-06 17:55:00.865446000, delta=15485000 ns, racy<=2500000000 ns
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.880821000, lastModified=2022-06-06 17:55:00.066427000, delta=814394000 ns, racy<=2500000000 ns
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.881 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.881161000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.881161000, lastModified=2022-06-06 17:55:00.066427000, delta=814734000 ns, racy<=2500000000 ns
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.880931000, lastModified=2022-06-06 17:55:00.865446000, delta=15485000 ns, racy<=2500000000 ns
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.881301000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.881301000, lastModified=2022-06-06 17:55:00.865446000, delta=15855000 ns, racy<=2500000000 ns
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.881 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.882134000, lastModified=2022-06-06 17:55:00.879446000, size=0, fileKey=(dev=100097,ino=197174692)
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.881161000, lastModified=2022-06-06 17:55:00.066427000, delta=814734000 ns, racy<=2500000000 ns
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.882 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.882205000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.882205000, lastModified=2022-06-06 17:55:00.066427000, delta=815778000 ns, racy<=2500000000 ns
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.881301000, lastModified=2022-06-06 17:55:00.865446000, delta=15855000 ns, racy<=2500000000 ns
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.882383000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.882383000, lastModified=2022-06-06 17:55:00.865446000, delta=16937000 ns, racy<=2500000000 ns
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.882518000, lastModified=2022-06-06 17:55:00.881446000, size=104, fileKey=(dev=100097,ino=197174692)
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.882594000, lastModified=2022-06-06 17:55:00.881446000, size=104, fileKey=(dev=100097,ino=197174692)
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.882205000, lastModified=2022-06-06 17:55:00.066427000, delta=815778000 ns, racy<=2500000000 ns
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.882 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.882656000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.882656000, lastModified=2022-06-06 17:55:00.066427000, delta=816229000 ns, racy<=2500000000 ns
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.882383000, lastModified=2022-06-06 17:55:00.865446000, delta=16937000 ns, racy<=2500000000 ns
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.882792000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.882792000, lastModified=2022-06-06 17:55:00.865446000, delta=17346000 ns, racy<=2500000000 ns
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.872216000, lastModified=2022-06-06 17:55:00.864446000, delta=7770000 ns, racy<=2597500 ns
17:55:00.882 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, is unmodified
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, isRacyClean=true, read=2022-06-06 17:55:00.878412000, lastModified=2022-06-06 17:55:00.876446000, delta=1966000 ns, racy<=2597500 ns
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, is racily clean
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-06 17:55:00.883294000, lastModified=2022-06-06 17:55:00.876446000, size=41, fileKey=(dev=100097,ino=199272908)
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-06 17:55:00.883294000, lastModified=2022-06-06 17:55:00.876446000, delta=6848000 ns, racy<=2597500 ns
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.882656000, lastModified=2022-06-06 17:55:00.066427000, delta=816229000 ns, racy<=2500000000 ns
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.883 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.883453000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.883453000, lastModified=2022-06-06 17:55:00.066427000, delta=817026000 ns, racy<=2500000000 ns
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.882792000, lastModified=2022-06-06 17:55:00.865446000, delta=17346000 ns, racy<=2500000000 ns
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.883601000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.883601000, lastModified=2022-06-06 17:55:00.865446000, delta=18155000 ns, racy<=2500000000 ns
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.872216000, lastModified=2022-06-06 17:55:00.864446000, delta=7770000 ns, racy<=2597500 ns
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, is unmodified
17:55:00.883 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.883453000, lastModified=2022-06-06 17:55:00.066427000, delta=817026000 ns, racy<=2500000000 ns
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.884 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.884065000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.884065000, lastModified=2022-06-06 17:55:00.066427000, delta=817638000 ns, racy<=2500000000 ns
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.883601000, lastModified=2022-06-06 17:55:00.865446000, delta=18155000 ns, racy<=2500000000 ns
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.884208000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.884208000, lastModified=2022-06-06 17:55:00.865446000, delta=18762000 ns, racy<=2500000000 ns
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.884398000, lastModified=2022-06-06 17:55:00.881446000, size=104, fileKey=(dev=100097,ino=197174692)
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.884440000, lastModified=2022-06-06 17:55:00.881446000, size=104, fileKey=(dev=100097,ino=197174692)
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.884 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.885 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.885 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.885 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.885 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.885 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.885 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.885 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.885 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.885 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.884065000, lastModified=2022-06-06 17:55:00.066427000, delta=817638000 ns, racy<=2500000000 ns
17:55:00.885 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.885 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.885 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.885929000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.885 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.885929000, lastModified=2022-06-06 17:55:00.066427000, delta=819502000 ns, racy<=2500000000 ns
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.884208000, lastModified=2022-06-06 17:55:00.865446000, delta=18762000 ns, racy<=2500000000 ns
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.886091000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.886091000, lastModified=2022-06-06 17:55:00.865446000, delta=20645000 ns, racy<=2500000000 ns
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.872216000, lastModified=2022-06-06 17:55:00.864446000, delta=7770000 ns, racy<=2597500 ns
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, is unmodified
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.885929000, lastModified=2022-06-06 17:55:00.066427000, delta=819502000 ns, racy<=2500000000 ns
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.886 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.886391000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.886391000, lastModified=2022-06-06 17:55:00.066427000, delta=819964000 ns, racy<=2500000000 ns
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.886091000, lastModified=2022-06-06 17:55:00.865446000, delta=20645000 ns, racy<=2500000000 ns
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.886549000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.886549000, lastModified=2022-06-06 17:55:00.865446000, delta=21103000 ns, racy<=2500000000 ns
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.886391000, lastModified=2022-06-06 17:55:00.066427000, delta=819964000 ns, racy<=2500000000 ns
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.886 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.886855000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.886855000, lastModified=2022-06-06 17:55:00.066427000, delta=820428000 ns, racy<=2500000000 ns
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.886549000, lastModified=2022-06-06 17:55:00.865446000, delta=21103000 ns, racy<=2500000000 ns
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.886 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.886987000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.886987000, lastModified=2022-06-06 17:55:00.865446000, delta=21541000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.886855000, lastModified=2022-06-06 17:55:00.066427000, delta=820428000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.887 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.887137000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.887137000, lastModified=2022-06-06 17:55:00.066427000, delta=820710000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.886987000, lastModified=2022-06-06 17:55:00.865446000, delta=21541000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.887303000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.887303000, lastModified=2022-06-06 17:55:00.865446000, delta=21857000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.887137000, lastModified=2022-06-06 17:55:00.066427000, delta=820710000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.887 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.887452000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.887452000, lastModified=2022-06-06 17:55:00.066427000, delta=821025000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.887303000, lastModified=2022-06-06 17:55:00.865446000, delta=21857000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.887601000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.887601000, lastModified=2022-06-06 17:55:00.865446000, delta=22155000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.887452000, lastModified=2022-06-06 17:55:00.066427000, delta=821025000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.887 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.887718000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.887718000, lastModified=2022-06-06 17:55:00.066427000, delta=821291000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.887601000, lastModified=2022-06-06 17:55:00.865446000, delta=22155000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.887846000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.887846000, lastModified=2022-06-06 17:55:00.865446000, delta=22400000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.887718000, lastModified=2022-06-06 17:55:00.066427000, delta=821291000 ns, racy<=2500000000 ns
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.887 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.887 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.887964000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.887964000, lastModified=2022-06-06 17:55:00.066427000, delta=821537000 ns, racy<=2500000000 ns
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.887846000, lastModified=2022-06-06 17:55:00.865446000, delta=22400000 ns, racy<=2500000000 ns
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.888106000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.888106000, lastModified=2022-06-06 17:55:00.865446000, delta=22660000 ns, racy<=2500000000 ns
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.887964000, lastModified=2022-06-06 17:55:00.066427000, delta=821537000 ns, racy<=2500000000 ns
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.888 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.888222000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.888222000, lastModified=2022-06-06 17:55:00.066427000, delta=821795000 ns, racy<=2500000000 ns
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.888106000, lastModified=2022-06-06 17:55:00.865446000, delta=22660000 ns, racy<=2500000000 ns
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.888342000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.888342000, lastModified=2022-06-06 17:55:00.865446000, delta=22896000 ns, racy<=2500000000 ns
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.888426000, lastModified=2022-06-06 17:55:00.886446000, size=41, fileKey=(dev=100097,ino=199272909)
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.888222000, lastModified=2022-06-06 17:55:00.066427000, delta=821795000 ns, racy<=2500000000 ns
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.888 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.888612000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.888612000, lastModified=2022-06-06 17:55:00.066427000, delta=822185000 ns, racy<=2500000000 ns
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.888342000, lastModified=2022-06-06 17:55:00.865446000, delta=22896000 ns, racy<=2500000000 ns
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.888751000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.888 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.888751000, lastModified=2022-06-06 17:55:00.865446000, delta=23305000 ns, racy<=2500000000 ns
17:55:00.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.888612000, lastModified=2022-06-06 17:55:00.066427000, delta=822185000 ns, racy<=2500000000 ns
17:55:00.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.949 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.949299000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.949299000, lastModified=2022-06-06 17:55:00.066427000, delta=882872000 ns, racy<=2500000000 ns
17:55:00.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.888751000, lastModified=2022-06-06 17:55:00.865446000, delta=23305000 ns, racy<=2500000000 ns
17:55:00.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.949540000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.949540000, lastModified=2022-06-06 17:55:00.865446000, delta=84094000 ns, racy<=2500000000 ns
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.949299000, lastModified=2022-06-06 17:55:00.066427000, delta=882872000 ns, racy<=2500000000 ns
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.950093000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.950093000, lastModified=2022-06-06 17:55:00.066427000, delta=883666000 ns, racy<=2500000000 ns
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.949540000, lastModified=2022-06-06 17:55:00.865446000, delta=84094000 ns, racy<=2500000000 ns
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.950239000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.950239000, lastModified=2022-06-06 17:55:00.865446000, delta=84793000 ns, racy<=2500000000 ns
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.872216000, lastModified=2022-06-06 17:55:00.864446000, delta=7770000 ns, racy<=2597500 ns
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, is unmodified
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, isRacyClean=true, read=2022-06-06 17:55:00.888426000, lastModified=2022-06-06 17:55:00.886446000, delta=1980000 ns, racy<=2597500 ns
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, is racily clean
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-06 17:55:00.950410000, lastModified=2022-06-06 17:55:00.886446000, size=41, fileKey=(dev=100097,ino=199272909)
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-06 17:55:00.950410000, lastModified=2022-06-06 17:55:00.886446000, delta=63964000 ns, racy<=2597500 ns
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.950093000, lastModified=2022-06-06 17:55:00.066427000, delta=883666000 ns, racy<=2500000000 ns
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.950525000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.950525000, lastModified=2022-06-06 17:55:00.066427000, delta=884098000 ns, racy<=2500000000 ns
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.950239000, lastModified=2022-06-06 17:55:00.865446000, delta=84793000 ns, racy<=2500000000 ns
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.950655000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.950655000, lastModified=2022-06-06 17:55:00.865446000, delta=85209000 ns, racy<=2500000000 ns
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.872216000, lastModified=2022-06-06 17:55:00.864446000, delta=7770000 ns, racy<=2597500 ns
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, is unmodified
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.950525000, lastModified=2022-06-06 17:55:00.066427000, delta=884098000 ns, racy<=2500000000 ns
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.950920000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.950920000, lastModified=2022-06-06 17:55:00.066427000, delta=884493000 ns, racy<=2500000000 ns
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.950655000, lastModified=2022-06-06 17:55:00.865446000, delta=85209000 ns, racy<=2500000000 ns
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.951058000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.951058000, lastModified=2022-06-06 17:55:00.865446000, delta=85612000 ns, racy<=2500000000 ns
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.872216000, lastModified=2022-06-06 17:55:00.864446000, delta=7770000 ns, racy<=2597500 ns
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, is unmodified
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.950920000, lastModified=2022-06-06 17:55:00.066427000, delta=884493000 ns, racy<=2500000000 ns
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.951 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.951224000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.951224000, lastModified=2022-06-06 17:55:00.066427000, delta=884797000 ns, racy<=2500000000 ns
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.951058000, lastModified=2022-06-06 17:55:00.865446000, delta=85612000 ns, racy<=2500000000 ns
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.951343000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.951343000, lastModified=2022-06-06 17:55:00.865446000, delta=85897000 ns, racy<=2500000000 ns
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.872216000, lastModified=2022-06-06 17:55:00.864446000, delta=7770000 ns, racy<=2597500 ns
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, is unmodified
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.951224000, lastModified=2022-06-06 17:55:00.066427000, delta=884797000 ns, racy<=2500000000 ns
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.951 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.951696000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.951696000, lastModified=2022-06-06 17:55:00.066427000, delta=885269000 ns, racy<=2500000000 ns
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.951343000, lastModified=2022-06-06 17:55:00.865446000, delta=85897000 ns, racy<=2500000000 ns
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.951835000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.951835000, lastModified=2022-06-06 17:55:00.865446000, delta=86389000 ns, racy<=2500000000 ns
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.951696000, lastModified=2022-06-06 17:55:00.066427000, delta=885269000 ns, racy<=2500000000 ns
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.952 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.952061000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.952061000, lastModified=2022-06-06 17:55:00.066427000, delta=885634000 ns, racy<=2500000000 ns
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.951835000, lastModified=2022-06-06 17:55:00.865446000, delta=86389000 ns, racy<=2500000000 ns
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.952186000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.952186000, lastModified=2022-06-06 17:55:00.865446000, delta=86740000 ns, racy<=2500000000 ns
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads, create new FileSnapshot: lastRead=2022-06-06 17:55:00.952280000, lastModified=2022-06-06 17:55:00.887446000, size=20, fileKey=(dev=100097,ino=199272907)
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.952061000, lastModified=2022-06-06 17:55:00.066427000, delta=885634000 ns, racy<=2500000000 ns
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.952 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.952378000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.952378000, lastModified=2022-06-06 17:55:00.066427000, delta=885951000 ns, racy<=2500000000 ns
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.952186000, lastModified=2022-06-06 17:55:00.865446000, delta=86740000 ns, racy<=2500000000 ns
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.952497000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.952497000, lastModified=2022-06-06 17:55:00.865446000, delta=87051000 ns, racy<=2500000000 ns
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs, create new FileSnapshot: lastRead=2022-06-06 17:55:00.952605000, lastModified=2022-06-06 17:55:00.862446000, size=31, fileKey=(dev=100097,ino=198218308)
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.952378000, lastModified=2022-06-06 17:55:00.066427000, delta=885951000 ns, racy<=2500000000 ns
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.952 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.952747000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.952747000, lastModified=2022-06-06 17:55:00.066427000, delta=886320000 ns, racy<=2500000000 ns
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.952497000, lastModified=2022-06-06 17:55:00.865446000, delta=87051000 ns, racy<=2500000000 ns
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.952874000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.952874000, lastModified=2022-06-06 17:55:00.865446000, delta=87428000 ns, racy<=2500000000 ns
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.952747000, lastModified=2022-06-06 17:55:00.066427000, delta=886320000 ns, racy<=2500000000 ns
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.953 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.953147000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.953147000, lastModified=2022-06-06 17:55:00.066427000, delta=886720000 ns, racy<=2500000000 ns
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.952874000, lastModified=2022-06-06 17:55:00.865446000, delta=87428000 ns, racy<=2500000000 ns
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.953285000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.953285000, lastModified=2022-06-06 17:55:00.865446000, delta=87839000 ns, racy<=2500000000 ns
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.953147000, lastModified=2022-06-06 17:55:00.066427000, delta=886720000 ns, racy<=2500000000 ns
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.953 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.953781000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.953781000, lastModified=2022-06-06 17:55:00.066427000, delta=887354000 ns, racy<=2500000000 ns
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.953285000, lastModified=2022-06-06 17:55:00.865446000, delta=87839000 ns, racy<=2500000000 ns
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.953912000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.953912000, lastModified=2022-06-06 17:55:00.865446000, delta=88466000 ns, racy<=2500000000 ns
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.953781000, lastModified=2022-06-06 17:55:00.066427000, delta=887354000 ns, racy<=2500000000 ns
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.954 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.954085000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.954085000, lastModified=2022-06-06 17:55:00.066427000, delta=887658000 ns, racy<=2500000000 ns
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.953912000, lastModified=2022-06-06 17:55:00.865446000, delta=88466000 ns, racy<=2500000000 ns
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.954214000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.954214000, lastModified=2022-06-06 17:55:00.865446000, delta=88768000 ns, racy<=2500000000 ns
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.954085000, lastModified=2022-06-06 17:55:00.066427000, delta=887658000 ns, racy<=2500000000 ns
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.954 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.954364000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.954364000, lastModified=2022-06-06 17:55:00.066427000, delta=887937000 ns, racy<=2500000000 ns
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.954214000, lastModified=2022-06-06 17:55:00.865446000, delta=88768000 ns, racy<=2500000000 ns
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.954508000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.954508000, lastModified=2022-06-06 17:55:00.865446000, delta=89062000 ns, racy<=2500000000 ns
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.954364000, lastModified=2022-06-06 17:55:00.066427000, delta=887937000 ns, racy<=2500000000 ns
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.954 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.954629000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.954629000, lastModified=2022-06-06 17:55:00.066427000, delta=888202000 ns, racy<=2500000000 ns
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.954508000, lastModified=2022-06-06 17:55:00.865446000, delta=89062000 ns, racy<=2500000000 ns
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.954749000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.954749000, lastModified=2022-06-06 17:55:00.865446000, delta=89303000 ns, racy<=2500000000 ns
17:55:00.954 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.954893000, lastModified=2022-06-06 17:55:00.953448000, size=41, fileKey=(dev=100097,ino=199272908)
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.954629000, lastModified=2022-06-06 17:55:00.066427000, delta=888202000 ns, racy<=2500000000 ns
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.955043000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.955043000, lastModified=2022-06-06 17:55:00.066427000, delta=888616000 ns, racy<=2500000000 ns
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.954749000, lastModified=2022-06-06 17:55:00.865446000, delta=89303000 ns, racy<=2500000000 ns
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.955184000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.955184000, lastModified=2022-06-06 17:55:00.865446000, delta=89738000 ns, racy<=2500000000 ns
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-06 17:55:00.954893000, lastModified=2022-06-06 17:55:00.953448000, delta=1445000 ns, racy<=2597500 ns
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, is racily clean
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-06-06 17:55:00.955471000, lastModified=2022-06-06 17:55:00.953448000, size=41, fileKey=(dev=100097,ino=199272908)
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-06 17:55:00.955471000, lastModified=2022-06-06 17:55:00.953448000, delta=2023000 ns, racy<=2597500 ns
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.955043000, lastModified=2022-06-06 17:55:00.066427000, delta=888616000 ns, racy<=2500000000 ns
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.955586000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.955586000, lastModified=2022-06-06 17:55:00.066427000, delta=889159000 ns, racy<=2500000000 ns
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.955184000, lastModified=2022-06-06 17:55:00.865446000, delta=89738000 ns, racy<=2500000000 ns
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.955714000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.955714000, lastModified=2022-06-06 17:55:00.865446000, delta=90268000 ns, racy<=2500000000 ns
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.872216000, lastModified=2022-06-06 17:55:00.864446000, delta=7770000 ns, racy<=2597500 ns
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, is unmodified
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.955586000, lastModified=2022-06-06 17:55:00.066427000, delta=889159000 ns, racy<=2500000000 ns
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.955 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.955949000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.955949000, lastModified=2022-06-06 17:55:00.066427000, delta=889522000 ns, racy<=2500000000 ns
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.955714000, lastModified=2022-06-06 17:55:00.865446000, delta=90268000 ns, racy<=2500000000 ns
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.956090000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.956090000, lastModified=2022-06-06 17:55:00.865446000, delta=90644000 ns, racy<=2500000000 ns
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-06 17:55:00.955471000, lastModified=2022-06-06 17:55:00.953448000, delta=2023000 ns, racy<=2597500 ns
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, is racily clean
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-06-06 17:55:00.956376000, lastModified=2022-06-06 17:55:00.953448000, size=41, fileKey=(dev=100097,ino=199272908)
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-06 17:55:00.956376000, lastModified=2022-06-06 17:55:00.953448000, delta=2928000 ns, racy<=2597500 ns
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.955949000, lastModified=2022-06-06 17:55:00.066427000, delta=889522000 ns, racy<=2500000000 ns
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.956 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.956464000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.956464000, lastModified=2022-06-06 17:55:00.066427000, delta=890037000 ns, racy<=2500000000 ns
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.956090000, lastModified=2022-06-06 17:55:00.865446000, delta=90644000 ns, racy<=2500000000 ns
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.956596000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.956596000, lastModified=2022-06-06 17:55:00.865446000, delta=91150000 ns, racy<=2500000000 ns
17:55:00.956 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, cannot be racily clean
17:55:00.957 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.957084000, lastModified=2022-06-06 17:55:00.881446000, size=104, fileKey=(dev=100097,ino=197174692)
17:55:00.957 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.957145000, lastModified=2022-06-06 17:55:00.881446000, size=104, fileKey=(dev=100097,ino=197174692)
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.956464000, lastModified=2022-06-06 17:55:00.066427000, delta=890037000 ns, racy<=2500000000 ns
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.959290000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.959290000, lastModified=2022-06-06 17:55:00.066427000, delta=892863000 ns, racy<=2500000000 ns
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.956596000, lastModified=2022-06-06 17:55:00.865446000, delta=91150000 ns, racy<=2500000000 ns
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.959455000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.959455000, lastModified=2022-06-06 17:55:00.865446000, delta=94009000 ns, racy<=2500000000 ns
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.959290000, lastModified=2022-06-06 17:55:00.066427000, delta=892863000 ns, racy<=2500000000 ns
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.959561000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.959561000, lastModified=2022-06-06 17:55:00.066427000, delta=893134000 ns, racy<=2500000000 ns
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.959455000, lastModified=2022-06-06 17:55:00.865446000, delta=94009000 ns, racy<=2500000000 ns
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.959685000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.959685000, lastModified=2022-06-06 17:55:00.865446000, delta=94239000 ns, racy<=2500000000 ns
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.959561000, lastModified=2022-06-06 17:55:00.066427000, delta=893134000 ns, racy<=2500000000 ns
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.959938000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.959 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.959938000, lastModified=2022-06-06 17:55:00.066427000, delta=893511000 ns, racy<=2500000000 ns
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.959685000, lastModified=2022-06-06 17:55:00.865446000, delta=94239000 ns, racy<=2500000000 ns
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.960084000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.960084000, lastModified=2022-06-06 17:55:00.865446000, delta=94638000 ns, racy<=2500000000 ns
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.960681000, lastModified=2022-06-06 17:55:00.956448000, size=0, fileKey=(dev=100097,ino=197174690)
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.959938000, lastModified=2022-06-06 17:55:00.066427000, delta=893511000 ns, racy<=2500000000 ns
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.960 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.960765000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.960765000, lastModified=2022-06-06 17:55:00.066427000, delta=894338000 ns, racy<=2500000000 ns
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.960084000, lastModified=2022-06-06 17:55:00.865446000, delta=94638000 ns, racy<=2500000000 ns
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.960910000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.960 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.960910000, lastModified=2022-06-06 17:55:00.865446000, delta=95464000 ns, racy<=2500000000 ns
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.961032000, lastModified=2022-06-06 17:55:00.960448000, size=104, fileKey=(dev=100097,ino=197174690)
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.960765000, lastModified=2022-06-06 17:55:00.066427000, delta=894338000 ns, racy<=2500000000 ns
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.961 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.961247000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.961247000, lastModified=2022-06-06 17:55:00.066427000, delta=894820000 ns, racy<=2500000000 ns
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.960910000, lastModified=2022-06-06 17:55:00.865446000, delta=95464000 ns, racy<=2500000000 ns
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.961391000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.961391000, lastModified=2022-06-06 17:55:00.865446000, delta=95945000 ns, racy<=2500000000 ns
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, cannot be racily clean
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.961247000, lastModified=2022-06-06 17:55:00.066427000, delta=894820000 ns, racy<=2500000000 ns
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.961 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.961736000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.961736000, lastModified=2022-06-06 17:55:00.066427000, delta=895309000 ns, racy<=2500000000 ns
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.961391000, lastModified=2022-06-06 17:55:00.865446000, delta=95945000 ns, racy<=2500000000 ns
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.961867000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.961867000, lastModified=2022-06-06 17:55:00.865446000, delta=96421000 ns, racy<=2500000000 ns
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.872216000, lastModified=2022-06-06 17:55:00.864446000, delta=7770000 ns, racy<=2597500 ns
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, is unmodified
17:55:00.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.961736000, lastModified=2022-06-06 17:55:00.066427000, delta=895309000 ns, racy<=2500000000 ns
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.962062000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.962062000, lastModified=2022-06-06 17:55:00.066427000, delta=895635000 ns, racy<=2500000000 ns
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.961867000, lastModified=2022-06-06 17:55:00.865446000, delta=96421000 ns, racy<=2500000000 ns
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.962188000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.962188000, lastModified=2022-06-06 17:55:00.865446000, delta=96742000 ns, racy<=2500000000 ns
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.962062000, lastModified=2022-06-06 17:55:00.066427000, delta=895635000 ns, racy<=2500000000 ns
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.962436000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.962436000, lastModified=2022-06-06 17:55:00.066427000, delta=896009000 ns, racy<=2500000000 ns
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.962188000, lastModified=2022-06-06 17:55:00.865446000, delta=96742000 ns, racy<=2500000000 ns
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.962597000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.962597000, lastModified=2022-06-06 17:55:00.865446000, delta=97151000 ns, racy<=2500000000 ns
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.872216000, lastModified=2022-06-06 17:55:00.864446000, delta=7770000 ns, racy<=2597500 ns
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, is unmodified
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.962436000, lastModified=2022-06-06 17:55:00.066427000, delta=896009000 ns, racy<=2500000000 ns
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.962777000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.962777000, lastModified=2022-06-06 17:55:00.066427000, delta=896350000 ns, racy<=2500000000 ns
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.962597000, lastModified=2022-06-06 17:55:00.865446000, delta=97151000 ns, racy<=2500000000 ns
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.962907000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.962907000, lastModified=2022-06-06 17:55:00.865446000, delta=97461000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, isRacyClean=false, read=2022-06-06 17:55:00.872216000, lastModified=2022-06-06 17:55:00.864446000, delta=7770000 ns, racy<=2597500 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, is unmodified
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.962777000, lastModified=2022-06-06 17:55:00.066427000, delta=896350000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.963084000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.963084000, lastModified=2022-06-06 17:55:00.066427000, delta=896657000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.962907000, lastModified=2022-06-06 17:55:00.865446000, delta=97461000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.963204000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.963204000, lastModified=2022-06-06 17:55:00.865446000, delta=97758000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, cannot be racily clean
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.963084000, lastModified=2022-06-06 17:55:00.066427000, delta=896657000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.963343000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.963343000, lastModified=2022-06-06 17:55:00.066427000, delta=896916000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.963204000, lastModified=2022-06-06 17:55:00.865446000, delta=97758000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.963459000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.963459000, lastModified=2022-06-06 17:55:00.865446000, delta=98013000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.963343000, lastModified=2022-06-06 17:55:00.066427000, delta=896916000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.963631000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.963631000, lastModified=2022-06-06 17:55:00.066427000, delta=897204000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.963459000, lastModified=2022-06-06 17:55:00.865446000, delta=98013000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.963753000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.963753000, lastModified=2022-06-06 17:55:00.865446000, delta=98307000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.963631000, lastModified=2022-06-06 17:55:00.066427000, delta=897204000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.963898000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.963898000, lastModified=2022-06-06 17:55:00.066427000, delta=897471000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.963 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.963753000, lastModified=2022-06-06 17:55:00.865446000, delta=98307000 ns, racy<=2500000000 ns
17:55:00.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.964023000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.964023000, lastModified=2022-06-06 17:55:00.865446000, delta=98577000 ns, racy<=2500000000 ns
17:55:00.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.963898000, lastModified=2022-06-06 17:55:00.066427000, delta=897471000 ns, racy<=2500000000 ns
17:55:00.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.964 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.964422000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.964422000, lastModified=2022-06-06 17:55:00.066427000, delta=897995000 ns, racy<=2500000000 ns
17:55:00.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.964023000, lastModified=2022-06-06 17:55:00.865446000, delta=98577000 ns, racy<=2500000000 ns
17:55:00.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.964566000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.964566000, lastModified=2022-06-06 17:55:00.865446000, delta=99120000 ns, racy<=2500000000 ns
17:55:00.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.964651000, lastModified=2022-06-06 17:55:00.963448000, size=26, fileKey=(dev=100097,ino=197174692)
17:55:00.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.964422000, lastModified=2022-06-06 17:55:00.066427000, delta=897995000 ns, racy<=2500000000 ns
17:55:00.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.965 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.965657000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.965657000, lastModified=2022-06-06 17:55:00.066427000, delta=899230000 ns, racy<=2500000000 ns
17:55:00.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.964566000, lastModified=2022-06-06 17:55:00.865446000, delta=99120000 ns, racy<=2500000000 ns
17:55:00.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.965804000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.965804000, lastModified=2022-06-06 17:55:00.865446000, delta=100358000 ns, racy<=2500000000 ns
17:55:00.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.965657000, lastModified=2022-06-06 17:55:00.066427000, delta=899230000 ns, racy<=2500000000 ns
17:55:00.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.965 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.965903000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.965903000, lastModified=2022-06-06 17:55:00.066427000, delta=899476000 ns, racy<=2500000000 ns
17:55:00.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.965804000, lastModified=2022-06-06 17:55:00.865446000, delta=100358000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.966021000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.966021000, lastModified=2022-06-06 17:55:00.865446000, delta=100575000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.965903000, lastModified=2022-06-06 17:55:00.066427000, delta=899476000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.966 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.966120000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.966120000, lastModified=2022-06-06 17:55:00.066427000, delta=899693000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.966021000, lastModified=2022-06-06 17:55:00.865446000, delta=100575000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.966241000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.966241000, lastModified=2022-06-06 17:55:00.865446000, delta=100795000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.966120000, lastModified=2022-06-06 17:55:00.066427000, delta=899693000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.966 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.966353000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.966353000, lastModified=2022-06-06 17:55:00.066427000, delta=899926000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.966241000, lastModified=2022-06-06 17:55:00.865446000, delta=100795000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.966463000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.966463000, lastModified=2022-06-06 17:55:00.865446000, delta=101017000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.966629000, lastModified=2022-06-06 17:55:00.960448000, size=104, fileKey=(dev=100097,ino=197174690)
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.966676000, lastModified=2022-06-06 17:55:00.960448000, size=104, fileKey=(dev=100097,ino=197174690)
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.966353000, lastModified=2022-06-06 17:55:00.066427000, delta=899926000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.966 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.966733000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.966733000, lastModified=2022-06-06 17:55:00.066427000, delta=900306000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.966463000, lastModified=2022-06-06 17:55:00.865446000, delta=101017000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.966865000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.966865000, lastModified=2022-06-06 17:55:00.865446000, delta=101419000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.966733000, lastModified=2022-06-06 17:55:00.066427000, delta=900306000 ns, racy<=2500000000 ns
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.966 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.966980000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.966980000, lastModified=2022-06-06 17:55:00.066427000, delta=900553000 ns, racy<=2500000000 ns
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.966865000, lastModified=2022-06-06 17:55:00.865446000, delta=101419000 ns, racy<=2500000000 ns
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.967153000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.967153000, lastModified=2022-06-06 17:55:00.865446000, delta=101707000 ns, racy<=2500000000 ns
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.966980000, lastModified=2022-06-06 17:55:00.066427000, delta=900553000 ns, racy<=2500000000 ns
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.967414000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.967414000, lastModified=2022-06-06 17:55:00.066427000, delta=900987000 ns, racy<=2500000000 ns
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.967153000, lastModified=2022-06-06 17:55:00.865446000, delta=101707000 ns, racy<=2500000000 ns
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.967568000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.967568000, lastModified=2022-06-06 17:55:00.865446000, delta=102122000 ns, racy<=2500000000 ns
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.968423000, lastModified=2022-06-06 17:55:00.966448000, size=0, fileKey=(dev=100097,ino=197174688)
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.967414000, lastModified=2022-06-06 17:55:00.066427000, delta=900987000 ns, racy<=2500000000 ns
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.968489000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.968489000, lastModified=2022-06-06 17:55:00.066427000, delta=902062000 ns, racy<=2500000000 ns
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.967568000, lastModified=2022-06-06 17:55:00.865446000, delta=102122000 ns, racy<=2500000000 ns
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.968659000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.968659000, lastModified=2022-06-06 17:55:00.865446000, delta=103213000 ns, racy<=2500000000 ns
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.968787000, lastModified=2022-06-06 17:55:00.968448000, size=104, fileKey=(dev=100097,ino=197174688)
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.968860000, lastModified=2022-06-06 17:55:00.968448000, size=104, fileKey=(dev=100097,ino=197174688)
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.968489000, lastModified=2022-06-06 17:55:00.066427000, delta=902062000 ns, racy<=2500000000 ns
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.968983000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.968983000, lastModified=2022-06-06 17:55:00.066427000, delta=902556000 ns, racy<=2500000000 ns
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.968659000, lastModified=2022-06-06 17:55:00.865446000, delta=103213000 ns, racy<=2500000000 ns
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.969149000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.969149000, lastModified=2022-06-06 17:55:00.865446000, delta=103703000 ns, racy<=2500000000 ns
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD.lock, isRacyClean=true, read=2022-06-06 17:55:00.964651000, lastModified=2022-06-06 17:55:00.963448000, delta=1203000 ns, racy<=2597500 ns
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD.lock, is racily clean
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD, create new FileSnapshot: lastRead=2022-06-06 17:55:00.969290000, lastModified=2022-06-06 17:55:00.963448000, size=26, fileKey=(dev=100097,ino=197174692)
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD.lock, isRacyClean=false, read=2022-06-06 17:55:00.969290000, lastModified=2022-06-06 17:55:00.963448000, delta=5842000 ns, racy<=2597500 ns
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, cannot be racily clean
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.968983000, lastModified=2022-06-06 17:55:00.066427000, delta=902556000 ns, racy<=2500000000 ns
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.969 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.969439000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.969439000, lastModified=2022-06-06 17:55:00.066427000, delta=903012000 ns, racy<=2500000000 ns
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.969149000, lastModified=2022-06-06 17:55:00.865446000, delta=103703000 ns, racy<=2500000000 ns
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.969601000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.969601000, lastModified=2022-06-06 17:55:00.865446000, delta=104155000 ns, racy<=2500000000 ns
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD.lock, cannot be racily clean
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, cannot be racily clean
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.969439000, lastModified=2022-06-06 17:55:00.066427000, delta=903012000 ns, racy<=2500000000 ns
17:55:00.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.970013000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.970013000, lastModified=2022-06-06 17:55:00.066427000, delta=903586000 ns, racy<=2500000000 ns
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.969601000, lastModified=2022-06-06 17:55:00.865446000, delta=104155000 ns, racy<=2500000000 ns
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.970160000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.970160000, lastModified=2022-06-06 17:55:00.865446000, delta=104714000 ns, racy<=2500000000 ns
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.970378000, lastModified=2022-06-06 17:55:00.968448000, size=104, fileKey=(dev=100097,ino=197174688)
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.970424000, lastModified=2022-06-06 17:55:00.968448000, size=104, fileKey=(dev=100097,ino=197174688)
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:00.868709000, lastModified=2022-06-06 17:55:00.862446000, delta=6263000 ns, racy<=2597500 ns
17:55:00.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:00.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-06 17:55:00.869369000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538100869369000 ns, racy<=2597500 ns
17:55:00.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack/preserved, is unmodified
17:55:00.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.970013000, lastModified=2022-06-06 17:55:00.066427000, delta=903586000 ns, racy<=2500000000 ns
17:55:00.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.971 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.971877000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.971877000, lastModified=2022-06-06 17:55:00.066427000, delta=905450000 ns, racy<=2500000000 ns
17:55:00.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.970160000, lastModified=2022-06-06 17:55:00.865446000, delta=104714000 ns, racy<=2500000000 ns
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.972026000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.972026000, lastModified=2022-06-06 17:55:00.865446000, delta=106580000 ns, racy<=2500000000 ns
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD.lock, cannot be racily clean
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, cannot be racily clean
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.971877000, lastModified=2022-06-06 17:55:00.066427000, delta=905450000 ns, racy<=2500000000 ns
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.972 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.972321000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.972321000, lastModified=2022-06-06 17:55:00.066427000, delta=905894000 ns, racy<=2500000000 ns
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.972026000, lastModified=2022-06-06 17:55:00.865446000, delta=106580000 ns, racy<=2500000000 ns
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.972459000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.972459000, lastModified=2022-06-06 17:55:00.865446000, delta=107013000 ns, racy<=2500000000 ns
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, cannot be racily clean
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.972321000, lastModified=2022-06-06 17:55:00.066427000, delta=905894000 ns, racy<=2500000000 ns
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.972 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.972786000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.972786000, lastModified=2022-06-06 17:55:00.066427000, delta=906359000 ns, racy<=2500000000 ns
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.972459000, lastModified=2022-06-06 17:55:00.865446000, delta=107013000 ns, racy<=2500000000 ns
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.972911000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.972 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.972911000, lastModified=2022-06-06 17:55:00.865446000, delta=107465000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.972786000, lastModified=2022-06-06 17:55:00.066427000, delta=906359000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.973 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.973054000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.973054000, lastModified=2022-06-06 17:55:00.066427000, delta=906627000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.972911000, lastModified=2022-06-06 17:55:00.865446000, delta=107465000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.973175000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.973175000, lastModified=2022-06-06 17:55:00.865446000, delta=107729000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.973054000, lastModified=2022-06-06 17:55:00.066427000, delta=906627000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.973 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.973312000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.973312000, lastModified=2022-06-06 17:55:00.066427000, delta=906885000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.973175000, lastModified=2022-06-06 17:55:00.865446000, delta=107729000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.973426000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.973426000, lastModified=2022-06-06 17:55:00.865446000, delta=107980000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.973312000, lastModified=2022-06-06 17:55:00.066427000, delta=906885000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.973 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.973550000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.973550000, lastModified=2022-06-06 17:55:00.066427000, delta=907123000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.973426000, lastModified=2022-06-06 17:55:00.865446000, delta=107980000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.973668000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.973668000, lastModified=2022-06-06 17:55:00.865446000, delta=108222000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.973550000, lastModified=2022-06-06 17:55:00.066427000, delta=907123000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.973 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.973775000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.973775000, lastModified=2022-06-06 17:55:00.066427000, delta=907348000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.973668000, lastModified=2022-06-06 17:55:00.865446000, delta=108222000 ns, racy<=2500000000 ns
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.973884000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.973884000, lastModified=2022-06-06 17:55:00.865446000, delta=108438000 ns, racy<=2500000000 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.973775000, lastModified=2022-06-06 17:55:00.066427000, delta=907348000 ns, racy<=2500000000 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.974 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.974029000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.974029000, lastModified=2022-06-06 17:55:00.066427000, delta=907602000 ns, racy<=2500000000 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.973884000, lastModified=2022-06-06 17:55:00.865446000, delta=108438000 ns, racy<=2500000000 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.974145000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.974145000, lastModified=2022-06-06 17:55:00.865446000, delta=108699000 ns, racy<=2500000000 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.974225000, lastModified=2022-06-06 17:55:00.972448000, size=41, fileKey=(dev=100097,ino=199272910)
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.974029000, lastModified=2022-06-06 17:55:00.066427000, delta=907602000 ns, racy<=2500000000 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.974 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.974390000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.974390000, lastModified=2022-06-06 17:55:00.066427000, delta=907963000 ns, racy<=2500000000 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.974145000, lastModified=2022-06-06 17:55:00.865446000, delta=108699000 ns, racy<=2500000000 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.974561000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.974561000, lastModified=2022-06-06 17:55:00.865446000, delta=109115000 ns, racy<=2500000000 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.974390000, lastModified=2022-06-06 17:55:00.066427000, delta=907963000 ns, racy<=2500000000 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.974 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.974728000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.974728000, lastModified=2022-06-06 17:55:00.066427000, delta=908301000 ns, racy<=2500000000 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.974561000, lastModified=2022-06-06 17:55:00.865446000, delta=109115000 ns, racy<=2500000000 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.974848000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.974848000, lastModified=2022-06-06 17:55:00.865446000, delta=109402000 ns, racy<=2500000000 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD.lock, cannot be racily clean
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-06 17:55:00.974225000, lastModified=2022-06-06 17:55:00.972448000, delta=1777000 ns, racy<=2597500 ns
17:55:00.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, is racily clean
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-06-06 17:55:00.974992000, lastModified=2022-06-06 17:55:00.972448000, size=41, fileKey=(dev=100097,ino=199272910)
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-06 17:55:00.974992000, lastModified=2022-06-06 17:55:00.972448000, delta=2544000 ns, racy<=2597500 ns
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.974728000, lastModified=2022-06-06 17:55:00.066427000, delta=908301000 ns, racy<=2500000000 ns
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.975 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.975117000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.975117000, lastModified=2022-06-06 17:55:00.066427000, delta=908690000 ns, racy<=2500000000 ns
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.974848000, lastModified=2022-06-06 17:55:00.865446000, delta=109402000 ns, racy<=2500000000 ns
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.975236000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.975236000, lastModified=2022-06-06 17:55:00.865446000, delta=109790000 ns, racy<=2500000000 ns
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.975117000, lastModified=2022-06-06 17:55:00.066427000, delta=908690000 ns, racy<=2500000000 ns
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.975 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.975561000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.975561000, lastModified=2022-06-06 17:55:00.066427000, delta=909134000 ns, racy<=2500000000 ns
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.975236000, lastModified=2022-06-06 17:55:00.865446000, delta=109790000 ns, racy<=2500000000 ns
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.975678000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.975678000, lastModified=2022-06-06 17:55:00.865446000, delta=110232000 ns, racy<=2500000000 ns
17:55:00.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.976166000, lastModified=2022-06-06 17:55:00.968448000, size=104, fileKey=(dev=100097,ino=197174688)
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.976222000, lastModified=2022-06-06 17:55:00.968448000, size=104, fileKey=(dev=100097,ino=197174688)
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.975561000, lastModified=2022-06-06 17:55:00.066427000, delta=909134000 ns, racy<=2500000000 ns
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.976 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.976271000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.976271000, lastModified=2022-06-06 17:55:00.066427000, delta=909844000 ns, racy<=2500000000 ns
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.975678000, lastModified=2022-06-06 17:55:00.865446000, delta=110232000 ns, racy<=2500000000 ns
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.976398000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.976398000, lastModified=2022-06-06 17:55:00.865446000, delta=110952000 ns, racy<=2500000000 ns
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.976271000, lastModified=2022-06-06 17:55:00.066427000, delta=909844000 ns, racy<=2500000000 ns
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.976 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.976484000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.976484000, lastModified=2022-06-06 17:55:00.066427000, delta=910057000 ns, racy<=2500000000 ns
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.976398000, lastModified=2022-06-06 17:55:00.865446000, delta=110952000 ns, racy<=2500000000 ns
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.976600000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.976600000, lastModified=2022-06-06 17:55:00.865446000, delta=111154000 ns, racy<=2500000000 ns
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.976484000, lastModified=2022-06-06 17:55:00.066427000, delta=910057000 ns, racy<=2500000000 ns
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.976 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.976786000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.976786000, lastModified=2022-06-06 17:55:00.066427000, delta=910359000 ns, racy<=2500000000 ns
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.976600000, lastModified=2022-06-06 17:55:00.865446000, delta=111154000 ns, racy<=2500000000 ns
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.976942000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.976942000, lastModified=2022-06-06 17:55:00.865446000, delta=111496000 ns, racy<=2500000000 ns
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.976786000, lastModified=2022-06-06 17:55:00.066427000, delta=910359000 ns, racy<=2500000000 ns
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.978 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.978191000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.978191000, lastModified=2022-06-06 17:55:00.066427000, delta=911764000 ns, racy<=2500000000 ns
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.976942000, lastModified=2022-06-06 17:55:00.865446000, delta=111496000 ns, racy<=2500000000 ns
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.978339000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.978339000, lastModified=2022-06-06 17:55:00.865446000, delta=112893000 ns, racy<=2500000000 ns
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.978191000, lastModified=2022-06-06 17:55:00.066427000, delta=911764000 ns, racy<=2500000000 ns
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.978 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.978787000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.978787000, lastModified=2022-06-06 17:55:00.066427000, delta=912360000 ns, racy<=2500000000 ns
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.978339000, lastModified=2022-06-06 17:55:00.865446000, delta=112893000 ns, racy<=2500000000 ns
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.978931000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.978931000, lastModified=2022-06-06 17:55:00.865446000, delta=113485000 ns, racy<=2500000000 ns
17:55:00.979 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.979387000, lastModified=2022-06-06 17:55:00.975448000, size=0, fileKey=(dev=100097,ino=197174690)
17:55:00.979 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.978787000, lastModified=2022-06-06 17:55:00.066427000, delta=912360000 ns, racy<=2500000000 ns
17:55:00.979 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.979 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.979 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.979469000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.979 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.979469000, lastModified=2022-06-06 17:55:00.066427000, delta=913042000 ns, racy<=2500000000 ns
17:55:00.979 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.979 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.979 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.978931000, lastModified=2022-06-06 17:55:00.865446000, delta=113485000 ns, racy<=2500000000 ns
17:55:00.979 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.979 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.979621000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.979 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.979621000, lastModified=2022-06-06 17:55:00.865446000, delta=114175000 ns, racy<=2500000000 ns
17:55:00.979 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.979747000, lastModified=2022-06-06 17:55:00.979448000, size=104, fileKey=(dev=100097,ino=197174690)
17:55:00.979 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.979819000, lastModified=2022-06-06 17:55:00.979448000, size=104, fileKey=(dev=100097,ino=197174690)
17:55:00.979 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.979469000, lastModified=2022-06-06 17:55:00.066427000, delta=913042000 ns, racy<=2500000000 ns
17:55:00.979 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.979 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.979994000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.979994000, lastModified=2022-06-06 17:55:00.066427000, delta=913567000 ns, racy<=2500000000 ns
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.979621000, lastModified=2022-06-06 17:55:00.865446000, delta=114175000 ns, racy<=2500000000 ns
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.980146000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.980146000, lastModified=2022-06-06 17:55:00.865446000, delta=114700000 ns, racy<=2500000000 ns
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.979994000, lastModified=2022-06-06 17:55:00.066427000, delta=913567000 ns, racy<=2500000000 ns
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.980 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.980457000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.980457000, lastModified=2022-06-06 17:55:00.066427000, delta=914030000 ns, racy<=2500000000 ns
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.980146000, lastModified=2022-06-06 17:55:00.865446000, delta=114700000 ns, racy<=2500000000 ns
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.980589000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.980589000, lastModified=2022-06-06 17:55:00.865446000, delta=115143000 ns, racy<=2500000000 ns
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD.lock, cannot be racily clean
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-06 17:55:00.974992000, lastModified=2022-06-06 17:55:00.972448000, delta=2544000 ns, racy<=2597500 ns
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, is racily clean
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-06-06 17:55:00.980726000, lastModified=2022-06-06 17:55:00.972448000, size=41, fileKey=(dev=100097,ino=199272910)
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-06 17:55:00.980726000, lastModified=2022-06-06 17:55:00.972448000, delta=8278000 ns, racy<=2597500 ns
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.980457000, lastModified=2022-06-06 17:55:00.066427000, delta=914030000 ns, racy<=2500000000 ns
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.980 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.980825000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.980825000, lastModified=2022-06-06 17:55:00.066427000, delta=914398000 ns, racy<=2500000000 ns
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.980589000, lastModified=2022-06-06 17:55:00.865446000, delta=115143000 ns, racy<=2500000000 ns
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.980946000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.980 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.980946000, lastModified=2022-06-06 17:55:00.865446000, delta=115500000 ns, racy<=2500000000 ns
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.980825000, lastModified=2022-06-06 17:55:00.066427000, delta=914398000 ns, racy<=2500000000 ns
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.981 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.981180000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.981180000, lastModified=2022-06-06 17:55:00.066427000, delta=914753000 ns, racy<=2500000000 ns
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.980946000, lastModified=2022-06-06 17:55:00.865446000, delta=115500000 ns, racy<=2500000000 ns
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.981316000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.981316000, lastModified=2022-06-06 17:55:00.865446000, delta=115870000 ns, racy<=2500000000 ns
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD.lock, cannot be racily clean
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, cannot be racily clean
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.981180000, lastModified=2022-06-06 17:55:00.066427000, delta=914753000 ns, racy<=2500000000 ns
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.981 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.981474000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.981474000, lastModified=2022-06-06 17:55:00.066427000, delta=915047000 ns, racy<=2500000000 ns
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.981316000, lastModified=2022-06-06 17:55:00.865446000, delta=115870000 ns, racy<=2500000000 ns
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.981654000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.981654000, lastModified=2022-06-06 17:55:00.865446000, delta=116208000 ns, racy<=2500000000 ns
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD.lock, cannot be racily clean
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch.lock, cannot be racily clean
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.981474000, lastModified=2022-06-06 17:55:00.066427000, delta=915047000 ns, racy<=2500000000 ns
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.981 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.981813000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.981813000, lastModified=2022-06-06 17:55:00.066427000, delta=915386000 ns, racy<=2500000000 ns
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.981654000, lastModified=2022-06-06 17:55:00.865446000, delta=116208000 ns, racy<=2500000000 ns
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.981932000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.981 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.981932000, lastModified=2022-06-06 17:55:00.865446000, delta=116486000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/master.lock, cannot be racily clean
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.981813000, lastModified=2022-06-06 17:55:00.066427000, delta=915386000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.982 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.982072000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.982072000, lastModified=2022-06-06 17:55:00.066427000, delta=915645000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.981932000, lastModified=2022-06-06 17:55:00.865446000, delta=116486000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.982191000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.982191000, lastModified=2022-06-06 17:55:00.865446000, delta=116745000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.982072000, lastModified=2022-06-06 17:55:00.066427000, delta=915645000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.982 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.982356000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.982356000, lastModified=2022-06-06 17:55:00.066427000, delta=915929000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.982191000, lastModified=2022-06-06 17:55:00.865446000, delta=116745000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.982486000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.982486000, lastModified=2022-06-06 17:55:00.865446000, delta=117040000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.982356000, lastModified=2022-06-06 17:55:00.066427000, delta=915929000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.982 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.982676000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.982676000, lastModified=2022-06-06 17:55:00.066427000, delta=916249000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.982486000, lastModified=2022-06-06 17:55:00.865446000, delta=117040000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.982809000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.982809000, lastModified=2022-06-06 17:55:00.865446000, delta=117363000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.982676000, lastModified=2022-06-06 17:55:00.066427000, delta=916249000 ns, racy<=2500000000 ns
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.982 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.982941000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.982 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.982941000, lastModified=2022-06-06 17:55:00.066427000, delta=916514000 ns, racy<=2500000000 ns
17:55:00.983 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.983 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.983 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.982809000, lastModified=2022-06-06 17:55:00.865446000, delta=117363000 ns, racy<=2500000000 ns
17:55:00.983 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.983 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.983084000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.983 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.983084000, lastModified=2022-06-06 17:55:00.865446000, delta=117638000 ns, racy<=2500000000 ns
17:55:00.983 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-06 17:55:00.983175000, lastModified=2022-06-06 17:55:00.981448000, size=23, fileKey=(dev=100097,ino=197174688)
17:55:00.989 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.989676000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.989 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.982941000, lastModified=2022-06-06 17:55:00.066427000, delta=916514000 ns, racy<=2500000000 ns
17:55:00.989 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.989 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.989 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.989904000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.989 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.989904000, lastModified=2022-06-06 17:55:00.066427000, delta=923477000 ns, racy<=2500000000 ns
17:55:00.990 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.990 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.990 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.990055000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.990 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.989904000, lastModified=2022-06-06 17:55:00.066427000, delta=923477000 ns, racy<=2500000000 ns
17:55:00.990 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:00.990 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:00.990 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.990188000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:00.990 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.990188000, lastModified=2022-06-06 17:55:00.066427000, delta=923761000 ns, racy<=2500000000 ns
17:55:00.990 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:00.990 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:00.990 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.990055000, lastModified=2022-06-06 17:55:00.865446000, delta=124609000 ns, racy<=2500000000 ns
17:55:00.990 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:00.990 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:00.990333000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:00.990 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.990333000, lastModified=2022-06-06 17:55:00.865446000, delta=124887000 ns, racy<=2500000000 ns
17:55:00.990 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:00.990460000, lastModified=2022-06-06 17:55:00.979448000, size=104, fileKey=(dev=100097,ino=197174690)
17:55:00.990 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: /tmp/junit4280056335321852271:org.eclipse.hawk.git.JGitRepository:false
17:55:01.049 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:01.049 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:01.058 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:00.990188000, lastModified=2022-06-06 17:55:00.066427000, delta=923761000 ns, racy<=2500000000 ns
17:55:01.058 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:01.058 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:01.058 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.058308000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:01.058 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.058308000, lastModified=2022-06-06 17:55:00.066427000, delta=991881000 ns, racy<=2500000000 ns
17:55:01.058 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:01.058 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:01.058 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:00.990333000, lastModified=2022-06-06 17:55:00.865446000, delta=124887000 ns, racy<=2500000000 ns
17:55:01.058 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:01.058 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.058572000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.058 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.058572000, lastModified=2022-06-06 17:55:00.865446000, delta=193126000 ns, racy<=2500000000 ns
17:55:01.058 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-06-06 17:55:01.058837000, lastModified=2022-06-06 17:55:00.972448000, size=41, fileKey=(dev=100097,ino=199272910)
17:55:01.058 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.058308000, lastModified=2022-06-06 17:55:00.066427000, delta=991881000 ns, racy<=2500000000 ns
17:55:01.058 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:01.058 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:01.058 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.058943000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:01.058 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.058943000, lastModified=2022-06-06 17:55:00.066427000, delta=992516000 ns, racy<=2500000000 ns
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.058572000, lastModified=2022-06-06 17:55:00.865446000, delta=193126000 ns, racy<=2500000000 ns
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.059084000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.059084000, lastModified=2022-06-06 17:55:00.865446000, delta=193638000 ns, racy<=2500000000 ns
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch, isRacyClean=false, read=2022-06-06 17:55:01.058837000, lastModified=2022-06-06 17:55:00.972448000, delta=86389000 ns, racy<=2597500 ns
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/refs/heads/newbranch, is unmodified
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.059446000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.058943000, lastModified=2022-06-06 17:55:00.066427000, delta=992516000 ns, racy<=2500000000 ns
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:01.059 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.059602000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.059602000, lastModified=2022-06-06 17:55:00.066427000, delta=993175000 ns, racy<=2500000000 ns
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.059720000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.059602000, lastModified=2022-06-06 17:55:00.066427000, delta=993175000 ns, racy<=2500000000 ns
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:01.059 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.059835000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.059835000, lastModified=2022-06-06 17:55:00.066427000, delta=993408000 ns, racy<=2500000000 ns
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.059720000, lastModified=2022-06-06 17:55:00.865446000, delta=194274000 ns, racy<=2500000000 ns
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:01.059 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.059960000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.059960000, lastModified=2022-06-06 17:55:00.865446000, delta=194514000 ns, racy<=2500000000 ns
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/index, create new FileSnapshot: lastRead=2022-06-06 17:55:01.060084000, lastModified=2022-06-06 17:55:00.979448000, size=104, fileKey=(dev=100097,ino=197174690)
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-06 17:55:01.060178000, lastModified=2022-06-06 17:55:00.862446000, size=6, fileKey=(dev=100097,ino=206591492)
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:01.060178000, lastModified=2022-06-06 17:55:00.862446000, delta=197732000 ns, racy<=2597500 ns
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:01.060178000, lastModified=2022-06-06 17:55:00.862446000, delta=197732000 ns, racy<=2597500 ns
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:01.060178000, lastModified=2022-06-06 17:55:00.862446000, delta=197732000 ns, racy<=2597500 ns
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.059835000, lastModified=2022-06-06 17:55:00.066427000, delta=993408000 ns, racy<=2500000000 ns
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:01.060 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.060713000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.060713000, lastModified=2022-06-06 17:55:00.066427000, delta=994286000 ns, racy<=2500000000 ns
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.059084000, lastModified=2022-06-06 17:55:00.865446000, delta=193638000 ns, racy<=2500000000 ns
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.060859000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.060 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.060859000, lastModified=2022-06-06 17:55:00.865446000, delta=195413000 ns, racy<=2500000000 ns
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-06 17:55:01.061035000, lastModified=2022-06-06 17:55:00.862446000, size=6, fileKey=(dev=100097,ino=206591492)
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:01.061035000, lastModified=2022-06-06 17:55:00.862446000, delta=198589000 ns, racy<=2597500 ns
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:01.061035000, lastModified=2022-06-06 17:55:00.862446000, delta=198589000 ns, racy<=2597500 ns
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:01.061035000, lastModified=2022-06-06 17:55:00.862446000, delta=198589000 ns, racy<=2597500 ns
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:01.061035000, lastModified=2022-06-06 17:55:00.862446000, delta=198589000 ns, racy<=2597500 ns
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:01.061035000, lastModified=2022-06-06 17:55:00.862446000, delta=198589000 ns, racy<=2597500 ns
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.060713000, lastModified=2022-06-06 17:55:00.066427000, delta=994286000 ns, racy<=2500000000 ns
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:01.061 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.061767000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.061767000, lastModified=2022-06-06 17:55:00.066427000, delta=995340000 ns, racy<=2500000000 ns
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.060859000, lastModified=2022-06-06 17:55:00.865446000, delta=195413000 ns, racy<=2500000000 ns
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.061910000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.061 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.061910000, lastModified=2022-06-06 17:55:00.865446000, delta=196464000 ns, racy<=2500000000 ns
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.061767000, lastModified=2022-06-06 17:55:00.066427000, delta=995340000 ns, racy<=2500000000 ns
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:01.062 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.062056000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.062056000, lastModified=2022-06-06 17:55:00.066427000, delta=995629000 ns, racy<=2500000000 ns
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.061910000, lastModified=2022-06-06 17:55:00.865446000, delta=196464000 ns, racy<=2500000000 ns
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.062187000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.062187000, lastModified=2022-06-06 17:55:00.865446000, delta=196741000 ns, racy<=2500000000 ns
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.062056000, lastModified=2022-06-06 17:55:00.066427000, delta=995629000 ns, racy<=2500000000 ns
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:01.062 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.062404000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.062404000, lastModified=2022-06-06 17:55:00.066427000, delta=995977000 ns, racy<=2500000000 ns
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.062187000, lastModified=2022-06-06 17:55:00.865446000, delta=196741000 ns, racy<=2500000000 ns
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.062544000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.062544000, lastModified=2022-06-06 17:55:00.865446000, delta=197098000 ns, racy<=2500000000 ns
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.062404000, lastModified=2022-06-06 17:55:00.066427000, delta=995977000 ns, racy<=2500000000 ns
17:55:01.062 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:01.063 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.063018000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.063018000, lastModified=2022-06-06 17:55:00.066427000, delta=996591000 ns, racy<=2500000000 ns
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.062544000, lastModified=2022-06-06 17:55:00.865446000, delta=197098000 ns, racy<=2500000000 ns
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.063160000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.063160000, lastModified=2022-06-06 17:55:00.865446000, delta=197714000 ns, racy<=2500000000 ns
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.063018000, lastModified=2022-06-06 17:55:00.066427000, delta=996591000 ns, racy<=2500000000 ns
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:01.063 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.063287000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.063287000, lastModified=2022-06-06 17:55:00.066427000, delta=996860000 ns, racy<=2500000000 ns
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.063160000, lastModified=2022-06-06 17:55:00.865446000, delta=197714000 ns, racy<=2500000000 ns
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.063411000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.063411000, lastModified=2022-06-06 17:55:00.865446000, delta=197965000 ns, racy<=2500000000 ns
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.063287000, lastModified=2022-06-06 17:55:00.066427000, delta=996860000 ns, racy<=2500000000 ns
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:01.063 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.063642000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.063642000, lastModified=2022-06-06 17:55:00.066427000, delta=997215000 ns, racy<=2500000000 ns
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.063411000, lastModified=2022-06-06 17:55:00.865446000, delta=197965000 ns, racy<=2500000000 ns
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.063782000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.063782000, lastModified=2022-06-06 17:55:00.865446000, delta=198336000 ns, racy<=2500000000 ns
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:01.061035000, lastModified=2022-06-06 17:55:00.862446000, delta=198589000 ns, racy<=2597500 ns
17:55:01.063 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.063642000, lastModified=2022-06-06 17:55:00.066427000, delta=997215000 ns, racy<=2500000000 ns
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:01.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.064083000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.064083000, lastModified=2022-06-06 17:55:00.066427000, delta=997656000 ns, racy<=2500000000 ns
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.063782000, lastModified=2022-06-06 17:55:00.865446000, delta=198336000 ns, racy<=2500000000 ns
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.064220000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.064220000, lastModified=2022-06-06 17:55:00.865446000, delta=198774000 ns, racy<=2500000000 ns
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.064083000, lastModified=2022-06-06 17:55:00.066427000, delta=997656000 ns, racy<=2500000000 ns
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:01.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.064346000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.064346000, lastModified=2022-06-06 17:55:00.066427000, delta=997919000 ns, racy<=2500000000 ns
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.064220000, lastModified=2022-06-06 17:55:00.865446000, delta=198774000 ns, racy<=2500000000 ns
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.064476000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.064 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.064476000, lastModified=2022-06-06 17:55:00.865446000, delta=199030000 ns, racy<=2500000000 ns
17:55:01.064 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:01.067 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.064346000, lastModified=2022-06-06 17:55:00.066427000, delta=997919000 ns, racy<=2500000000 ns
17:55:01.067 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:01.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:01.067 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.067741000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:01.067 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.067741000, lastModified=2022-06-06 17:55:00.066427000, delta=1001314000 ns, racy<=2500000000 ns
17:55:01.067 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:01.067 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:01.067 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.064476000, lastModified=2022-06-06 17:55:00.865446000, delta=199030000 ns, racy<=2500000000 ns
17:55:01.067 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:01.067 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.067903000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.067 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.067903000, lastModified=2022-06-06 17:55:00.865446000, delta=202457000 ns, racy<=2500000000 ns
17:55:01.068 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:01.061035000, lastModified=2022-06-06 17:55:00.862446000, delta=198589000 ns, racy<=2597500 ns
17:55:01.068 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:01.068 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:01.068 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:01.078 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:55:01.149 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:01.149 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:55:01.149 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:55:01.154 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:55:01.158 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:55:01.158 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:55:01.158 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:55:01.158 [pool-68-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...17:55:01.158 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
17:55:01.160 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
17:55:01.160 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:01.160 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:01.161 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:01.161 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:55:01.161 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:01.161 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:01.161 [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...
17:55:01.161 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:55:01.161 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 23fbc7728d9e460c936ca1549fcaae463a3b25c8 (timepoint 1654538100000) of /tmp/junit4280056335321852271
17:55:01.162 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:01.163 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.067741000, lastModified=2022-06-06 17:55:00.066427000, delta=1001314000 ns, racy<=2500000000 ns
17:55:01.163 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:01.163 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:01.163 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.163120000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:01.163 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.163120000, lastModified=2022-06-06 17:55:00.066427000, delta=1096693000 ns, racy<=2500000000 ns
17:55:01.163 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:01.163 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:01.163 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.067903000, lastModified=2022-06-06 17:55:00.865446000, delta=202457000 ns, racy<=2500000000 ns
17:55:01.163 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:01.163 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.163308000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.163 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.163308000, lastModified=2022-06-06 17:55:00.865446000, delta=297862000 ns, racy<=2500000000 ns
17:55:01.163 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:01.061035000, lastModified=2022-06-06 17:55:00.862446000, delta=198589000 ns, racy<=2597500 ns
17:55:01.163 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:01.163 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:01.163 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:01.172 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:55:01.172 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:01.172 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:55:01.173 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:55:01.173 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:55:01.173 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:55:01.173 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:55:01.180 [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...17:55:01.180 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:01.180 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:01.180 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:01.180 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:01.180 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:01.180 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:01.180 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:01.180 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:01.181 [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...
17:55:01.181 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:55:01.181 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 118bf6bb01f30f53f34404e3f03249c6cfb740ca (timepoint 1654538100002) of /tmp/junit4280056335321852271
17:55:01.181 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:01.182 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.163120000, lastModified=2022-06-06 17:55:00.066427000, delta=1096693000 ns, racy<=2500000000 ns
17:55:01.182 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
17:55:01.182 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
17:55:01.182 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.182702000, lastModified=2022-06-06 17:55:00.066427000, size=258, fileKey=(dev=804,ino=1061180480)
17:55:01.182 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-06 17:55:01.182702000, lastModified=2022-06-06 17:55:00.066427000, delta=1116275000 ns, racy<=2500000000 ns
17:55:01.182 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-06 17:54:56.864978000, lastModified=1970-01-01 00:00:00.000000000, delta=1654538096864978000 ns, racy<=2500000000 ns
17:55:01.182 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
17:55:01.182 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.163308000, lastModified=2022-06-06 17:55:00.865446000, delta=297862000 ns, racy<=2500000000 ns
17:55:01.182 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, is racily clean
17:55:01.182 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, create new FileSnapshot: lastRead=2022-06-06 17:55:01.182891000, lastModified=2022-06-06 17:55:00.865446000, size=78, fileKey=(dev=100097,ino=197174689)
17:55:01.182 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/config, isRacyClean=true, read=2022-06-06 17:55:01.182891000, lastModified=2022-06-06 17:55:00.865446000, delta=317445000 ns, racy<=2500000000 ns
17:55:01.183 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, isRacyClean=false, read=2022-06-06 17:55:01.061035000, lastModified=2022-06-06 17:55:00.862446000, delta=198589000 ns, racy<=2597500 ns
17:55:01.183 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit4280056335321852271/.git/objects/pack, is unmodified
17:55:01.183 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:01.183 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:01.191 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:55:01.191 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:01.191 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:55:01.248 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
17:55:01.248 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:55:01.248 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
17:55:01.248 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:55:01.249 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s58ms [pure insertion]
marking any relevant derived attributes for update...17:55:01.249 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:01.249 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:01.249 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:01.249 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:01.249 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:01.249 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:01.249 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:01.249 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:01.249 [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...
17:55:01.249 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:55:01.249 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision f8d0c9595c998e680afe522af689ad0ddebab5ae (timepoint 1654538100003) of /tmp/junit4280056335321852271
17:55:01.250 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:01.250 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 200 ms
17:55:01.254 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:55:01.254 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: /tmp/junit4280056335321852271:org.eclipse.hawk.git.JGitRepository:false
17:55:01.256 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:01.256 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:55:01.330 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:55:01.330 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14231336019657468429/test_nonDefaultBranch[LevelDB GreyCat]
17:55:01.330 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:55:02.302 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:55:02.348 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:02.349 [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
17:55:02.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:02.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:02.351 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:55:02.351 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:55:02.351 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:55:02.351 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:55:02.351 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:55:02.352 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:02.352 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:02.352 [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
17:55:02.356 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:02.356 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55: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::EByteArray will be handled as its instance type byte[]
17:55: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::EFloat will be handled as its instance type java.lang.Float
17:55: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::EBigInteger will be handled as its instance type java.math.BigInteger
17:55: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::ELongObject will be handled as its instance type java.lang.Long
17:55: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::EChar will be handled as its instance type char
17:55:02.362 [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
17:55:02.362 [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
17:55:02.362 [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
17:55:02.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
17:55:02.362 [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
17:55:02.362 [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
17:55:02.362 [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
17:55: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::EDouble will be handled as its instance type java.lang.Double
17:55: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::ELong will be handled as its instance type java.lang.Long
17:55: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::EShort will be handled as its instance type short
17:55: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::EBoolean will be handled as its instance type java.lang.Boolean
17:55: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::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
17:55: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::EShortObject will be handled as its instance type java.lang.Short
17:55:02.364 [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
17:55:02.364 [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
17:55:02.364 [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
17:55: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::EJavaClass will be handled as its instance type java.lang.Class
17:55: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::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
17:55: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
17:55: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
17:55: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::EByte will be handled as its instance type byte
17:55: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
17:55: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::EFloatObject will be handled as its instance type java.lang.Float
17:55: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::EBigDecimal will be handled as its instance type java.math.BigDecimal
17:55: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::EIntegerObject will be handled as its instance type java.lang.Integer
17:55: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::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
17:55: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::EDoubleObject will be handled as its instance type java.lang.Double
17:55: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::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
17:55:02.370 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:55:02.370 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:55:02.370 [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
17:55:02.373 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:02.373 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:02.377 [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
17:55:02.377 [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[]
17:55:02.377 [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
17:55:02.377 [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
17:55:02.377 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
17:55:02.377 [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
17:55:02.377 [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
17:55:02.377 [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
17:55:02.377 [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
17:55:02.377 [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
17:55:02.377 [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
17:55:02.377 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
17:55:02.377 [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
17:55:02.377 [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
17:55:02.377 [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
17:55:02.377 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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[]
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.378 [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
17:55:02.379 [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
17:55:02.379 [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
17:55:02.379 [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
17:55:02.379 [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
17:55:02.379 [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
17:55:02.379 [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
17:55:02.379 [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
17:55:02.379 [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
17:55:02.379 [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
17:55:02.379 [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
17:55:02.379 [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
17:55:02.379 [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
17:55:02.379 [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
17:55:02.379 [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
17:55:02.379 [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
17:55:02.379 [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
17:55:02.382 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:55:02.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo5016513337030912332
17:55:04.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo5016513337030912332:org.eclipse.hawk.svn.SvnManager:false
17:55:04.110 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:04.110 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:04.118 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:04.118 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:04.118 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:04.118 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:04.118 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:04.120 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:04.120 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:55:04.120 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:04.120 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:04.122 [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...
17:55:04.122 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
17:55:04.124 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538101360) of file:///tmp/hawkSvnRepo5016513337030912332
17:55:04.124 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:04.128 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:04.128 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:04.136 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:55:04.141 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:04.141 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:55:04.141 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:55:04.148 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:55:04.148 [pool-70-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:55:04.148 [pool-70-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:55:04.148 [pool-70-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:04.148 [pool-70-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:04.153 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:55:04.155 [pool-70-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:55:04.158 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:55:04.158 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:55:04.158 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:55:04.158 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s22ms [pure insertion]
marking any relevant derived attributes for update...17:55:04.158 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:04.158 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:04.158 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:04.158 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:04.158 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:04.158 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:04.158 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:04.158 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:04.158 [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...
17:55:04.158 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:55:04.159 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538102461) of file:///tmp/hawkSvnRepo5016513337030912332
17:55:04.159 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:04.159 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 49 ms
17:55:04.167 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:55:04.167 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo5016513337030912332:org.eclipse.hawk.svn.SvnManager:false
17:55:04.169 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:04.169 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:55:04.226 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:55:04.227 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8205393665652143079/test_countInstancesModelAll[LevelDB GreyCat]
17:55:04.228 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:55:05.358 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:55:05.359 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:05.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
17:55:05.359 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:05.359 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:05.362 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:55:05.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:55:05.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:55:05.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:55:05.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:55:05.362 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:05.363 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:05.363 [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
17:55:05.367 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:05.367 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:05.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
17:55:05.371 [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
17:55:05.371 [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
17:55:05.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
17:55:05.372 [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
17:55:05.372 [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
17:55:05.372 [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
17:55:05.372 [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
17:55:05.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
17:55:05.372 [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
17:55:05.372 [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
17:55:05.372 [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
17:55:05.372 [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
17:55:05.372 [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
17:55:05.372 [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
17:55:05.372 [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
17:55:05.373 [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
17:55:05.373 [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
17:55:05.373 [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[]
17:55:05.373 [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
17:55:05.373 [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
17:55:05.373 [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
17:55:05.373 [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
17:55:05.374 [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
17:55:05.374 [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
17:55:05.375 [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
17:55:05.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
17:55:05.375 [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
17:55:05.376 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
17:55:05.377 [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
17:55:05.377 [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
17:55:05.377 [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
17:55:05.377 [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
17:55:05.382 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:55:05.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:55:05.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
17:55:05.385 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:05.385 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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
17:55:05.389 [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[]
17:55:05.389 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.390 [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
17:55:05.391 [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
17:55:05.391 [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
17:55:05.391 [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
17:55:05.391 [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
17:55:05.391 [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
17:55:05.391 [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
17:55:05.391 [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
17:55:05.391 [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
17:55:05.391 [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
17:55:05.391 [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
17:55:05.391 [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
17:55:05.391 [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
17:55:05.391 [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
17:55:05.391 [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
17:55:05.391 [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[]
17:55:05.391 [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
17:55:05.394 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:55:05.394 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo11427338381348931076
17:55:13.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11427338381348931076:org.eclipse.hawk.svn.SvnManager:false
17:55:13.111 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:13.111 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:13.120 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:13.120 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:13.120 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:13.120 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:13.120 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:13.122 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:13.122 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:55:13.122 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:13.122 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:13.124 [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...
17:55:13.124 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
17:55:13.126 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538104254) of file:///tmp/hawkSvnRepo11427338381348931076
17:55:13.127 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:13.130 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:13.130 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:13.139 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:13.144 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:13.145 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:55:13.145 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
17:55:13.151 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
17:55:13.151 [pool-72-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:55:13.151 [pool-72-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:55:13.151 [pool-72-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:13.151 [pool-72-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:13.155 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:55:13.156 [pool-72-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:55:13.160 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:55:13.160 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
17:55:13.160 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:55:13.160 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s21ms [pure insertion]
marking any relevant derived attributes for update...17:55:13.160 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:55:13.161 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:55:13.161 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:13.161 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:13.161 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:13.161 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:13.161 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:13.161 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:13.161 [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...
17:55:13.161 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:55:13.161 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538105461) of file:///tmp/hawkSvnRepo11427338381348931076
17:55:13.162 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:13.164 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:13.164 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:13.173 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:13.173 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:13.173 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:55:13.173 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:55:13.173 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:55:13.173 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:55:13.173 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:55:13.181 [pool-72-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...17:55:13.181 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:13.181 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:13.182 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:13.182 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:13.182 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:13.182 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:13.182 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:13.182 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:13.182 [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...
17:55:13.182 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:55:13.182 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538107115) of file:///tmp/hawkSvnRepo11427338381348931076
17:55:13.183 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:13.185 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:13.185 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:13.249 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:13.249 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:13.250 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:55:13.250 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
17:55:13.250 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:55:13.250 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:55:13.250 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:55:13.252 [pool-72-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...17:55:13.252 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:13.252 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:13.252 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:13.252 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:13.252 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:13.252 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:13.252 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:13.252 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:13.252 [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...
17:55:13.252 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:55:13.252 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538109111) of file:///tmp/hawkSvnRepo11427338381348931076
17:55:13.253 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:13.255 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:13.255 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:13.264 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:13.264 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:13.264 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
17:55:13.265 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
17:55:13.265 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:55:13.265 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:55:13.265 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:55:13.266 [pool-72-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...17:55:13.266 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:13.266 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:13.267 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:13.267 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:13.267 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:13.267 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:13.267 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:13.267 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:13.267 [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...
17:55:13.267 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:55:13.267 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538111111) of file:///tmp/hawkSvnRepo11427338381348931076
17:55:13.268 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:13.268 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 157 ms
17:55:13.280 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:55:13.280 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11427338381348931076:org.eclipse.hawk.svn.SvnManager:false
17:55:13.282 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:13.282 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:55:13.461 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:55:13.462 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8345298874773736811/test_sinceThen[LevelDB GreyCat]
17:55:13.463 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:55:14.314 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:55:14.349 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:14.349 [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
17:55:14.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:14.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:14.351 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:55:14.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:55:14.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:55:14.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:55:14.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:55:14.352 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:14.352 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:14.352 [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
17:55:14.357 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:14.357 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:14.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
17:55:14.363 [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
17:55:14.363 [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
17:55:14.363 [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
17:55:14.363 [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
17:55:14.364 [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
17:55:14.364 [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
17:55:14.364 [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
17:55:14.364 [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[]
17:55:14.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
17:55:14.365 [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
17:55:14.365 [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
17:55:14.365 [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
17:55:14.365 [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
17:55:14.365 [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
17:55:14.366 [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
17:55:14.366 [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
17:55:14.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
17:55:14.367 [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
17:55:14.367 [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
17:55:14.367 [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
17:55:14.367 [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
17:55:14.367 [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
17:55:14.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
17:55:14.367 [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
17:55:14.367 [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
17:55:14.367 [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
17:55:14.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
17:55:14.368 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
17:55:14.368 [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
17:55:14.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
17:55:14.368 [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
17:55:14.369 [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
17:55:14.372 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:55:14.372 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:55:14.372 [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
17:55:14.376 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:14.376 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:14.379 [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
17:55:14.380 [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
17:55:14.380 [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
17:55:14.380 [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
17:55:14.380 [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
17:55:14.380 [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
17:55:14.380 [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
17:55:14.380 [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[]
17:55:14.380 [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
17:55:14.380 [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
17:55:14.380 [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
17:55:14.380 [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
17:55:14.380 [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
17:55:14.380 [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
17:55:14.380 [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
17:55:14.380 [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
17:55:14.380 [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
17:55:14.380 [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
17:55:14.380 [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
17:55:14.380 [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
17:55:14.380 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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[]
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.381 [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
17:55:14.384 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:55:14.384 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo3853840580243586558
17:55:22.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo3853840580243586558:org.eclipse.hawk.svn.SvnManager:false
17:55:22.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:22.106 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:22.117 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:22.117 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:22.117 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:22.117 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:22.117 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:22.119 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:22.119 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:55:22.119 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:22.119 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:22.121 [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...
17:55:22.121 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
17:55:22.123 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538113478) of file:///tmp/hawkSvnRepo3853840580243586558
17:55:22.123 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:22.127 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:22.127 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:22.149 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:22.154 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:22.154 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:55:22.154 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
17:55:22.159 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
17:55:22.159 [pool-74-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:55:22.159 [pool-74-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:55:22.159 [pool-74-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:22.159 [pool-74-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:22.162 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:55:22.163 [pool-74-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:55:22.166 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:55:22.166 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
17:55:22.166 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:55:22.166 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s17ms [pure insertion]
marking any relevant derived attributes for update...17:55:22.166 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:22.166 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:22.166 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:22.166 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:22.166 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:22.166 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:22.166 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:22.166 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:22.167 [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...
17:55:22.167 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:55:22.167 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538114463) of file:///tmp/hawkSvnRepo3853840580243586558
17:55:22.167 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:22.169 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:22.169 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:22.177 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:22.177 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:22.177 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:55:22.177 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:55:22.177 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:55:22.177 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:55:22.177 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:55:22.184 [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...17:55:22.184 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:22.184 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:22.184 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:22.184 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:22.184 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:22.184 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:22.184 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:22.184 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:22.184 [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...
17:55:22.184 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:55:22.184 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538116110) of file:///tmp/hawkSvnRepo3853840580243586558
17:55:22.185 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:22.187 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:22.187 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:22.254 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:22.254 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:22.254 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:55:22.254 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
17:55:22.255 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:55:22.255 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:55:22.255 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:55:22.256 [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...17:55:22.256 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:22.256 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:22.256 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:22.256 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:22.256 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:22.256 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:22.256 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:22.256 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:22.256 [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...
17:55:22.256 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:55:22.256 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538118111) of file:///tmp/hawkSvnRepo3853840580243586558
17:55:22.257 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:22.258 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:22.259 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:22.265 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:22.265 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:22.266 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
17:55:22.266 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
17:55:22.266 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:55:22.266 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:55:22.266 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:55:22.267 [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...17:55:22.267 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:22.267 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:22.267 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:22.267 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:22.268 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:22.268 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:55:22.268 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:22.268 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:22.268 [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...
17:55:22.268 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:55:22.268 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538120111) of file:///tmp/hawkSvnRepo3853840580243586558
17:55:22.268 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:22.268 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 162 ms
17:55:24.100 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:24.102 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:24.103 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:24.103 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:24.103 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:24.103 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:24.103 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:24.103 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:24.103 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:24.103 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:24.103 [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...
17:55:24.103 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:55:24.103 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538120111) of file:///tmp/hawkSvnRepo3853840580243586558
17:55:24.103 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:24.105 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:24.105 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:24.112 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:24.112 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:24.113 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store
17:55:24.113 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5
17:55:24.113 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:55:24.113 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:55:24.113 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:55:24.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...17:55:24.115 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:24.115 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:24.115 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:24.115 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:24.115 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:24.115 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:24.115 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:24.115 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:24.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...
17:55:24.115 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:55:24.115 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 5 (timepoint 1654538122120) of file:///tmp/hawkSvnRepo3853840580243586558
17:55:24.116 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:24.116 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 15 ms
after for 1654538114463: 0
after for 1654538116110: 1
before for 1654538118111: 2
before for 1654538120111: 3
17:55:24.127 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:55:24.127 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo3853840580243586558:org.eclipse.hawk.svn.SvnManager:false
17:55:24.128 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:24.128 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:55:24.214 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:55:24.214 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10695024494928515143/test_before[LevelDB GreyCat]
17:55:24.215 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:55:25.324 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:55:25.349 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:25.349 [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
17:55:25.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:25.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:25.351 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:55:25.351 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:55:25.351 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:55:25.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:55:25.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:55:25.352 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:25.352 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:25.353 [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
17:55:25.356 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:25.356 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:25.360 [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
17:55:25.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
17:55:25.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[]
17:55:25.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
17:55:25.360 [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
17:55:25.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
17:55:25.361 [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
17:55:25.362 [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
17:55:25.362 [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
17:55:25.362 [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
17:55:25.363 [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
17:55:25.364 [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
17:55:25.365 [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
17:55:25.365 [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
17:55:25.365 [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
17:55:25.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
17:55:25.365 [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
17:55:25.365 [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
17:55:25.365 [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
17:55:25.365 [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
17:55:25.365 [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
17:55:25.365 [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
17:55:25.365 [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
17:55:25.365 [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
17:55:25.366 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
17:55:25.366 [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
17:55:25.366 [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
17:55:25.366 [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
17:55:25.367 [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
17:55:25.367 [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
17:55:25.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
17:55:25.367 [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
17:55:25.367 [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
17:55:25.371 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:55:25.371 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:55:25.371 [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
17:55:25.374 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:25.374 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [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
17:55:25.377 [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
17:55:25.378 [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
17:55:25.378 [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
17:55:25.378 [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
17:55:25.378 [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
17:55:25.378 [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
17:55:25.378 [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
17:55:25.378 [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
17:55:25.378 [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
17:55:25.378 [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
17:55:25.378 [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
17:55:25.378 [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
17:55:25.379 [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[]
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.379 [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
17:55:25.380 [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[]
17:55:25.449 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:55:25.449 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo7274090104978148328
17:55:33.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7274090104978148328:org.eclipse.hawk.svn.SvnManager:false
17:55:33.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:33.106 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:33.114 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:33.114 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:33.114 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:33.114 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:33.114 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:33.116 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:33.116 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:55:33.116 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:33.116 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:33.117 [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...
17:55:33.117 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
17:55:33.119 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538124229) of file:///tmp/hawkSvnRepo7274090104978148328
17:55:33.120 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:33.123 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:33.123 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:33.130 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:33.139 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:33.139 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:55:33.139 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
17:55:33.143 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
17:55:33.143 [pool-76-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:55:33.143 [pool-76-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:55:33.143 [pool-76-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:33.143 [pool-76-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:33.147 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:55:33.148 [pool-76-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:55:33.151 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:55:33.151 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
17:55:33.151 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:55:33.151 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s21ms [pure insertion]
marking any relevant derived attributes for update...17:55:33.151 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:33.151 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:33.151 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:33.151 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:33.151 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:33.151 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:33.151 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:33.151 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:33.151 [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...
17:55:33.151 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:55:33.151 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538125466) of file:///tmp/hawkSvnRepo7274090104978148328
17:55:33.152 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:33.154 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:33.154 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:33.161 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:33.161 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:33.162 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:55:33.162 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:55:33.162 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:55:33.162 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:55:33.162 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:55:33.169 [pool-76-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...17:55:33.169 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:33.169 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:33.169 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:33.169 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:33.169 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:33.169 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:33.169 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:33.169 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:33.169 [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...
17:55:33.169 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:55:33.169 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538127115) of file:///tmp/hawkSvnRepo7274090104978148328
17:55:33.170 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:33.172 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:33.172 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:33.179 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:33.179 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:33.180 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:55:33.180 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
17:55:33.180 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:55:33.180 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:55:33.180 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:55:33.181 [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...17:55:33.181 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:55:33.182 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:55:33.182 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:33.182 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:33.182 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:33.182 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:33.182 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:33.182 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:33.182 [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...
17:55:33.182 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:55:33.182 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538129110) of file:///tmp/hawkSvnRepo7274090104978148328
17:55:33.182 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:33.184 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:33.184 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:33.252 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:33.252 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:33.252 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
17:55:33.253 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
17:55:33.253 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:55:33.253 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:55:33.253 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:55:33.254 [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...17:55:33.254 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:33.254 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:33.254 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:33.254 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:33.254 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:33.254 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:33.254 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:33.254 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:33.255 [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...
17:55:33.255 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:55:33.255 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538131109) of file:///tmp/hawkSvnRepo7274090104978148328
17:55:33.255 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:33.255 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 149 ms
17:55:33.261 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:55:33.261 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7274090104978148328:org.eclipse.hawk.svn.SvnManager:false
17:55:33.263 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:33.263 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:55:33.426 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:55:33.427 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16998431241814045946/test_commitMessages[LevelDB GreyCat]
17:55:33.428 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:55:34.348 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:55:34.349 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:34.349 [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
17:55:34.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:34.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:34.352 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:55:34.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:55:34.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:55:34.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:55:34.352 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:34.353 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:55:34.353 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:34.353 [pool-78-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
17:55:34.357 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:34.357 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:34.361 [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
17:55:34.361 [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
17:55:34.362 [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
17:55:34.362 [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
17:55:34.362 [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
17:55:34.362 [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
17:55:34.362 [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
17:55:34.362 [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
17:55:34.363 [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
17:55:34.363 [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
17:55:34.363 [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
17:55:34.364 [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[]
17:55:34.364 [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
17:55:34.365 [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
17:55:34.365 [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
17:55:34.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
17:55:34.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
17:55:34.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
17:55:34.365 [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
17:55:34.365 [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
17:55:34.365 [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
17:55:34.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
17:55:34.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
17:55:34.366 [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
17:55:34.367 [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
17:55:34.367 [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
17:55:34.367 [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
17:55:34.367 [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
17:55:34.367 [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
17:55:34.367 [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
17:55:34.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
17:55:34.367 [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
17:55:34.367 [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
17:55:34.371 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:55:34.371 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:55:34.371 [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
17:55:34.374 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:34.374 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.378 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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[]
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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[]
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.379 [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
17:55:34.380 [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
17:55:34.380 [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
17:55:34.380 [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
17:55:34.380 [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
17:55:34.380 [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
17:55:34.380 [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
17:55:34.450 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:55:34.450 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo10005819194711805198
17:55:42.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo10005819194711805198:org.eclipse.hawk.svn.SvnManager:false
17:55:42.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:42.106 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:42.114 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:42.114 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:42.114 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:42.114 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:42.114 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:42.117 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:42.117 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
17:55:42.117 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:42.117 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:42.119 [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...
17:55:42.119 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
17:55:42.121 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538133448) of file:///tmp/hawkSvnRepo10005819194711805198
17:55:42.121 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:42.125 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:42.125 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:42.132 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:42.136 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:42.137 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:55:42.137 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
17:55:42.139 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
17:55:42.139 [pool-78-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:55:42.139 [pool-78-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:55:42.139 [pool-78-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:42.139 [pool-78-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:42.150 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:55:42.152 [pool-78-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:55:42.159 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:55:42.159 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
17:55:42.160 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:55:42.160 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s28ms [pure insertion]
marking any relevant derived attributes for update...17:55:42.160 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:42.160 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:42.160 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:42.160 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:42.160 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:42.160 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:42.160 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:42.160 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:42.160 [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...
17:55:42.160 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:55:42.160 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538134466) of file:///tmp/hawkSvnRepo10005819194711805198
17:55:42.161 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:42.163 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:42.163 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:42.170 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:42.170 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:42.170 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:55:42.171 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:55:42.171 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:55:42.171 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:55:42.171 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:55:42.177 [pool-78-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...17:55:42.177 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:42.177 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:42.177 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:42.177 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:42.177 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:42.177 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:42.177 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:42.177 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:42.177 [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...
17:55:42.177 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:55:42.178 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538136114) of file:///tmp/hawkSvnRepo10005819194711805198
17:55:42.178 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:42.180 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:42.180 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:42.186 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:42.186 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:42.187 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:55:42.187 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
17:55:42.187 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:55:42.187 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:55:42.187 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:55:42.188 [pool-78-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...17:55:42.188 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:42.188 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:42.188 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:42.188 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:42.188 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:42.189 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:55:42.189 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:42.189 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:42.189 [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...
17:55:42.189 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:55:42.189 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538138110) of file:///tmp/hawkSvnRepo10005819194711805198
17:55:42.189 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:42.191 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:42.191 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:42.252 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:55:42.252 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:42.253 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
17:55:42.253 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
17:55:42.253 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:55:42.253 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:55:42.253 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:55:42.254 [pool-78-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...17:55:42.254 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:42.254 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:42.254 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:42.254 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:42.255 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:42.255 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:55:42.255 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:42.255 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:42.255 [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...
17:55:42.255 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:55:42.255 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538140110) of file:///tmp/hawkSvnRepo10005819194711805198
17:55:42.255 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:42.255 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 149 ms
17:55:42.259 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:55:42.259 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo10005819194711805198:org.eclipse.hawk.svn.SvnManager:false
17:55:42.261 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:42.261 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:55:42.368 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:55:42.369 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4049373234498088427/test_rangesAreBothInclusive[LevelDB GreyCat]
17:55:42.389 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:55:43.336 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:55:43.349 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:43.349 [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
17:55:43.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:43.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:43.351 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:55:43.351 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:55:43.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:55:43.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:55:43.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:55:43.352 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:43.353 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:43.353 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
17:55:43.356 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:43.356 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55: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::EBigInteger will be handled as its instance type java.math.BigInteger
17:55: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::ELong will be handled as its instance type java.lang.Long
17:55: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::ELongObject will be handled as its instance type java.lang.Long
17:55: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::EBigDecimal will be handled as its instance type java.math.BigDecimal
17:55: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::EDoubleObject will be handled as its instance type java.lang.Double
17:55: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
17:55: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::EShortObject will be handled as its instance type java.lang.Short
17:55: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::EShort will be handled as its instance type short
17:55: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::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
17:55: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::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
17:55: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::EByte will be handled as its instance type byte
17:55: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
17:55: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::EInt will be handled as its instance type java.lang.Integer
17:55: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::ECharacterObject will be handled as its instance type java.lang.Character
17:55: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::EBooleanObject will be handled as its instance type java.lang.Boolean
17:55: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::EFloat will be handled as its instance type java.lang.Float
17:55: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::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
17:55:43.364 [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[]
17:55:43.364 [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
17:55:43.364 [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
17:55:43.364 [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
17:55:43.364 [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
17:55:43.364 [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
17:55:43.364 [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
17:55:43.364 [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
17:55: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::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
17:55: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::EBoolean will be handled as its instance type java.lang.Boolean
17:55: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::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
17:55: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::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
17:55: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::EDouble will be handled as its instance type java.lang.Double
17:55: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::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
17:55: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::EFloatObject will be handled as its instance type java.lang.Float
17:55: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::EJavaObject will be handled as its instance type java.lang.Object
17:55:43.371 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:55:43.371 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:55:43.371 [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
17:55:43.373 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:43.374 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:43.378 [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
17:55:43.378 [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
17:55:43.378 [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
17:55:43.378 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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[]
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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[]
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.379 [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
17:55:43.380 [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
17:55:43.380 [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
17:55:43.380 [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
17:55:43.380 [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
17:55:43.380 [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
17:55:43.380 [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
17:55:43.380 [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
17:55:43.380 [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
17:55:43.380 [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
17:55:43.380 [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
17:55:43.380 [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
17:55:43.380 [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
17:55:43.380 [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
17:55:43.380 [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
17:55:43.380 [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
17:55:43.383 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:55:43.383 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo16138928519834482955
17:55:47.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo16138928519834482955:org.eclipse.hawk.svn.SvnManager:false
17:55:47.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:47.108 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:47.120 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:47.120 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:47.120 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:47.120 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:47.120 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:47.123 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:47.123 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
17:55:47.123 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:47.123 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:47.125 [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...
17:55:47.125 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
17:55:47.128 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538142403) of file:///tmp/hawkSvnRepo16138928519834482955
17:55:47.128 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:47.133 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:47.133 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:47.144 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:55:47.152 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:47.155 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:55:47.155 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:55:47.160 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:55:47.160 [pool-80-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:55:47.160 [pool-80-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:55:47.160 [pool-80-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:47.160 [pool-80-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:47.166 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:55:47.168 [pool-80-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:55:47.174 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:55:47.174 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:55:47.174 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:55:47.174 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s30ms [pure insertion]
marking any relevant derived attributes for update...17:55:47.174 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:47.174 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:47.175 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:47.175 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:47.175 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:47.175 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:47.175 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:47.175 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:47.175 [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...
17:55:47.175 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:55:47.175 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538143467) of file:///tmp/hawkSvnRepo16138928519834482955
17:55:47.176 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:47.176 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:47.176 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi...
17:55:47.177 [pool-80-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
17:55:47.193 [pool-80-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.016s
17:55:47.193 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi.
17:55:47.193 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:47.193 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:47.193 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:47.194 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:47.194 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:55:47.194 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:47.194 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:47.194 [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...
17:55:47.194 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:55:47.194 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538145157) of file:///tmp/hawkSvnRepo16138928519834482955
17:55:47.195 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:47.195 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 87 ms
17:55:47.253 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:55:47.253 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo16138928519834482955:org.eclipse.hawk.svn.SvnManager:false
17:55:47.257 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:47.257 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:55:47.483 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:55:47.484 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11020001605573414685/test_createDeleteNode[LevelDB GreyCat]
17:55:47.485 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:55:48.381 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:55:48.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:48.383 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
17:55:48.383 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:48.383 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:48.385 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:55:48.385 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:55:48.385 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:55:48.386 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:55:48.386 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:55:48.386 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:48.387 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:48.387 [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
17:55:48.391 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:48.391 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:48.396 [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
17:55:48.396 [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
17:55:48.396 [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
17:55:48.396 [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
17:55:48.396 [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
17:55:48.396 [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
17:55:48.396 [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
17:55:48.397 [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
17:55:48.397 [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
17:55:48.397 [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
17:55:48.398 [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[]
17:55:48.398 [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
17:55:48.398 [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
17:55:48.398 [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
17:55:48.398 [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
17:55:48.399 [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
17:55:48.449 [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
17:55:48.449 [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
17:55:48.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
17:55:48.449 [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
17:55:48.449 [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
17:55:48.449 [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
17:55:48.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
17:55:48.453 [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
17:55:48.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
17:55:48.455 [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
17:55:48.455 [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
17:55:48.455 [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
17:55:48.455 [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
17:55:48.455 [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
17:55:48.455 [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
17:55:48.455 [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
17:55:48.455 [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
17:55:48.459 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:55:48.459 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:55:48.459 [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
17:55:48.462 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:48.462 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.466 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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[]
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.467 [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
17:55:48.468 [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
17:55:48.468 [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
17:55:48.468 [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
17:55:48.468 [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[]
17:55:48.468 [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
17:55:48.468 [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
17:55:48.469 [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
17:55:48.469 [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
17:55:48.472 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:55:48.472 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo15776691942030866582
17:55:52.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15776691942030866582:org.eclipse.hawk.svn.SvnManager:false
17:55:52.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:52.108 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:52.116 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:52.116 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:52.116 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:52.116 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:52.116 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:52.118 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:52.118 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:55:52.118 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:52.118 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:52.120 [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...
17:55:52.120 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
17:55:52.121 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538147507) of file:///tmp/hawkSvnRepo15776691942030866582
17:55:52.122 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:52.125 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:52.125 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:52.133 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:55:52.137 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:55:52.137 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:55:52.137 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:55:52.142 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:55:52.142 [pool-82-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:55:52.142 [pool-82-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:55:52.142 [pool-82-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:52.142 [pool-82-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:52.145 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:55:52.146 [pool-82-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:55:52.150 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:55:52.150 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:55:52.151 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:55:52.151 [pool-82-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...17:55:52.151 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:55:52.151 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:55:52.151 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:52.151 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:52.151 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:52.151 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:55:52.151 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:52.151 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:52.151 [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...
17:55:52.151 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:55:52.151 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538148494) of file:///tmp/hawkSvnRepo15776691942030866582
17:55:52.152 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:55:52.152 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:55:52.152 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi...
17:55:52.152 [pool-82-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
17:55:52.162 [pool-82-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.01s
17:55:52.162 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi.
17:55:52.162 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:55:52.162 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:55:52.162 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:55:52.163 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:55:52.163 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:55:52.163 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:55:52.163 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:55:52.163 [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...
17:55:52.163 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:55:52.163 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538150221) of file:///tmp/hawkSvnRepo15776691942030866582
17:55:52.163 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:52.164 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 55 ms
17:55:52.166 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:55:52.166 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15776691942030866582:org.eclipse.hawk.svn.SvnManager:false
17:55:52.168 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:52.168 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:55:52.394 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:55:52.394 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17010126216638440635/test_travelToMissingTimepointReturnsNull[LevelDB GreyCat]
17:55:52.396 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:55:53.359 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:55:53.361 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:55:53.361 [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
17:55:53.361 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:53.361 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:53.364 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:55:53.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:55:53.365 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:55:53.365 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:55:53.365 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:55:53.365 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:55:53.366 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:55:53.366 [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
17:55:53.370 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:53.370 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:53.374 [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
17:55:53.374 [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
17:55:53.374 [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
17:55:53.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
17:55:53.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
17:55:53.375 [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
17:55:53.376 [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
17:55:53.376 [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
17:55:53.377 [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
17:55:53.377 [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
17:55:53.377 [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
17:55:53.377 [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
17:55:53.377 [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
17:55:53.377 [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
17:55:53.377 [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
17:55:53.377 [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
17:55:53.377 [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
17:55:53.378 [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
17:55:53.378 [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
17:55:53.378 [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
17:55:53.378 [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
17:55:53.379 [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
17:55:53.379 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
17:55:53.379 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
17:55:53.379 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
17:55:53.379 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
17:55:53.379 [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
17:55:53.379 [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
17:55:53.379 [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
17:55:53.379 [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[]
17:55:53.379 [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
17:55:53.379 [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
17:55:53.379 [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
17:55:53.384 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:55:53.384 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:55:53.384 [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
17:55:53.448 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:55:53.448 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.452 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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[]
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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[]
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.453 [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
17:55:53.454 [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
17:55:53.454 [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
17:55:53.454 [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
17:55:53.454 [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
17:55:53.454 [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
17:55:53.456 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:55:53.456 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo5424121321110094994
17:56:07.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo5424121321110094994:org.eclipse.hawk.svn.SvnManager:false
17:56:07.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:07.107 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:56:07.118 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:07.118 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:07.118 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:07.118 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:07.118 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:07.120 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:07.120 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:56:07.120 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:07.120 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:07.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...
17:56:07.122 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
17:56:07.125 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538152409) of file:///tmp/hawkSvnRepo5424121321110094994
17:56:07.125 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:07.129 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:07.129 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:07.138 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:07.148 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:07.148 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:56:07.148 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
17:56:07.154 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
17:56:07.154 [pool-84-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:56:07.154 [pool-84-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:56:07.154 [pool-84-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:07.154 [pool-84-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:07.158 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:56:07.159 [pool-84-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:56:07.162 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:56:07.162 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
17:56:07.162 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:56:07.162 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s24ms [pure insertion]
marking any relevant derived attributes for update...17:56:07.162 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:07.162 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:07.162 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:07.162 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:07.162 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:07.162 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:07.162 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:07.162 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:07.162 [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...
17:56:07.162 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:56:07.163 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538153473) of file:///tmp/hawkSvnRepo5424121321110094994
17:56:07.163 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:07.165 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:07.165 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:07.173 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:07.173 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:07.173 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:56:07.173 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:56:07.173 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:07.173 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:07.173 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:07.181 [pool-84-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...17:56:07.181 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:07.181 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:07.181 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:07.181 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:07.182 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:07.182 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:56:07.182 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:07.182 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:07.182 [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...
17:56:07.182 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:56:07.182 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538155109) of file:///tmp/hawkSvnRepo5424121321110094994
17:56:07.182 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:07.185 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:07.185 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:07.192 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:07.193 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:07.193 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:56:07.193 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
17:56:07.193 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:07.193 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:07.193 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:07.249 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s57ms [pure insertion]
marking any relevant derived attributes for update...17:56:07.249 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:07.249 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:07.249 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:07.249 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:07.249 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:07.249 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:07.249 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:07.249 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:07.249 [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...
17:56:07.249 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:56:07.250 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538157110) of file:///tmp/hawkSvnRepo5424121321110094994
17:56:07.250 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:07.252 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:07.252 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:07.260 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:07.260 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:07.261 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
17:56:07.261 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:2 ratio: 1.0
17:56:07.261 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:07.261 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:07.261 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:07.266 [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...17:56:07.266 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:07.266 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:07.266 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:07.266 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:07.266 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:07.266 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:07.267 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:07.267 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:07.267 [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...
17:56:07.267 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:56:07.267 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538159111) of file:///tmp/hawkSvnRepo5424121321110094994
17:56:07.291 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:07.293 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:07.293 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:07.350 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:07.351 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:07.352 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:56:07.352 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:56:07.352 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:07.352 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:07.352 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:07.353 [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...17:56:07.353 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:07.353 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:07.353 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:07.353 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:07.353 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:07.353 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:07.353 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:07.353 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:07.354 [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...
17:56:07.354 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:56:07.354 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 5 (timepoint 1654538161112) of file:///tmp/hawkSvnRepo5424121321110094994
17:56:07.354 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:07.356 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:07.356 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:07.363 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:07.363 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:07.364 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:56:07.364 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
17:56:07.364 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:07.364 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:07.364 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:07.365 [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...17:56:07.365 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:07.365 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:07.365 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:07.365 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:07.365 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:07.365 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:07.365 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:07.365 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:07.365 [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...
17:56:07.365 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:07.365 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 6 (timepoint 1654538163112) of file:///tmp/hawkSvnRepo5424121321110094994
17:56:07.366 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:07.368 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:07.368 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:07.375 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:07.376 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:07.376 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:56:07.376 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0
17:56:07.376 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:07.376 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:07.376 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:07.378 [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...17:56:07.378 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:07.378 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:07.378 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:07.378 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:07.379 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:07.379 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:56:07.379 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:07.379 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:07.379 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
17:56:07.379 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:56:07.379 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 7 (timepoint 1654538165111) of file:///tmp/hawkSvnRepo5424121321110094994
17:56:07.379 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:56:07.379 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 272 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 1654538161112: 1
Children of NotEmpty at 1654538157110: 2
Children of NotEmpty at 1654538155109: 1
property: eContainer not found in metamodel for type: Tree
Children of NotEmpty at 1654538161112: 1
Children of NotEmpty at 1654538157110: 2
Children of NotEmpty at 1654538155109: 1
17:56:07.458 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:56:07.458 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo5424121321110094994:org.eclipse.hawk.svn.SvnManager:false
17:56:07.460 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:07.460 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:56:07.593 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:56:07.593 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16391779112731866425/test_unscope[LevelDB GreyCat]
17:56:07.595 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:56:08.344 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:56:08.349 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:08.349 [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
17:56:08.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:08.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:08.354 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:56:08.354 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:56:08.354 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:56:08.355 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:56:08.355 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:56:08.356 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:56:08.356 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:56:08.356 [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
17:56:08.362 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:08.362 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:08.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
17:56:08.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
17:56:08.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
17:56:08.368 [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
17:56:08.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
17:56:08.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
17:56:08.370 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
17:56:08.370 [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
17:56:08.370 [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
17:56:08.370 [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
17:56:08.371 [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
17:56:08.371 [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
17:56:08.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
17:56:08.371 [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
17:56:08.371 [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
17:56:08.371 [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
17:56:08.372 [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
17:56:08.372 [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
17:56:08.372 [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
17:56:08.372 [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
17:56:08.373 [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
17:56:08.374 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
17:56:08.375 [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
17:56:08.375 [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
17:56:08.375 [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
17:56:08.376 [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
17:56:08.376 [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[]
17:56:08.376 [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
17:56:08.376 [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
17:56:08.378 [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
17:56:08.378 [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
17:56:08.378 [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
17:56:08.379 [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
17:56:08.451 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:56:08.451 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:56:08.451 [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
17:56:08.454 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:08.454 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:08.458 [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
17:56:08.458 [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
17:56:08.458 [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
17:56:08.458 [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
17:56:08.458 [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
17:56:08.458 [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
17:56:08.458 [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
17:56:08.458 [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
17:56:08.458 [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
17:56:08.458 [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
17:56:08.458 [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
17:56:08.458 [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
17:56:08.458 [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
17:56:08.458 [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[]
17:56:08.458 [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
17:56:08.458 [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
17:56:08.458 [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
17:56:08.458 [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
17:56:08.458 [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
17:56:08.458 [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
17:56:08.459 [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
17:56:08.460 [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
17:56:08.460 [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[]
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.460 [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
17:56:08.461 [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
17:56:08.461 [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
17:56:08.461 [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
17:56:08.461 [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
17:56:08.462 [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
17:56:08.462 [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
17:56:08.462 [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
17:56:08.465 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:56:08.465 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo1457005561963723082
17:56:12.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo1457005561963723082:org.eclipse.hawk.svn.SvnManager:false
17:56:12.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:12.107 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:56:12.117 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:12.117 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:12.117 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:12.117 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:12.117 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:12.119 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:12.119 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:56:12.119 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:12.119 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:12.121 [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...
17:56:12.121 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
17:56:12.123 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538167608) of file:///tmp/hawkSvnRepo1457005561963723082
17:56:12.124 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:12.127 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:12.128 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:12.136 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:56:12.141 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:12.142 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:56:12.142 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:56:12.145 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:56:12.145 [pool-86-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:56:12.145 [pool-86-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:56:12.145 [pool-86-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:12.145 [pool-86-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:12.152 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:56:12.154 [pool-86-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:56:12.157 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:56:12.157 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:56:12.157 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:56:12.157 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s22ms [pure insertion]
marking any relevant derived attributes for update...17:56:12.158 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:12.158 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:12.158 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:12.158 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:12.158 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:12.158 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:12.158 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:12.158 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:12.158 [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...
17:56:12.158 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:12.158 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538168558) of file:///tmp/hawkSvnRepo1457005561963723082
17:56:12.159 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:12.159 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:12.159 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi...
17:56:12.159 [pool-86-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
17:56:12.169 [pool-86-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.01s
17:56:12.169 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi.
17:56:12.169 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:12.169 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:12.169 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:12.169 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:12.169 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:12.169 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:12.169 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:12.169 [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...
17:56:12.169 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:12.169 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538170132) of file:///tmp/hawkSvnRepo1457005561963723082
17:56:12.170 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:56:12.170 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 63 ms
17:56:12.182 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:56:12.182 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo1457005561963723082:org.eclipse.hawk.svn.SvnManager:false
17:56:12.185 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:12.185 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:56:12.372 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:56:12.373 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15340502948231129561/test_countInstancesFromModelTypes[LevelDB GreyCat]
17:56:12.374 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:56:13.401 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:56:13.403 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:13.403 [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
17:56:13.403 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:13.403 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:13.407 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:56:13.407 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:56:13.407 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:56:13.448 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:56:13.448 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:56:13.448 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:56:13.448 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:56:13.448 [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
17:56:13.454 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:13.454 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:13.459 [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
17:56:13.459 [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
17:56:13.459 [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
17:56:13.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
17:56:13.459 [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
17:56:13.460 [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
17:56:13.460 [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
17:56:13.460 [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
17:56:13.461 [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
17:56:13.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
17:56:13.461 [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
17:56:13.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
17:56:13.462 [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
17:56:13.462 [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
17:56:13.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
17:56:13.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
17:56:13.463 [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
17:56:13.463 [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
17:56:13.463 [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
17:56:13.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
17:56:13.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
17:56:13.464 [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
17:56:13.464 [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
17:56:13.464 [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
17:56:13.464 [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
17:56:13.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
17:56:13.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
17:56:13.465 [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
17:56:13.465 [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
17:56:13.465 [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
17:56:13.465 [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[]
17:56:13.465 [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
17:56:13.465 [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
17:56:13.469 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:56:13.469 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:56:13.469 [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
17:56:13.472 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:13.472 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:13.476 [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
17:56:13.476 [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
17:56:13.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
17:56:13.476 [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
17:56:13.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
17:56:13.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
17:56:13.476 [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
17:56:13.476 [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
17:56:13.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
17:56:13.476 [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
17:56:13.476 [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
17:56:13.476 [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
17:56:13.476 [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
17:56:13.476 [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
17:56:13.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
17:56:13.476 [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
17:56:13.476 [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
17:56:13.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
17:56:13.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
17:56:13.477 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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[]
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.478 [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
17:56:13.481 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:56:13.481 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo11286538259414480417
17:56:21.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11286538259414480417:org.eclipse.hawk.svn.SvnManager:false
17:56:21.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:21.106 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:56:21.115 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:21.115 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:21.115 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:21.115 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:21.115 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:21.117 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:21.117 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:56:21.117 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:21.117 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:21.119 [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...
17:56:21.119 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
17:56:21.121 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538172390) of file:///tmp/hawkSvnRepo11286538259414480417
17:56:21.122 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:21.125 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:21.125 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:21.133 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:21.138 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:21.138 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:56:21.138 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
17:56:21.143 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
17:56:21.143 [pool-88-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:56:21.143 [pool-88-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:56:21.143 [pool-88-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:21.143 [pool-88-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:21.150 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:56:21.151 [pool-88-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:56:21.155 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:56:21.155 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
17:56:21.155 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:56:21.155 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s22ms [pure insertion]
marking any relevant derived attributes for update...17:56:21.155 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:21.155 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:21.155 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:21.155 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:21.155 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:21.155 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:21.155 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:21.155 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:21.155 [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...
17:56:21.155 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:21.156 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538173555) of file:///tmp/hawkSvnRepo11286538259414480417
17:56:21.156 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:21.158 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:21.158 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:21.165 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:21.165 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:21.166 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:56:21.166 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:56:21.166 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:21.166 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:21.166 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:21.173 [pool-88-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...17:56:21.173 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:21.173 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:21.173 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:21.173 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:21.173 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:21.173 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:21.173 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:21.173 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:21.173 [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...
17:56:21.173 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:21.173 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538175110) of file:///tmp/hawkSvnRepo11286538259414480417
17:56:21.174 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:21.176 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:21.176 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:21.184 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:21.184 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:21.184 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:56:21.185 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
17:56:21.185 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:21.185 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:21.185 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:21.186 [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...17:56:21.186 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:21.186 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:21.186 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:21.186 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:21.186 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:21.186 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:21.186 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:21.186 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:21.187 [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...
17:56:21.187 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:56:21.187 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538177114) of file:///tmp/hawkSvnRepo11286538259414480417
17:56:21.187 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:21.249 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:21.249 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:21.257 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:21.257 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:21.258 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
17:56:21.258 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
17:56:21.258 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:21.258 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:21.258 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:21.259 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...17:56:21.260 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:21.260 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:21.260 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:21.260 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:21.260 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:21.260 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:21.260 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:21.260 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:21.260 [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...
17:56:21.260 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:21.260 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538179113) of file:///tmp/hawkSvnRepo11286538259414480417
17:56:21.261 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:56:21.261 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 155 ms
17:56:21.265 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:56:21.265 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11286538259414480417:org.eclipse.hawk.svn.SvnManager:false
17:56:21.266 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:21.267 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:56:21.373 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:56:21.373 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13006037053008016367/test_after[LevelDB GreyCat]
17:56:21.374 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:56:22.370 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:56:22.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:22.373 [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
17:56:22.373 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:22.373 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:22.376 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:56:22.376 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:56:22.377 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:56:22.377 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:56:22.377 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:56:22.377 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:56:22.377 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:56:22.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
17:56:22.382 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:22.382 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:22.387 [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
17:56:22.387 [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
17:56:22.388 [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
17:56:22.388 [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
17:56:22.388 [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
17:56:22.388 [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
17:56:22.388 [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
17:56:22.388 [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
17:56:22.388 [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
17:56:22.388 [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
17:56:22.388 [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
17:56:22.389 [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
17:56:22.389 [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
17:56:22.389 [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
17:56:22.389 [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
17:56:22.390 [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
17:56:22.390 [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
17:56:22.390 [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
17:56:22.390 [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
17:56:22.390 [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
17:56:22.390 [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
17:56:22.390 [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
17:56:22.390 [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
17:56:22.391 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
17:56:22.391 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
17:56:22.391 [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
17:56:22.391 [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
17:56:22.391 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
17:56:22.392 [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
17:56:22.449 [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[]
17:56:22.449 [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
17:56:22.449 [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
17:56:22.449 [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
17:56:22.453 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:56:22.453 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:56:22.454 [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
17:56:22.456 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:22.456 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.460 [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
17:56:22.461 [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
17:56:22.461 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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[]
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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[]
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.462 [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
17:56:22.465 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:56:22.465 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo3292418622423338912
17:56:30.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo3292418622423338912:org.eclipse.hawk.svn.SvnManager:false
17:56:30.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:30.106 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:56:30.115 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:30.115 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:30.115 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:30.115 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:30.115 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:30.117 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:30.117 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:56:30.117 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:30.117 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:30.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...
17:56:30.119 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
17:56:30.121 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538181388) of file:///tmp/hawkSvnRepo3292418622423338912
17:56:30.121 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:30.124 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:30.124 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:30.132 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:30.136 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:30.136 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:56:30.136 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
17:56:30.152 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
17:56:30.152 [pool-90-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:56:30.152 [pool-90-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:56:30.152 [pool-90-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:30.152 [pool-90-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:30.156 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:56:30.157 [pool-90-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:56:30.160 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:56:30.160 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
17:56:30.160 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:56:30.160 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s28ms [pure insertion]
marking any relevant derived attributes for update...17:56:30.160 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:30.160 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:30.160 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:30.160 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:30.160 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:30.160 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:30.160 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:30.160 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:30.161 [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...
17:56:30.161 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:56:30.161 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538182483) of file:///tmp/hawkSvnRepo3292418622423338912
17:56:30.161 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:30.163 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:30.163 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:30.170 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:30.170 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:30.171 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:56:30.171 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:56:30.171 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:30.171 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:30.171 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:30.177 [pool-90-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...17:56:30.178 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:30.178 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:30.178 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:30.178 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:30.178 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:30.178 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:30.178 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:30.178 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:30.178 [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...
17:56:30.178 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:30.178 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538184109) of file:///tmp/hawkSvnRepo3292418622423338912
17:56:30.179 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:30.180 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:30.181 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:30.187 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:30.188 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:30.188 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:56:30.188 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
17:56:30.188 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:30.188 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:30.188 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:30.189 [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...17:56:30.189 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:56:30.190 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:56:30.190 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:30.190 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:30.190 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:30.190 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:30.190 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:30.190 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:30.190 [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...
17:56:30.190 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:30.190 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538186110) of file:///tmp/hawkSvnRepo3292418622423338912
17:56:30.191 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:30.249 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:30.249 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:30.257 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:30.257 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:30.257 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
17:56:30.258 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
17:56:30.258 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:30.258 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:30.258 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:30.259 [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...17:56:30.259 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:30.259 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:30.259 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:30.259 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:30.259 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:30.259 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:30.259 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:30.259 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:30.260 [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...
17:56:30.260 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:56:30.260 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538188110) of file:///tmp/hawkSvnRepo3292418622423338912
17:56:30.260 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:56:30.260 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 154 ms
17:56:32.100 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:56:32.102 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:32.102 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:32.102 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:32.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:32.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:32.103 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:32.103 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:32.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:32.103 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:32.103 [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...
17:56:32.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:32.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538188110) of file:///tmp/hawkSvnRepo3292418622423338912
17:56:32.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:32.105 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:32.105 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:32.113 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:32.113 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:32.113 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store
17:56:32.114 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5
17:56:32.114 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:32.114 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:32.114 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:32.115 [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...17:56:32.115 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:56:32.116 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:56:32.116 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:32.116 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:32.116 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:32.116 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:32.116 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:32.116 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:32.116 [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...
17:56:32.116 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:32.116 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 5 (timepoint 1654538190117) of file:///tmp/hawkSvnRepo3292418622423338912
17:56:32.117 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:56:32.117 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 17 ms
17:56:32.124 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:56:32.124 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo3292418622423338912:org.eclipse.hawk.svn.SvnManager:false
17:56:32.126 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:32.126 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:56:32.265 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:56:32.265 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12776357945492963209/test_until[LevelDB GreyCat]
17:56:32.267 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:56:33.376 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:56:33.378 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:33.378 [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
17:56:33.378 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:33.378 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:33.381 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:56:33.381 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:56:33.381 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:56:33.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:56:33.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:56:33.382 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:56:33.382 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:56:33.382 [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
17:56:33.387 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:33.387 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:33.391 [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
17:56:33.391 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
17:56:33.392 [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
17:56:33.393 [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
17:56:33.393 [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
17:56:33.393 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
17:56:33.393 [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
17:56:33.394 [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
17:56:33.394 [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
17:56:33.394 [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
17:56:33.394 [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
17:56:33.394 [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
17:56:33.394 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
17:56:33.394 [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
17:56:33.395 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
17:56:33.395 [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
17:56:33.395 [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
17:56:33.396 [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
17:56:33.396 [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
17:56:33.396 [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[]
17:56:33.396 [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
17:56:33.396 [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
17:56:33.396 [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
17:56:33.396 [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
17:56:33.396 [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
17:56:33.396 [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
17:56:33.397 [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
17:56:33.397 [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
17:56:33.397 [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
17:56:33.397 [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
17:56:33.397 [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
17:56:33.397 [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
17:56:33.397 [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
17:56:33.401 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:56:33.401 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:56:33.401 [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
17:56:33.404 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:33.404 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:33.449 [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
17:56:33.449 [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
17:56:33.449 [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
17:56:33.449 [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
17:56:33.449 [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
17:56:33.449 [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
17:56:33.449 [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
17:56:33.449 [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
17:56:33.449 [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
17:56:33.449 [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
17:56:33.449 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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[]
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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[]
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.450 [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
17:56:33.451 [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
17:56:33.451 [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
17:56:33.451 [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
17:56:33.451 [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
17:56:33.451 [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
17:56:33.451 [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
17:56:33.451 [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
17:56:33.451 [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
17:56:33.455 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:56:33.455 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo7120367177028432511
17:56:41.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7120367177028432511:org.eclipse.hawk.svn.SvnManager:false
17:56:41.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:41.109 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:56:41.117 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:41.118 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:41.118 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:41.118 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:41.118 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:41.119 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:41.119 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:56:41.119 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:41.119 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:41.121 [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...
17:56:41.121 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
17:56:41.123 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538192280) of file:///tmp/hawkSvnRepo7120367177028432511
17:56:41.123 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:41.126 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:41.126 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:41.133 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:41.137 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:41.137 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:56:41.137 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
17:56:41.141 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
17:56:41.141 [pool-92-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:56:41.141 [pool-92-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:56:41.141 [pool-92-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:41.141 [pool-92-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:41.144 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:56:41.145 [pool-92-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:56:41.148 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:56:41.148 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
17:56:41.148 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:56:41.148 [pool-92-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...17:56:41.148 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:41.148 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:41.148 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:41.148 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:41.148 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:41.148 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:41.148 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:41.148 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:41.148 [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...
17:56:41.148 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:56:41.149 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538193472) of file:///tmp/hawkSvnRepo7120367177028432511
17:56:41.149 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:41.151 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:41.151 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:41.157 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:41.157 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:41.157 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:56:41.158 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:56:41.158 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:41.158 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:41.158 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:41.164 [pool-92-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...17:56:41.164 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:41.164 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:41.164 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:41.164 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:41.164 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:41.164 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:41.164 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:41.164 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:41.164 [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...
17:56:41.164 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:41.164 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538195113) of file:///tmp/hawkSvnRepo7120367177028432511
17:56:41.164 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:41.166 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:41.166 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:41.173 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:41.173 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:41.174 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:56:41.174 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
17:56:41.174 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:41.174 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:41.174 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:41.175 [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...17:56:41.175 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:41.175 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:41.175 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:41.175 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:41.175 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:41.175 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:41.175 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:41.175 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:41.175 [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...
17:56:41.175 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:56:41.176 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538197110) of file:///tmp/hawkSvnRepo7120367177028432511
17:56:41.176 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:41.178 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:41.178 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:41.184 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:41.184 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:41.184 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
17:56:41.185 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
17:56:41.185 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:41.185 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:41.185 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:41.186 [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...17:56:41.186 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:41.186 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:41.186 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:41.186 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:41.186 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:41.186 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:41.186 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:41.186 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:41.186 [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...
17:56:41.186 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:56:41.187 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538199109) of file:///tmp/hawkSvnRepo7120367177028432511
17:56:41.187 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:56:41.187 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 78 ms
17:56:43.100 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:56:43.101 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:43.102 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:43.102 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:43.102 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:43.102 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:43.102 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:43.102 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:43.102 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:43.102 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:43.102 [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...
17:56:43.102 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:56:43.103 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538199109) of file:///tmp/hawkSvnRepo7120367177028432511
17:56:43.103 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:43.105 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:43.105 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:43.111 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:43.112 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:43.112 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store
17:56:43.112 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 0.5
17:56:43.112 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:43.112 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:43.112 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:43.114 [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...17:56:43.114 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:56:43.115 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:56:43.115 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:43.115 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:43.115 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:43.115 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:43.115 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:43.115 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:43.115 [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...
17:56:43.115 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:43.115 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 5 (timepoint 1654538201120) of file:///tmp/hawkSvnRepo7120367177028432511
17:56:43.115 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:56:43.115 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 15 ms
17:56:43.127 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:56:43.127 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7120367177028432511:org.eclipse.hawk.svn.SvnManager:false
17:56:43.129 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:43.129 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:56:43.266 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:56:43.267 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2651410115706693239/test_whenPoints[LevelDB GreyCat]
17:56:43.268 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:56:44.319 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:56:44.349 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:44.349 [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
17:56:44.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:44.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:44.353 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:56:44.353 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:56:44.353 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:56:44.353 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:56:44.353 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:56:44.353 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:56:44.354 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:56:44.354 [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
17:56:44.358 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:44.358 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:44.363 [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
17:56:44.363 [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
17:56:44.363 [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
17:56:44.364 [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
17:56:44.364 [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
17:56:44.364 [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
17:56:44.364 [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
17:56:44.364 [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
17:56:44.364 [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
17:56:44.364 [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
17:56:44.364 [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
17:56:44.364 [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
17:56:44.364 [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
17:56:44.364 [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
17:56:44.364 [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
17:56:44.364 [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
17:56:44.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
17:56:44.365 [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
17:56:44.365 [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
17:56:44.365 [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
17:56:44.365 [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
17:56:44.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
17:56:44.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
17:56:44.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
17:56:44.368 [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
17:56:44.368 [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
17:56:44.368 [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
17:56:44.368 [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
17:56:44.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
17:56:44.368 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
17:56:44.368 [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
17:56:44.368 [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
17:56:44.368 [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[]
17:56:44.373 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:56:44.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:56:44.373 [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
17:56:44.375 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:44.375 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:44.378 [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
17:56:44.378 [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
17:56:44.378 [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
17:56:44.378 [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
17:56:44.379 [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
17:56:44.379 [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
17:56:44.379 [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
17:56:44.379 [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
17:56:44.379 [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
17:56:44.379 [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[]
17:56:44.379 [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
17:56:44.379 [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
17:56:44.379 [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
17:56:44.379 [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
17:56:44.379 [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
17:56:44.379 [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
17:56:44.379 [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
17:56:44.379 [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
17:56:44.379 [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
17:56:44.379 [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
17:56:44.379 [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
17:56:44.379 [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
17:56:44.379 [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
17:56:44.379 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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[]
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.380 [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
17:56:44.383 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:56:44.383 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo10089549478363234305
17:56:52.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo10089549478363234305:org.eclipse.hawk.svn.SvnManager:false
17:56:52.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:52.106 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:56:52.117 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:52.117 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:52.117 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:52.117 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:52.117 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:52.119 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:52.119 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:56:52.119 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:52.119 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:52.122 [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...
17:56:52.122 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
17:56:52.123 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538203281) of file:///tmp/hawkSvnRepo10089549478363234305
17:56:52.124 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:52.127 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:52.127 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:52.135 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:52.139 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:52.139 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:56:52.139 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
17:56:52.150 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
17:56:52.150 [pool-94-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:56:52.150 [pool-94-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:56:52.150 [pool-94-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:52.150 [pool-94-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:52.157 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:56:52.158 [pool-94-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:56:52.161 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:56:52.161 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
17:56:52.161 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:56:52.161 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s26ms [pure insertion]
marking any relevant derived attributes for update...17:56:52.161 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:52.161 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:52.162 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:52.162 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:52.162 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:52.162 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:52.162 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:52.162 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:52.162 [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...
17:56:52.162 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:52.162 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538204463) of file:///tmp/hawkSvnRepo10089549478363234305
17:56:52.163 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:52.164 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:52.164 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:52.172 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:52.172 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:52.173 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:56:52.173 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:56:52.173 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:52.173 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:52.173 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:52.181 [pool-94-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...17:56:52.181 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:52.181 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:52.181 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:52.181 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:52.181 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:52.181 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:52.181 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:52.181 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:52.181 [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...
17:56:52.181 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:52.181 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538206113) of file:///tmp/hawkSvnRepo10089549478363234305
17:56:52.182 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:52.184 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:52.184 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:52.192 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:52.192 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:52.192 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:56:52.193 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
17:56:52.193 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:52.193 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:52.193 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:52.194 [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...17:56:52.194 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:52.194 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:52.194 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:52.194 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:52.194 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:52.194 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:52.194 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:52.194 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:52.194 [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...
17:56:52.195 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:56:52.195 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538208108) of file:///tmp/hawkSvnRepo10089549478363234305
17:56:52.195 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:52.249 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:52.249 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:52.255 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:52.256 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:52.256 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
17:56:52.256 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
17:56:52.256 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:52.256 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:52.256 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:52.258 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...17:56:52.258 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:52.258 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:52.258 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:52.258 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:52.258 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:52.258 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:52.258 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:52.258 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:52.258 [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...
17:56:52.258 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:52.258 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538210108) of file:///tmp/hawkSvnRepo10089549478363234305
17:56:52.259 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:56:52.259 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 152 ms
17:56:54.100 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:56:54.101 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:54.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:54.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:54.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:54.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:54.102 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:54.102 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:54.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:54.102 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:54.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...
17:56:54.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:54.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538210108) of file:///tmp/hawkSvnRepo10089549478363234305
17:56:54.103 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:56:54.104 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:56:54.104 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:56:54.111 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:56:54.111 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:56:54.111 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store
17:56:54.112 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.25
17:56:54.112 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:56:54.112 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:56:54.112 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:56:54.113 [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...17:56:54.113 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:56:54.113 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:56:54.113 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:56:54.113 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:56:54.113 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:56:54.113 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:56:54.113 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:56:54.113 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:56:54.113 [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...
17:56:54.113 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:56:54.113 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 5 (timepoint 1654538212120) of file:///tmp/hawkSvnRepo10089549478363234305
17:56:54.113 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:56:54.114 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 14 ms
Label at 1654538212120: SomethingElse
17:56:54.135 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:56:54.135 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo10089549478363234305:org.eclipse.hawk.svn.SvnManager:false
17:56:54.136 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:54.136 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:56:54.251 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:56:54.252 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3771078994029576425/test_onceFalse[LevelDB GreyCat]
17:56:54.253 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:56:55.361 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:56:55.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:56:55.363 [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
17:56:55.363 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:55.363 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:55.365 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:56:55.365 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:56:55.365 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:56:55.365 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:56:55.366 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:56:55.366 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:56:55.366 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:56:55.366 [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
17:56:55.369 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:55.369 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:55.374 [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
17:56:55.374 [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
17:56:55.374 [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
17:56:55.375 [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
17:56:55.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
17:56:55.375 [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
17:56:55.375 [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
17:56:55.375 [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
17:56:55.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
17:56:55.375 [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
17:56:55.375 [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
17:56:55.376 [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
17:56:55.376 [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
17:56:55.377 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
17:56:55.377 [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
17:56:55.377 [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
17:56:55.378 [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
17:56:55.378 [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
17:56:55.378 [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
17:56:55.378 [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
17:56:55.378 [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
17:56:55.379 [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
17:56:55.379 [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
17:56:55.379 [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
17:56:55.379 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
17:56:55.379 [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
17:56:55.379 [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
17:56:55.379 [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
17:56:55.379 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
17:56:55.379 [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
17:56:55.379 [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
17:56:55.379 [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
17:56:55.379 [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
17:56:55.383 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:56:55.383 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:56:55.383 [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
17:56:55.385 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:56:55.386 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:56:55.390 [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
17:56:55.390 [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
17:56:55.390 [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
17:56:55.390 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.448 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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[]
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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[]
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.449 [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
17:56:55.452 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:56:55.452 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo4921118473314127914
17:57:03.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo4921118473314127914:org.eclipse.hawk.svn.SvnManager:false
17:57:03.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:03.105 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:57:03.113 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:03.113 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:03.113 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:03.113 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:03.113 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:03.115 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:03.115 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:57:03.115 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:03.115 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:03.116 [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...
17:57:03.116 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
17:57:03.118 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538214266) of file:///tmp/hawkSvnRepo4921118473314127914
17:57:03.119 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:03.122 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:03.122 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:03.132 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:03.136 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:03.136 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:57:03.136 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
17:57:03.141 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
17:57:03.141 [pool-96-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:57:03.141 [pool-96-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:57:03.141 [pool-96-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:03.141 [pool-96-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:03.144 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:57:03.145 [pool-96-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:57:03.147 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:57:03.147 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
17:57:03.148 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:57:03.148 [pool-96-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...17:57:03.148 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:03.148 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:03.148 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:03.148 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:03.148 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:03.148 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:03.148 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:03.148 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:03.148 [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...
17:57:03.148 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:57:03.148 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538215467) of file:///tmp/hawkSvnRepo4921118473314127914
17:57:03.149 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:03.150 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:03.150 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:03.157 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:03.157 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:03.158 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:57:03.158 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:57:03.158 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:03.158 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:03.158 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:03.165 [pool-96-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...17:57:03.165 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:03.165 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:03.165 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:03.165 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:03.165 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:03.165 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:03.165 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:03.165 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:03.165 [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...
17:57:03.165 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:57:03.166 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538217108) of file:///tmp/hawkSvnRepo4921118473314127914
17:57:03.166 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:03.168 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:03.168 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:03.176 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:03.176 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:03.176 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:57:03.177 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
17:57:03.177 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:03.177 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:03.177 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:03.178 [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...17:57:03.178 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:03.178 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:03.178 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:03.178 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:03.178 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:03.178 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:03.178 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:03.178 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:03.178 [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...
17:57:03.178 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:57:03.179 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538219109) of file:///tmp/hawkSvnRepo4921118473314127914
17:57:03.179 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:03.181 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:03.181 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:03.187 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:03.187 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:03.188 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
17:57:03.188 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
17:57:03.188 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:03.188 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:03.188 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:03.189 [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...17:57:03.189 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:03.189 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:03.189 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:03.189 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:03.189 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:03.189 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:03.189 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:03.190 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:03.190 [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...
17:57:03.190 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:57:03.190 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538221109) of file:///tmp/hawkSvnRepo4921118473314127914
17:57:03.190 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:57:03.190 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 85 ms
17:57:03.192 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:57:03.192 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo4921118473314127914:org.eclipse.hawk.svn.SvnManager:false
17:57:03.194 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:03.194 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:57:03.361 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:57:03.362 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6985840758132127440/test_followReferences[LevelDB GreyCat]
17:57:03.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:57:04.369 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:57:04.370 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:04.370 [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
17:57:04.370 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:04.370 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:04.373 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:57:04.374 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:57:04.374 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:57:04.374 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:57:04.374 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:57:04.374 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:57:04.375 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:57:04.375 [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
17:57:04.378 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:04.378 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:04.383 [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
17:57:04.384 [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
17:57:04.384 [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
17:57:04.385 [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
17:57:04.385 [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
17:57:04.385 [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
17:57:04.385 [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
17:57:04.385 [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
17:57:04.385 [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
17:57:04.385 [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
17:57:04.385 [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
17:57:04.386 [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
17:57:04.386 [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
17:57:04.386 [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
17:57:04.386 [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
17:57:04.386 [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
17:57:04.386 [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
17:57:04.386 [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
17:57:04.387 [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
17:57:04.387 [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
17:57:04.387 [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
17:57:04.387 [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
17:57:04.387 [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
17:57:04.387 [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[]
17:57:04.387 [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
17:57:04.387 [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
17:57:04.387 [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
17:57:04.389 [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
17:57:04.389 [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
17:57:04.389 [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
17:57:04.389 [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
17:57:04.389 [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
17:57:04.389 [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
17:57:04.448 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:57:04.448 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:57:04.448 [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
17:57:04.450 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:04.450 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:04.454 [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
17:57:04.454 [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
17:57:04.454 [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
17:57:04.454 [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
17:57:04.454 [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
17:57:04.454 [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
17:57:04.454 [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
17:57:04.454 [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
17:57:04.454 [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
17:57:04.454 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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[]
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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[]
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.455 [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
17:57:04.456 [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
17:57:04.456 [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
17:57:04.458 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:57:04.459 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo9838609658326639291
17:57:12.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo9838609658326639291:org.eclipse.hawk.svn.SvnManager:false
17:57:12.112 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:12.112 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:57:12.125 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:12.125 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:12.125 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:12.125 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:12.125 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:12.127 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:12.128 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
17:57:12.128 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:12.128 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:12.130 [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...
17:57:12.130 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
17:57:12.133 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538223378) of file:///tmp/hawkSvnRepo9838609658326639291
17:57:12.133 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:12.137 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:12.137 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:12.147 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:12.151 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:12.152 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:57:12.152 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
17:57:12.157 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
17:57:12.157 [pool-98-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:57:12.157 [pool-98-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:57:12.157 [pool-98-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:12.157 [pool-98-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:12.161 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:57:12.162 [pool-98-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:57:12.166 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:57:12.166 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
17:57:12.166 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:57:12.166 [pool-98-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...17:57:12.166 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:12.166 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:12.166 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:12.166 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:12.167 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:12.167 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:57:12.167 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:12.167 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:12.167 [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...
17:57:12.167 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:57:12.167 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538224474) of file:///tmp/hawkSvnRepo9838609658326639291
17:57:12.167 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:12.169 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:12.169 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:12.177 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:12.177 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:12.177 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:57:12.178 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:57:12.178 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:12.178 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:12.178 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:12.185 [pool-98-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...17:57:12.185 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:12.185 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:12.185 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:12.185 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:12.186 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:12.186 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:57:12.186 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:12.186 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:12.186 [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...
17:57:12.186 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:57:12.186 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538226113) of file:///tmp/hawkSvnRepo9838609658326639291
17:57:12.186 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:12.188 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:12.188 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:12.250 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:12.250 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:12.250 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:57:12.251 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
17:57:12.251 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:12.251 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:12.251 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:12.252 [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...17:57:12.252 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:12.252 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:12.252 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:12.252 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:12.252 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:12.252 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:12.252 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:12.252 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:12.253 [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...
17:57:12.253 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:57:12.253 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538228110) of file:///tmp/hawkSvnRepo9838609658326639291
17:57:12.253 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:12.255 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:12.255 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:12.263 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:12.263 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:12.263 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
17:57:12.264 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
17:57:12.264 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:12.264 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:12.264 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:12.265 [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...17:57:12.265 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:12.265 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:12.266 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:12.266 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:12.266 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:12.266 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:12.266 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:12.266 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:12.266 [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...
17:57:12.266 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:57:12.266 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538230110) of file:///tmp/hawkSvnRepo9838609658326639291
17:57:12.266 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:57:12.266 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 154 ms
17:57:12.272 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:57:12.272 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo9838609658326639291:org.eclipse.hawk.svn.SvnManager:false
17:57:12.274 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:12.274 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:57:12.389 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:57:12.389 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11728537294894057521/test_untilThen[LevelDB GreyCat]
17:57:12.391 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:57:13.368 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:57:13.369 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:13.369 [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
17:57:13.369 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:13.369 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:13.373 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:57:13.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:57:13.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:57:13.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:57:13.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:57:13.373 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:57:13.375 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:57:13.375 [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
17:57:13.378 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:13.378 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:13.383 [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
17:57:13.383 [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
17:57:13.384 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
17:57:13.384 [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
17:57:13.385 [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[]
17:57:13.386 [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
17:57:13.386 [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
17:57:13.386 [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
17:57:13.387 [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
17:57:13.387 [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
17:57:13.387 [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
17:57:13.387 [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
17:57:13.389 [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
17:57:13.390 [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
17:57:13.391 [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
17:57:13.391 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
17:57:13.391 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
17:57:13.391 [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
17:57:13.391 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
17:57:13.391 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
17:57:13.391 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
17:57:13.448 [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
17:57:13.450 [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
17:57:13.450 [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
17:57:13.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
17:57:13.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
17:57:13.450 [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
17:57:13.451 [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
17:57:13.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
17:57:13.451 [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
17:57:13.451 [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
17:57:13.451 [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
17:57:13.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
17:57:13.455 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:57:13.455 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:57:13.455 [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
17:57:13.458 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:13.458 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:13.462 [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
17:57:13.462 [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
17:57:13.462 [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
17:57:13.462 [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
17:57:13.462 [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
17:57:13.463 [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
17:57:13.463 [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
17:57:13.463 [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
17:57:13.463 [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
17:57:13.463 [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
17:57:13.463 [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
17:57:13.463 [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
17:57:13.463 [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
17:57:13.463 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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[]
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.464 [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
17:57:13.465 [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
17:57:13.465 [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
17:57:13.465 [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
17:57:13.465 [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
17:57:13.465 [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
17:57:13.465 [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[]
17:57:13.465 [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
17:57:13.465 [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
17:57:13.465 [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
17:57:13.465 [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
17:57:13.465 [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
17:57:13.465 [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
17:57:13.465 [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
17:57:13.465 [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
17:57:13.465 [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
17:57:13.465 [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
17:57:13.465 [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
17:57:13.465 [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
17:57:13.465 [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
17:57:13.465 [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
17:57:13.468 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:57:13.468 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo12213287261904700782
17:57:21.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo12213287261904700782:org.eclipse.hawk.svn.SvnManager:false
17:57:21.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:21.106 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:57:21.114 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:21.114 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:21.114 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:21.114 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:21.114 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:21.116 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:21.116 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:57:21.116 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:21.116 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:21.118 [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...
17:57:21.118 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
17:57:21.119 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538232405) of file:///tmp/hawkSvnRepo12213287261904700782
17:57:21.120 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:21.122 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:21.122 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:21.130 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:21.134 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:21.134 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:57:21.134 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
17:57:21.139 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
17:57:21.139 [pool-100-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:57:21.139 [pool-100-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:57:21.139 [pool-100-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:21.139 [pool-100-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:21.142 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:57:21.143 [pool-100-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:57:21.149 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:57:21.149 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
17:57:21.149 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:57:21.149 [pool-100-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...17:57:21.149 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:21.149 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:21.149 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:21.149 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:21.149 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:21.149 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:21.149 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:21.149 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:21.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...
17:57:21.149 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:57:21.149 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538233485) of file:///tmp/hawkSvnRepo12213287261904700782
17:57:21.150 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:21.152 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:21.152 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:21.159 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:21.159 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:21.159 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:57:21.159 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:57:21.159 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:21.159 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:21.159 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:21.166 [pool-100-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...17:57:21.166 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:21.166 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:21.166 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:21.166 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:21.166 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:21.166 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:21.166 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:21.166 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:21.166 [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...
17:57:21.166 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:57:21.166 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538235114) of file:///tmp/hawkSvnRepo12213287261904700782
17:57:21.167 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:21.168 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:21.168 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:21.175 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:21.175 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:21.175 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:57:21.176 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
17:57:21.176 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:21.176 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:21.176 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:21.177 [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...17:57:21.177 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:21.177 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:21.177 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:21.177 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:21.177 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:21.177 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:21.177 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:21.177 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:21.177 [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...
17:57:21.177 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:57:21.177 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538237108) of file:///tmp/hawkSvnRepo12213287261904700782
17:57:21.178 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:21.180 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:21.180 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:21.186 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:21.186 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:21.187 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
17:57:21.187 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
17:57:21.187 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:21.187 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:21.187 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:21.188 [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...17:57:21.188 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:21.188 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:21.188 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:21.188 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:21.188 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:21.188 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:21.188 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:21.188 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:21.188 [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...
17:57:21.188 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:57:21.188 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538239109) of file:///tmp/hawkSvnRepo12213287261904700782
17:57:21.189 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:57:21.189 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 83 ms
17:57:21.248 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:57:21.248 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo12213287261904700782:org.eclipse.hawk.svn.SvnManager:false
17:57:21.250 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:21.250 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:57:21.421 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:57:21.422 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16411683192500185972/test_beforeThen[LevelDB GreyCat]
17:57:21.424 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:57:22.380 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:57:22.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:22.382 [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
17:57:22.382 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:22.382 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:22.385 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:57:22.385 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:57:22.385 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:57:22.385 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:57:22.386 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:57:22.386 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:57:22.386 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:57:22.386 [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
17:57:22.390 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:22.390 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:22.394 [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
17:57:22.394 [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
17:57:22.394 [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
17:57:22.395 [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
17:57:22.396 [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
17:57:22.397 [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[]
17:57:22.397 [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
17:57:22.397 [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
17:57:22.397 [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
17:57:22.398 [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
17:57:22.398 [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
17:57:22.398 [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
17:57:22.398 [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
17:57:22.398 [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
17:57:22.398 [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
17:57:22.398 [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
17:57:22.399 [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
17:57:22.399 [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
17:57:22.399 [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
17:57:22.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
17:57:22.399 [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
17:57:22.399 [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
17:57:22.399 [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
17:57:22.399 [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
17:57:22.399 [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
17:57:22.399 [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
17:57:22.399 [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
17:57:22.399 [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
17:57:22.399 [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
17:57:22.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
17:57:22.399 [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
17:57:22.399 [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
17:57:22.399 [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
17:57:22.404 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:57:22.404 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:57:22.404 [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
17:57:22.406 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:22.406 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:22.448 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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[]
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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
17:57:22.449 [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[]
17:57:22.449 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.450 [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
17:57:22.453 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:57:22.453 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo7848696683631965496
17:57:26.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7848696683631965496:org.eclipse.hawk.svn.SvnManager:false
17:57:26.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:26.105 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:57:26.114 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:26.115 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:26.115 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:26.115 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:26.115 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:26.116 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:26.116 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:57:26.116 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:26.116 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:26.118 [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...
17:57:26.118 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
17:57:26.120 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538241441) of file:///tmp/hawkSvnRepo7848696683631965496
17:57:26.121 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:26.124 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:26.124 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:26.132 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:57:26.136 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:26.136 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:57:26.136 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:57:26.140 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:57:26.140 [pool-102-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:57:26.140 [pool-102-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:57:26.140 [pool-102-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:26.140 [pool-102-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:26.143 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:57:26.144 [pool-102-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:57:26.147 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:57:26.147 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:57:26.147 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:57:26.147 [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...17:57:26.147 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:26.147 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:26.147 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:26.147 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:26.147 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:26.147 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:26.147 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:26.147 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:26.147 [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...
17:57:26.147 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:57:26.148 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538242470) of file:///tmp/hawkSvnRepo7848696683631965496
17:57:26.148 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:26.148 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:26.148 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi...
17:57:26.148 [pool-102-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
17:57:26.156 [pool-102-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.008s
17:57:26.156 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi.
17:57:26.156 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:26.156 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:26.156 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:26.156 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:26.156 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:26.156 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:26.156 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:26.156 [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...
17:57:26.156 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:57:26.156 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538244130) of file:///tmp/hawkSvnRepo7848696683631965496
17:57:26.156 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:57:26.157 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 52 ms
17:57:26.159 [pool-102-thread-1] INFO  o.e.h.t.q.TimelineEOLQueryEngine - Ran 0/3 instants
17:57:26.167 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:57:26.167 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7848696683631965496:org.eclipse.hawk.svn.SvnManager:false
17:57:26.168 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:26.168 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:57:26.270 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:57:26.271 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6646720306969249737/test_countInstancesTimeline[LevelDB GreyCat]
17:57:26.272 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:57:27.307 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:57:27.349 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:27.349 [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
17:57:27.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:27.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:27.352 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:57:27.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:57:27.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:57:27.353 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:57:27.353 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:57:27.353 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:57:27.354 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:57:27.354 [pool-104-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
17:57:27.361 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:27.361 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:27.368 [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
17:57:27.370 [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
17:57:27.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
17:57:27.370 [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
17:57:27.370 [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
17:57:27.370 [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[]
17:57:27.370 [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
17:57:27.371 [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
17:57:27.371 [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
17:57:27.371 [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
17:57:27.371 [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
17:57:27.371 [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
17:57:27.371 [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
17:57:27.371 [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
17:57:27.371 [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
17:57:27.372 [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
17:57:27.372 [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
17:57:27.373 [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
17:57:27.373 [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
17:57:27.373 [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
17:57:27.373 [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
17:57:27.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
17:57:27.373 [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
17:57:27.373 [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
17:57:27.373 [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
17:57:27.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
17:57:27.375 [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
17:57:27.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
17:57:27.375 [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
17:57:27.375 [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
17:57:27.376 [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
17:57:27.376 [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
17:57:27.376 [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
17:57:27.382 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:57:27.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:57:27.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
17:57:27.385 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:27.386 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:27.450 [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
17:57:27.450 [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
17:57:27.450 [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
17:57:27.450 [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
17:57:27.450 [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
17:57:27.450 [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
17:57:27.450 [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
17:57:27.450 [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
17:57:27.450 [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
17:57:27.450 [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
17:57:27.450 [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
17:57:27.450 [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
17:57:27.450 [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
17:57:27.450 [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
17:57:27.450 [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
17:57:27.450 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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[]
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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[]
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.451 [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
17:57:27.452 [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
17:57:27.452 [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
17:57:27.452 [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
17:57:27.452 [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
17:57:27.452 [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
17:57:27.452 [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
17:57:27.452 [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
17:57:27.452 [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
17:57:27.454 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:57:27.454 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo11577923825479133122
17:57:35.103 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11577923825479133122:org.eclipse.hawk.svn.SvnManager:false
17:57:35.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:35.109 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:57:35.116 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:35.116 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:35.116 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:35.116 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:35.116 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:35.118 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:35.118 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:57:35.118 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:35.118 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:35.120 [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...
17:57:35.120 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
17:57:35.121 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538246287) of file:///tmp/hawkSvnRepo11577923825479133122
17:57:35.122 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:35.124 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:35.124 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:35.132 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:35.136 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:35.136 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:57:35.136 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
17:57:35.140 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
17:57:35.140 [pool-104-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:57:35.140 [pool-104-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:57:35.140 [pool-104-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:35.140 [pool-104-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:35.143 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:57:35.144 [pool-104-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:57:35.147 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:57:35.147 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
17:57:35.147 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:57:35.147 [pool-104-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...17:57:35.147 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:35.147 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:35.147 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:35.147 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:35.147 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:35.147 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:35.147 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:35.147 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:35.147 [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...
17:57:35.147 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:57:35.147 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538247473) of file:///tmp/hawkSvnRepo11577923825479133122
17:57:35.148 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:35.150 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:35.150 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:35.157 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:35.157 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:35.157 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:57:35.158 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:57:35.158 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:35.158 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:35.158 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:35.164 [pool-104-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...17:57:35.164 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:57:35.165 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:57:35.165 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:35.165 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:35.165 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:35.165 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:35.165 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:35.165 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:35.165 [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...
17:57:35.165 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:57:35.165 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538249112) of file:///tmp/hawkSvnRepo11577923825479133122
17:57:35.165 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:35.167 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:35.167 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:35.174 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:35.174 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:35.174 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:57:35.174 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
17:57:35.174 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:35.174 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:35.174 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:35.175 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s1ms [pure insertion]
marking any relevant derived attributes for update...17:57:35.175 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:57:35.176 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:57:35.176 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:35.176 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:35.176 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:35.176 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:35.176 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:35.176 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:35.176 [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...
17:57:35.176 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:57:35.176 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538251109) of file:///tmp/hawkSvnRepo11577923825479133122
17:57:35.176 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:35.178 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:35.178 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:35.184 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:35.184 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:35.185 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
17:57:35.185 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
17:57:35.185 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:35.185 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:35.185 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:35.186 [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...17:57:35.186 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:35.186 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:35.186 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:35.186 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:35.186 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:35.186 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:35.186 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:35.186 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:35.186 [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...
17:57:35.186 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:57:35.186 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538253109) of file:///tmp/hawkSvnRepo11577923825479133122
17:57:35.187 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:57:35.187 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 78 ms
17:57:35.193 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:57:35.193 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11577923825479133122:org.eclipse.hawk.svn.SvnManager:false
17:57:35.249 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:35.249 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:57:35.354 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:57:35.355 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1608464409747648894/test_afterThen[LevelDB GreyCat]
17:57:35.356 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:57:36.371 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:57:36.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:36.373 [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
17:57:36.373 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:36.373 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:36.376 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:57:36.376 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:57:36.376 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:57:36.376 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:57:36.376 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:57:36.376 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:57:36.377 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:57:36.377 [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
17:57:36.381 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:36.381 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:36.386 [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
17:57:36.386 [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
17:57:36.386 [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
17:57:36.387 [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[]
17:57:36.387 [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
17:57:36.387 [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
17:57:36.387 [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
17:57:36.387 [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
17:57:36.387 [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
17:57:36.387 [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
17:57:36.388 [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
17:57:36.388 [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
17:57:36.388 [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
17:57:36.389 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
17:57:36.389 [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
17:57:36.389 [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
17:57:36.389 [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
17:57:36.389 [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
17:57:36.389 [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
17:57:36.390 [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
17:57:36.390 [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
17:57:36.390 [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
17:57:36.390 [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
17:57:36.390 [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
17:57:36.390 [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
17:57:36.390 [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
17:57:36.390 [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
17:57:36.390 [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
17:57:36.390 [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
17:57:36.390 [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
17:57:36.390 [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
17:57:36.390 [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
17:57:36.390 [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
17:57:36.394 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:57:36.394 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:57:36.394 [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
17:57:36.396 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:36.396 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
17:57:36.399 [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
17:57:36.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [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
17:57:36.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
17:57:36.399 [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
17:57:36.400 [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
17:57:36.400 [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
17:57:36.400 [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
17:57:36.400 [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
17:57:36.400 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
17:57:36.400 [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
17:57:36.400 [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
17:57:36.400 [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
17:57:36.400 [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
17:57:36.400 [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
17:57:36.400 [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[]
17:57:36.400 [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
17:57:36.400 [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
17:57:36.400 [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
17:57:36.400 [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
17:57:36.400 [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
17:57:36.400 [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
17:57:36.400 [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
17:57:36.400 [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
17:57:36.400 [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
17:57:36.400 [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
17:57:36.400 [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
17:57:36.449 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:57:36.449 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo1076720588481591809
17:57:40.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo1076720588481591809:org.eclipse.hawk.svn.SvnManager:false
17:57:40.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:40.110 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:57:40.117 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:40.117 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:40.117 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:40.117 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:40.117 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:40.119 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:40.119 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:57:40.119 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:40.119 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:40.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...
17:57:40.120 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
17:57:40.122 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538255369) of file:///tmp/hawkSvnRepo1076720588481591809
17:57:40.122 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:40.125 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:40.125 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:40.132 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:57:40.137 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:40.137 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:57:40.137 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:57:40.142 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:57:40.142 [pool-106-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:57:40.142 [pool-106-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:57:40.142 [pool-106-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:40.142 [pool-106-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:40.146 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:57:40.147 [pool-106-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:57:40.150 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:57:40.150 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:57:40.151 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:57:40.151 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s19ms [pure insertion]
marking any relevant derived attributes for update...17:57:40.151 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:40.151 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:40.151 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:40.151 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:40.151 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:40.151 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:40.151 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:40.151 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:40.151 [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...
17:57:40.151 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:57:40.151 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538256465) of file:///tmp/hawkSvnRepo1076720588481591809
17:57:40.152 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:40.152 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:40.152 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi...
17:57:40.152 [pool-106-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
17:57:40.162 [pool-106-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.01s
17:57:40.162 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi.
17:57:40.162 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:40.162 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:40.162 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:40.162 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:40.162 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:40.162 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:40.162 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:40.162 [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...
17:57:40.162 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:57:40.163 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538258137) of file:///tmp/hawkSvnRepo1076720588481591809
17:57:40.163 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:57:40.163 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 53 ms
17:57:40.171 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:57:40.171 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo1076720588481591809:org.eclipse.hawk.svn.SvnManager:false
17:57:40.172 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:40.172 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:57:40.262 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:57:40.263 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16093454037175758601/test_countInstancesFromModel[LevelDB GreyCat]
17:57:40.264 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:57:41.322 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:57:41.349 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:41.349 [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
17:57:41.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:41.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:41.352 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:57:41.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:57:41.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:57:41.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:57:41.353 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:57:41.353 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:57:41.353 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:57:41.353 [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
17:57:41.357 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:41.357 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:41.361 [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
17:57:41.361 [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
17:57:41.361 [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
17:57:41.362 [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
17:57:41.363 [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
17:57:41.363 [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
17:57:41.363 [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
17:57:41.363 [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
17:57:41.363 [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
17:57:41.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
17:57:41.364 [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
17:57:41.365 [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
17:57:41.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
17:57:41.365 [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[]
17:57:41.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
17:57:41.365 [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
17:57:41.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
17:57:41.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
17:57:41.366 [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
17:57:41.366 [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
17:57:41.366 [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
17:57:41.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
17:57:41.366 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
17:57:41.366 [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
17:57:41.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
17:57:41.367 [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
17:57:41.367 [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
17:57:41.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
17:57:41.368 [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
17:57:41.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
17:57:41.368 [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
17:57:41.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
17:57:41.368 [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
17:57:41.372 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:57:41.372 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:57:41.372 [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
17:57:41.374 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:41.374 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:41.378 [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
17:57:41.378 [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
17:57:41.378 [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
17:57:41.378 [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
17:57:41.378 [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
17:57:41.378 [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
17:57:41.378 [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
17:57:41.378 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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[]
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.379 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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[]
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.380 [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
17:57:41.382 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:57:41.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo15897719638073282256
17:57:49.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15897719638073282256:org.eclipse.hawk.svn.SvnManager:false
17:57:49.108 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:49.108 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:57:49.117 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:49.118 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:49.118 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:49.118 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:49.118 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:49.120 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:49.120 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:57:49.120 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:49.120 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:49.122 [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...
17:57:49.122 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
17:57:49.124 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538260276) of file:///tmp/hawkSvnRepo15897719638073282256
17:57:49.124 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:49.128 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:49.128 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:49.137 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:49.142 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:49.142 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:57:49.142 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
17:57:49.145 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
17:57:49.145 [pool-108-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
17:57:49.145 [pool-108-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
17:57:49.145 [pool-108-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:49.145 [pool-108-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:49.154 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:57:49.155 [pool-108-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:57:49.159 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:57:49.159 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
17:57:49.159 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:57:49.159 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s22ms [pure insertion]
marking any relevant derived attributes for update...17:57:49.159 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:49.159 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:49.159 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:49.159 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:49.159 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:49.159 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:49.159 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:49.159 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:49.160 [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...
17:57:49.160 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:57:49.160 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538261464) of file:///tmp/hawkSvnRepo15897719638073282256
17:57:49.160 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:49.162 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:49.162 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:49.170 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:49.170 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:49.170 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:57:49.171 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:57:49.171 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:49.171 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:49.171 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:49.178 [pool-108-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...17:57:49.178 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:49.178 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:49.178 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:49.178 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:49.178 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:49.178 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:49.178 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:49.178 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:49.179 [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...
17:57:49.179 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:57:49.179 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538263113) of file:///tmp/hawkSvnRepo15897719638073282256
17:57:49.179 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:49.181 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:49.181 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:49.189 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:49.189 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:49.189 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:57:49.189 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
17:57:49.189 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:49.189 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:49.189 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:49.248 [pool-108-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...17:57:49.248 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:57:49.249 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:57:49.249 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:49.249 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:49.249 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:49.249 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:49.249 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:49.249 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:49.249 [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...
17:57:49.249 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:57:49.249 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538265109) of file:///tmp/hawkSvnRepo15897719638073282256
17:57:49.250 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:49.252 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:49.252 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:49.259 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:49.259 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:49.260 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
17:57:49.260 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
17:57:49.260 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:49.260 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:49.260 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:49.261 [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...17:57:49.261 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:49.261 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:49.261 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:49.262 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:49.262 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:49.262 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:49.262 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:49.262 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:49.262 [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...
17:57:49.262 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:57:49.262 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654538267111) of file:///tmp/hawkSvnRepo15897719638073282256
17:57:49.262 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:57:49.262 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 154 ms
17:57:49.278 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:57:49.278 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15897719638073282256:org.eclipse.hawk.svn.SvnManager:false
17:57:49.281 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:49.281 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:57:49.423 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:57:49.424 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14737553242036466466/test_alwaysTrue[LevelDB GreyCat]
17:57:49.426 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:57:50.358 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:57:50.360 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:50.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
17:57:50.360 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:50.360 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:50.363 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:57:50.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:57:50.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:57:50.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:57:50.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:57:50.364 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:57:50.365 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:57:50.365 [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
17:57:50.368 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:50.368 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:50.374 [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
17:57:50.374 [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
17:57:50.374 [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
17:57:50.374 [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
17:57:50.374 [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
17:57:50.374 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
17:57:50.375 [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
17:57:50.375 [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
17:57:50.377 [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
17:57:50.378 [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
17:57:50.379 [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
17:57:50.379 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
17:57:50.379 [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
17:57:50.379 [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
17:57:50.379 [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[]
17:57:50.379 [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
17:57:50.379 [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
17:57:50.380 [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
17:57:50.380 [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
17:57:50.381 [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
17:57:50.381 [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
17:57:50.381 [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
17:57:50.381 [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
17:57:50.381 [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
17:57:50.381 [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
17:57:50.381 [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
17:57:50.382 [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
17:57:50.383 [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
17:57:50.384 [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
17:57:50.384 [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
17:57:50.384 [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
17:57:50.384 [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
17:57:50.384 [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
17:57:50.388 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:57:50.388 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:57:50.388 [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
17:57:50.390 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:50.390 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:50.394 [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
17:57:50.394 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
17:57:50.448 [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
17:57:50.448 [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
17:57:50.448 [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
17:57:50.448 [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
17:57:50.448 [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
17:57:50.448 [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
17:57:50.448 [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
17:57:50.448 [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
17:57:50.448 [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
17:57:50.448 [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[]
17:57:50.448 [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
17:57:50.448 [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
17:57:50.448 [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
17:57:50.448 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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[]
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.449 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.450 [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
17:57:50.453 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:57:50.453 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:57:50.453 [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
17:57:50.454 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:57:50.454 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:57:50.458 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:57:50.459 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:57:50.459 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:57:50.459 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::hasNoChildren...
17:57:50.460 [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;
17:57:50.462 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::hasNoChildren.
No username/password recorded for the repository file:///tmp/hawkSvnRepo5832433353098325590
17:57:56.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo5832433353098325590:org.eclipse.hawk.svn.SvnManager:false
17:57:56.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:56.107 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:57:56.119 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:56.119 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:56.119 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:56.119 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:56.119 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:56.121 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:56.121 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
17:57:56.121 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:56.121 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:56.122 [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...
17:57:56.123 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
17:57:56.125 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654538269442) of file:///tmp/hawkSvnRepo5832433353098325590
17:57:56.126 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:56.130 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:56.130 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:56.139 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:56.144 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:56.145 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:57:56.145 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
17:57:56.149 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
17:57:56.155 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:57:56.155 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
17:57:56.155 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:57:56.155 [pool-110-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...17:57:56.155 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:56.155 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:56.155 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:56.155 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:56.155 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:56.155 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:56.155 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:56.155 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:56.156 [pool-110-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty;
17:57:56.160 [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)
17:57:56.160 [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...
17:57:56.160 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
17:57:56.160 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654538270480) of file:///tmp/hawkSvnRepo5832433353098325590
17:57:56.161 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:56.163 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:56.163 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:56.170 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:56.170 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:56.170 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:57:56.171 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
17:57:56.171 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:56.171 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:56.171 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:56.180 [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...17:57:56.180 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:57:56.181 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:57:56.181 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:56.181 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:56.181 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:56.181 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:56.181 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:56.181 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:56.181 [pool-110-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty;
17:57:56.187 [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)
17:57:56.187 [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...
17:57:56.187 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
17:57:56.187 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654538272115) of file:///tmp/hawkSvnRepo5832433353098325590
17:57:56.187 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:57:56.248 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:57:56.248 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:57:56.254 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
17:57:56.254 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:57:56.255 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
17:57:56.255 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0
17:57:56.255 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:57:56.255 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
17:57:56.255 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
17:57:56.261 [pool-110-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...17:57:56.261 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:57:56.261 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:57:56.262 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:57:56.262 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:57:56.262 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:57:56.262 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:57:56.262 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:57:56.262 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:57:56.262 [pool-110-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty;
17:57:56.266 [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)
17:57:56.266 [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...
17:57:56.266 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
17:57:56.266 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654538274110) of file:///tmp/hawkSvnRepo5832433353098325590
17:57:56.266 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:57:56.266 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 159 ms
EolSequence [0, 1, 0]
17:57:56.275 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:57:56.275 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo5832433353098325590:org.eclipse.hawk.svn.SvnManager:false
17:57:56.277 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:57:56.277 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:57:56.356 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:57:56.357 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14575417886021834437/test_whenAnnotated[LevelDB GreyCat]
17:57:56.358 [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: 262.666 s - in org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite
revRefNavDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 12.244 s
untilAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 9.885 s
computedForAllVersions[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 5.26 s
sinceAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 9.477 s
beforeAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 8.914 s
whenComposability[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 9.08 s
afterAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 8.816 s
eContainerDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 8.856 s
testCounts[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.FileContextTimeAwareEOLQueryEngineTest)  Time elapsed: 6.769 s
defaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest)  Time elapsed: 4.134 s
nonDefaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest)  Time elapsed: 0.838 s
countInstancesModelAll[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 2.881 s
sinceThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.236 s
before[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 10.752 s
commitMessages[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.213 s
rangesAreBothInclusive[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 8.961 s
createDeleteNode[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 5.095 s
travelToMissingTimepointReturnsNull[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 4.911 s
unscope[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 15.2 s
countInstancesFromModelTypes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 4.779 s
after[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9 s
until[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 10.893 s
whenPoints[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 11.001 s
onceFalse[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 10.985 s
followReferences[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.112 s
untilThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.026 s
beforeThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.033 s
countInstancesTimeline[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 4.847 s
afterThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.085 s
countInstancesFromModel[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 4.907 s
alwaysTrue[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.164 s
whenAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 6.931 s
createDeleteHeavyEdgeBeginningOfTime[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.336 s
indexQueryEndedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.357 s
createDeleteHeavyEdgeNonZeroTime[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.234 s
indexQueryReplacedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.503 s
nextPrev[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.205 s
nodeEndWithHeavyEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.288 s
nodeEndWithLightEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.321 s
create[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest)  Time elapsed: 0.243 s
recreate[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest)  Time elapsed: 0.256 s
changeLastRevision[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest)  Time elapsed: 0.344 s
Running org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite
17:57:59.771 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:57:59.992 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 s - in org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite
addRemoveNode[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite)  Time elapsed: 0.31 s
addRemoveNodeValue[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite)  Time elapsed: 0.221 s
Running org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite
17:58:00.375 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:58:00.377 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:00.377 [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
17:58:00.377 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:00.377 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:00.380 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:58:00.380 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:58:00.380 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:58:00.380 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:58:00.380 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
17:58:00.381 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
interesting	0
deleted		0
changed		0
loaded		0
17:58:00.381 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
17:58:00.381 [pool-124-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
17:58:00.575 [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]
17:58:00.575 [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]
17:58:00.575 [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
17:58:00.575 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:00.575 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:00.654 [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
17:58:00.654 [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
17:58:00.654 [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
17:58:00.654 [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
17:58:00.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
17:58:00.654 [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
17:58:00.655 [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
17:58:00.656 [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
17:58:00.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
17:58:00.657 [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
17:58:00.657 [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
17:58:00.657 [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
17:58:00.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
17:58:00.658 [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[]
17:58:00.659 [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
17:58:00.659 [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
17:58:00.659 [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
17:58:00.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
17:58:00.659 [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
17:58:00.660 [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
17:58:00.661 [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
17:58:00.661 [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
17:58:00.662 [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
17:58:00.662 [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
17:58:00.662 [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
17:58:00.662 [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
17:58:00.662 [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
17:58:00.662 [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
17:58:00.662 [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
17:58:00.662 [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
17:58:00.662 [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
17:58:00.663 [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
17:58:00.663 [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
17:58:00.663 [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
17:58:00.663 [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
17:58:00.663 [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
17:58:00.664 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
17:58:00.665 [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
17:58:00.669 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
17:58:00.673 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
17:58:00.674 [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
17:58:00.675 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
17:58:00.678 [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
17:58:00.774 [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
17:58:00.781 [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
17:58:00.858 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
17:58:00.858 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:58:01.061 [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
17:58:01.063 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:01.063 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:01.852 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:58:01.857 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:58:01.857 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:58:04.286 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
17:58:04.295 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:04.295 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:04.295 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
17:58:04.352 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
17:58:04.386 [pool-124-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl
17:58:20.005 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding nodes: 50001 15 sec (15 sec total) to /set0.xmi
17:58:25.153 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69680 NODES AND 69680 M->MM REFERENCES! (took ~126922sec)
17:58:25.153 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
17:58:28.662 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit4658320522465689699/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit4658320522465689699/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]
17:58:28.857 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit17706710551233586846/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit17706710551233586846/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]
17:58:29.175 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit2412524303989635205/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit2412524303989635205/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]
17:58:33.482 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding references: 50035 8 sec (8 sec total) to /set0.xmi
17:58:38.354 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69806 REFERENCES! (took ~13 sec)
17:58:38.354 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
34s69ms [pure insertion]
marking any relevant derived attributes for update...17:58:38.355 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s6ms
17:58:38.360 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s6ms
17:58:38.360 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:58:38.360 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:58:38.701 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:58:38.701 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.341s
attempting to resolve any uninitialized derived attributes...
17:58:38.702 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:58:38.702 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:58:38.702 [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...
17:58:38.702 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s342ms [proxy update]
17:58:38.702 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:58:38.702 [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		~37s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 69680
relevant graph size: 69680
validated changes... true
17:58:45.360 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 44 s 296 ms
17:58:45.367 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:58:45.367 [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
17:58:45.370 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:45.370 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:58:45.395 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:58:45.395 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14293767654673903393/test_set0[LevelDB GreyCat]
17:58:45.395 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:58:45.517 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:58:45.518 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:45.519 [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
17:58:45.519 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:45.519 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:45.521 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:58:45.521 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:58:45.521 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:58:45.521 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
17:58:45.521 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:45.521 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:58:45.522 [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
17:58:45.522 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
17:58:45.529 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:45.529 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:45.538 [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
17:58:45.538 [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
17:58:45.539 [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
17:58:45.539 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
17:58: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::EChar will be handled as its instance type char
17:58: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::ELong will be handled as its instance type java.lang.Long
17:58: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
17:58: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::EJavaClass will be handled as its instance type java.lang.Class
17:58: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::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
17:58: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::EBigInteger will be handled as its instance type java.math.BigInteger
17:58: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::EBooleanObject will be handled as its instance type java.lang.Boolean
17:58: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::EDate will be handled as its instance type java.util.Date
17:58: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::ELongObject will be handled as its instance type java.lang.Long
17:58: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::EShort will be handled as its instance type short
17:58: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::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
17:58: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::EMap will be handled as its instance type java.util.Map
17:58: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::EString will be handled as its instance type java.lang.String
17:58: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::EBoolean will be handled as its instance type java.lang.Boolean
17:58: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::EFloatObject will be handled as its instance type java.lang.Float
17:58: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::EBigDecimal will be handled as its instance type java.math.BigDecimal
17:58: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::ECharacterObject will be handled as its instance type java.lang.Character
17:58: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::EShortObject will be handled as its instance type java.lang.Short
17:58: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::EByteArray will be handled as its instance type byte[]
17:58: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::EIntegerObject will be handled as its instance type java.lang.Integer
17:58: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::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
17:58: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::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
17:58: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::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
17:58: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::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
17:58:45.552 [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
17:58:45.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
17:58:45.552 [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
17:58:45.552 [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
17:58:45.552 [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
17:58:45.553 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:58:45.558 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
17:58:45.558 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:58:45.673 [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
17:58:45.675 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:45.675 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:45.677 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:58:45.681 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:58:45.681 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:58:45.683 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
17:58:45.689 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:45.689 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:45.689 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
17:58:45.692 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
17:58:45.698 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
17:58:45.698 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
17:58:45.698 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:58:45.698 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s15ms [pure insertion]
marking any relevant derived attributes for update...17:58:45.698 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s52ms
17:58:45.750 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s52ms
17:58:45.751 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:58:45.751 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:58:45.751 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:58:45.751 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:58:45.751 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:58:45.751 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:58:45.751 [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...
17:58:45.751 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
17:58:45.751 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:58:45.751 [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
17:58:45.752 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 77 ms
17:58:45.758 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:58:45.758 [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
17:58:45.760 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:45.760 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:58:45.821 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:58:45.821 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15749906300629262791/test_tree[LevelDB GreyCat]
17:58:45.821 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:58:45.949 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:58:45.951 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:45.951 [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
17:58:45.951 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:45.951 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:45.955 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:58:45.955 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:58:45.955 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:58:45.955 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:45.955 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:58:45.956 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
17:58:45.956 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
17:58:45.956 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
17:58:45.960 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:45.960 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:45.969 [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
17:58:45.969 [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
17:58:45.969 [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
17:58:45.969 [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
17:58:45.969 [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
17:58:45.969 [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
17:58:45.969 [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
17:58:45.970 [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[]
17:58:45.971 [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
17:58:45.973 [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
17:58:45.974 [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
17:58:45.974 [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
17:58:45.975 [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
17:58:45.977 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
17:58:45.977 [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
17:58:45.977 [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
17:58:45.979 [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
17:58:45.979 [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
17:58:45.979 [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
17:58:45.980 [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
17:58:45.980 [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
17:58:45.980 [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
17:58:45.980 [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
17:58:45.982 [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
17:58:45.982 [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
17:58:45.982 [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
17:58:45.983 [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
17:58:45.984 [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
17:58:45.985 [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
17:58:45.985 [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
17:58:45.985 [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
17:58:45.985 [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
17:58:45.985 [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
17:58:45.985 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:58:45.992 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
17:58:45.992 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:58:46.155 [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
17:58:46.156 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:46.156 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:46.158 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:58:46.162 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:58:46.163 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:58:46.164 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model...
17:58:46.170 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:46.170 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:46.170 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model...
17:58:46.174 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model
17:58:46.178 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:58:46.178 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model
17:58:46.178 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:58:46.178 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model.
0s15ms [pure insertion]
marking any relevant derived attributes for update...17:58:46.178 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
17:58:46.180 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
17:58:46.180 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:58:46.180 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:58:46.181 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:58:46.181 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:58:46.181 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:58:46.181 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:58:46.181 [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...
17:58:46.181 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:58:46.181 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:58:46.181 [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
17:58:46.182 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 26 ms
17:58:46.250 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:58:46.250 [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
17:58:46.252 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:46.252 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:58:46.332 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:58:46.332 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11183264284983190704/test_treeWithSpaces[LevelDB GreyCat]
17:58:46.332 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
17:58:46.686 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:58:46.749 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:46.749 [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
17:58:46.749 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:46.749 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:46.752 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:58:46.752 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:58:46.752 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:58:46.752 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:58:46.752 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:58:46.752 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:46.753 [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
17:58:46.753 [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
17:58:46.757 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:46.757 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:46.764 [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
17:58:46.764 [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
17:58:46.764 [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
17:58:46.764 [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
17:58:46.765 [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
17:58:46.765 [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
17:58:46.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
17:58:46.767 [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
17:58:46.767 [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
17:58:46.769 [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
17:58:46.769 [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
17:58:46.769 [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
17:58:46.769 [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
17:58:46.769 [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
17:58:46.770 [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
17:58:46.770 [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
17:58:46.770 [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
17:58:46.770 [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
17:58:46.771 [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
17:58:46.771 [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
17:58:46.771 [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
17:58:46.771 [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[]
17:58:46.771 [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
17:58:46.772 [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
17:58:46.772 [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
17:58:46.772 [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
17:58:46.772 [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
17:58:46.773 [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
17:58:46.773 [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
17:58:46.773 [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
17:58:46.773 [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
17:58:46.774 [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
17:58:46.774 [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
17:58:46.775 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:58:46.848 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
17:58:46.848 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:58:46.976 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false
17:58:46.978 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:46.978 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:46.981 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:58:47.051 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:58:47.051 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:58:47.052 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
17:58:47.058 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:47.058 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:47.058 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
17:58:47.061 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
17:58:47.066 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
17:58:47.066 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
17:58:47.071 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:58:47.071 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s19ms [pure insertion]
marking any relevant derived attributes for update...17:58:47.071 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
17:58:47.073 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
17:58:47.074 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /child.model...
17:58:47.074 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:47.074 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:47.074 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /child.model...
17:58:47.077 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /child.model
17:58:47.148 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:58:47.148 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /child.model
17:58:47.151 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:58:47.151 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /child.model.
0s77ms [pure insertion]
marking any relevant derived attributes for update...17:58:47.151 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:58:47.151 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:58:47.151 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:58:47.151 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:58:47.152 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/2 proxy references (0 sec total)
17:58:47.155 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs
17:58:47.155 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
17:58:47.155 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:58:47.155 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:58:47.155 [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...
17:58:47.155 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
17:58:47.155 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:58:47.155 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	2
deleted		0
changed		2
loaded		2
c elems		3
d elems		0
time		~0s
validating changes...
validating file UPDATED for /root.model
validating file UPDATED for /child.model
changed resource size: 3
relevant graph size: 3
validated changes... true
17:58:47.157 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 178 ms
17:58:47.164 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:58:47.164 [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
17:58:47.166 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:47.166 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:58:47.307 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:58:47.308 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16722037206819713417/test_treeCrossResourceContainment[LevelDB GreyCat]
17:58:47.308 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:58:47.975 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:58:48.050 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:48.050 [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
17:58:48.050 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:48.050 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:48.055 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:58:48.055 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:58:48.055 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:58:48.055 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:58:48.055 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:48.055 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:58:48.056 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:48.056 [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
17:58:48.151 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:48.151 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:48.161 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:58:48.162 [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
17:58:48.162 [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
17:58:48.162 [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
17:58:48.162 [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
17:58:48.162 [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
17:58:48.164 [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
17:58:48.164 [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
17:58:48.164 [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
17:58:48.164 [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
17:58:48.164 [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
17:58:48.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
17:58:48.164 [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
17:58:48.165 [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
17:58:48.248 [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
17:58:48.250 [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
17:58:48.250 [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
17:58:48.250 [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
17:58:48.250 [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
17:58:48.251 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
17:58:48.251 [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
17:58:48.251 [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
17:58:48.251 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
17:58:48.251 [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
17:58:48.251 [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
17:58:48.252 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
17:58:48.253 [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
17:58:48.253 [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
17:58:48.253 [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
17:58:48.253 [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
17:58:48.253 [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[]
17:58:48.253 [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
17:58:48.253 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
17:58:48.254 [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
17:58:48.262 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
17:58:48.262 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:58:48.473 [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
17:58:48.475 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:48.475 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:48.478 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:58:48.552 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:58:48.552 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:58:48.554 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
17:58:48.560 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:48.560 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:48.560 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
17:58:48.565 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
17:58:48.577 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec)
17:58:48.577 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
17:58:48.577 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
17:58:48.577 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s24ms [pure insertion]
marking any relevant derived attributes for update...17:58:48.577 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
17:58:48.579 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
17:58:48.580 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:58:48.580 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:58:48.648 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:58:48.648 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.068s
attempting to resolve any uninitialized derived attributes...
17:58:48.648 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:58:48.648 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:58:48.648 [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...
17:58:48.648 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s68ms [proxy update]
17:58:48.648 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:58:48.649 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:48.649 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 174 ms
17:58:48.649 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::descendants...
17:58:48.649 [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;
17:58:48.653 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants
17:58:48.654 [pool-132-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten;
17:58:48.656 [pool-132-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper
17:58:48.756 [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)
17:58:48.756 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.103s
17:58:48.756 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::descendants.
17:58:48.769 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:58:48.769 [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
17:58:48.771 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:48.772 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:58:48.975 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:58:48.976 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6342993583781416544/test_derivedEdgeCollection[LevelDB GreyCat]
17:58:48.976 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:58:49.329 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:58:49.349 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:49.349 [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
17:58:49.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:49.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:49.351 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:58:49.351 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:58:49.351 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:58:49.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:58:49.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:58:49.352 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:49.352 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:49.352 [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
17:58:49.356 [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
17:58:49.356 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:49.356 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:49.363 [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
17:58:49.363 [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
17:58:49.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
17:58:49.363 [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
17:58:49.363 [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
17:58:49.364 [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
17:58:49.364 [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
17:58:49.449 [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
17:58:49.449 [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
17:58:49.450 [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
17:58:49.450 [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[]
17:58:49.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
17:58:49.452 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
17:58:49.452 [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
17:58:49.452 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
17:58:49.452 [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
17:58:49.452 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
17:58:49.452 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
17:58:49.453 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
17:58:49.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
17:58:49.453 [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
17:58:49.454 [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
17:58:49.454 [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
17:58:49.455 [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
17:58:49.455 [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
17:58:49.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
17:58:49.455 [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
17:58:49.455 [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
17:58:49.455 [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
17:58:49.456 [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
17:58:49.456 [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
17:58:49.456 [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
17:58:49.456 [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
17:58:49.456 [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
17:58:49.461 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
17:58:49.461 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:58:49.461 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs...
17:58:49.462 [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;
17:58:49.464 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs.
17:58:49.586 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
17:58:49.587 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:49.587 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:49.590 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:58:49.595 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:58:49.595 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:58:49.597 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
17:58:49.602 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:49.603 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:49.603 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
17:58:49.651 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
17:58:49.670 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
17:58:49.670 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
17:58:49.677 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:58:49.677 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s81ms [pure insertion]
marking any relevant derived attributes for update...17:58:49.677 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
17:58:49.679 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
17:58:49.681 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
17:58:49.681 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:49.681 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:49.681 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
17:58:49.683 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
17:58:49.694 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
17:58:49.694 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
17:58:49.753 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
17:58:49.753 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s72ms [pure insertion]
marking any relevant derived attributes for update...17:58:49.753 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:58:49.753 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:58:49.754 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
17:58:49.754 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:49.754 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:49.754 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
17:58:49.758 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
17:58:49.767 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
17:58:49.767 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
17:58:49.774 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:58:49.775 [pool-134-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...17:58:49.775 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:58:49.775 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:58:49.775 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:58:49.775 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:58:49.776 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
17:58:49.851 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
17:58:49.852 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.076s
attempting to resolve any uninitialized derived attributes...
17:58:49.852 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:58:49.852 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:58:49.852 [pool-134-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size;
17:58:49.890 [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)
17:58:49.890 [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...
17:58:49.890 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s116ms [proxy update]
17:58:49.891 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:58:49.891 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:49.891 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 304 ms
17:58:49.950 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:58:49.950 [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
17:58:49.951 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:49.951 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:58:50.032 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:58:50.032 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10172547684490957833/test_deriveThenAdd[LevelDB GreyCat]
17:58:50.032 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:58:50.175 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:58:50.177 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:50.177 [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
17:58:50.177 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:50.177 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:50.179 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:58:50.179 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:58:50.179 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:58:50.180 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:58:50.180 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:58:50.180 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:50.180 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:50.180 [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
17:58:50.184 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:50.184 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:50.190 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
17:58:50.191 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
17:58:50.193 [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
17:58:50.193 [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
17:58:50.193 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
17:58:50.193 [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
17:58:50.193 [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
17:58:50.193 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
17:58:50.194 [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
17:58:50.194 [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
17:58:50.194 [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
17:58:50.194 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
17:58:50.194 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
17:58:50.194 [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
17:58:50.194 [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
17:58:50.194 [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
17:58:50.194 [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
17:58:50.194 [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
17:58:50.194 [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
17:58:50.194 [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
17:58:50.194 [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
17:58:50.194 [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
17:58:50.194 [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
17:58:50.195 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
17:58:50.196 [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
17:58:50.196 [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
17:58:50.196 [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
17:58:50.196 [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
17:58:50.196 [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
17:58:50.196 [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
17:58:50.196 [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
17:58:50.197 [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[]
17:58:50.197 [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
17:58:50.198 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:58:50.201 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
17:58:50.201 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:58:50.293 [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
17:58:50.295 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:50.295 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:50.297 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:58:50.302 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:58:50.302 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:58:50.303 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
17:58:50.308 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:50.308 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:50.308 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
17:58:50.311 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
17:58:50.351 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec)
17:58:50.351 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
17:58:50.351 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
17:58:50.351 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s48ms [pure insertion]
marking any relevant derived attributes for update...17:58:50.351 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
17:58:50.353 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
17:58:50.354 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:58:50.354 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:58:50.354 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:58:50.354 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
17:58:50.354 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:58:50.354 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:58:50.354 [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...
17:58:50.354 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:58:50.355 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:58:50.355 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:50.355 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 60 ms
17:58:50.355 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant...
17:58:50.355 [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;
17:58:50.359 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant
17:58:50.360 [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;
17:58:50.457 [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)
17:58:50.457 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.098s
17:58:50.457 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant.
17:58:50.464 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:58:50.464 [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
17:58:50.466 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:50.466 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:58:50.597 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:58:50.597 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6513084274923914094/test_derivedEdgeSingle[LevelDB GreyCat]
17:58:50.597 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:58:50.713 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:58:50.715 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:50.715 [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
17:58:50.715 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:50.715 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:50.717 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:58:50.717 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:58:50.717 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:58:50.717 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:58:50.717 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:50.717 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:58:50.718 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:50.718 [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
17:58:50.721 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:50.721 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:50.728 [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
17:58:50.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
17:58:50.730 [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
17:58:50.730 [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
17:58:50.730 [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
17:58:50.730 [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
17:58:50.731 [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
17:58:50.731 [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
17:58:50.731 [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
17:58:50.731 [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
17:58:50.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
17:58:50.731 [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
17:58:50.731 [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
17:58:50.731 [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
17:58:50.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[]
17:58:50.731 [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
17:58:50.731 [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
17:58:50.731 [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
17:58:50.731 [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
17:58:50.732 [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
17:58:50.732 [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
17:58:50.732 [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
17:58:50.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
17:58:50.732 [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
17:58:50.732 [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
17:58:50.733 [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
17:58:50.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
17:58:50.734 [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
17:58:50.734 [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
17:58:50.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
17:58:50.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
17:58:50.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
17:58:50.734 [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
17:58:50.735 [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
17:58:50.738 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
17:58:50.738 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:58:50.798 [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
17:58:50.800 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:50.800 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:50.800 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id...
17:58:50.849 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id
17:58:50.849 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:58:50.849 [main] INFO  o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id.
17:58:50.854 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:58:50.854 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:58:50.855 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
17:58:50.862 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:50.862 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:50.862 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
17:58:50.866 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
17:58:50.877 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
17:58:50.877 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
17:58:50.886 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:58:50.886 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s31ms [pure insertion]
marking any relevant derived attributes for update...17:58:50.886 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s62ms
17:58:50.948 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s62ms
17:58:50.949 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
17:58:50.949 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:50.949 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:50.949 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
17:58:50.953 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
17:58:50.965 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
17:58:50.965 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
17:58:50.975 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
17:58:50.975 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s26ms [pure insertion]
marking any relevant derived attributes for update...17:58:50.975 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:58:50.975 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:58:50.976 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
17:58:50.976 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:50.976 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:50.976 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
17:58:50.980 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
17:58:50.989 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
17:58:50.989 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
17:58:51.056 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:58:51.056 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s80ms [pure insertion]
marking any relevant derived attributes for update...17:58:51.056 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:58:51.056 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:58:51.056 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:58:51.056 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:58:51.057 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
17:58:51.076 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
17:58:51.076 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.02s
attempting to resolve any uninitialized derived attributes...
17:58:51.076 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:58:51.076 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:58:51.076 [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...
17:58:51.076 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s20ms [proxy update]
17:58:51.076 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:58:51.077 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:51.077 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 277 ms
indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer)
17:58:51.082 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:58:51.082 [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
17:58:51.083 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:51.083 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:58:51.156 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:58:51.157 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7810506856118691105/test_addThenIndex[LevelDB GreyCat]
17:58:51.157 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:58:51.383 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:58:51.385 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:51.385 [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
17:58:51.385 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:51.385 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:51.387 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:58:51.387 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:58:51.387 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:58:51.387 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:58:51.388 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:58:51.388 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:51.388 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:51.388 [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
17:58:51.392 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:51.392 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:51.399 [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
17:58:51.402 [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
17:58:51.403 [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
17:58:51.404 [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
17:58:51.404 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
17:58:51.404 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
17:58:51.404 [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[]
17:58:51.404 [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
17:58:51.405 [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
17:58:51.408 [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
17:58:51.408 [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
17:58:51.408 [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
17:58:51.408 [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
17:58:51.408 [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
17:58:51.408 [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
17:58:51.408 [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
17:58:51.408 [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
17:58:51.410 [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
17:58:51.410 [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
17:58:51.410 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
17:58:51.410 [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
17:58:51.410 [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
17:58:51.410 [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
17:58:51.410 [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
17:58:51.410 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
17:58:51.410 [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
17:58:51.410 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
17:58:51.410 [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
17:58:51.410 [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
17:58:51.410 [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
17:58:51.411 [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
17:58:51.411 [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
17:58:51.412 [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
17:58:51.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
17:58:51.416 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
17:58:51.416 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:58:51.416 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id...
17:58:51.418 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id
17:58:51.418 [main] INFO  o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id.
17:58:51.554 [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
17:58:51.555 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:51.555 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:51.558 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:58:51.564 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:58:51.564 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:58:51.565 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
17:58:51.573 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:51.573 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:51.574 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
17:58:51.578 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
17:58:51.591 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
17:58:51.591 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
17:58:51.656 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
17:58:51.656 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s91ms [pure insertion]
marking any relevant derived attributes for update...17:58:51.656 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
17:58:51.658 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
17:58:51.659 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
17:58:51.659 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:51.659 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:51.659 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
17:58:51.662 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
17:58:51.673 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
17:58:51.673 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
17:58:51.755 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:58:51.755 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s96ms [pure insertion]
marking any relevant derived attributes for update...17:58:51.755 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:58:51.755 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:58:51.756 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
17:58:51.756 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:51.756 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:51.756 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
17:58:51.760 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
17:58:51.770 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
17:58:51.770 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
17:58:51.779 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:58:51.779 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s23ms [pure insertion]
marking any relevant derived attributes for update...17:58:51.779 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:58:51.779 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:58:51.780 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:58:51.780 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:58:51.781 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
17:58:51.855 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
17:58:51.855 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.075s
attempting to resolve any uninitialized derived attributes...
17:58:51.855 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:58:51.855 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:58:51.855 [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...
17:58:51.855 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s76ms [proxy update]
17:58:51.856 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:58:51.856 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:51.856 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 301 ms
indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer)
17:58:51.860 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:58:51.860 [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
17:58:51.863 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:51.863 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:58:52.160 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:58:52.160 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4599770815496715620/test_lookupWithIndex[LevelDB GreyCat]
17:58:52.160 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:58:52.278 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:58:52.279 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:52.279 [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
17:58:52.279 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:52.279 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:52.282 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:58:52.282 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:58:52.282 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:58:52.282 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:58:52.282 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:52.282 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:58:52.283 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:52.283 [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
17:58:52.287 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:52.287 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:52.294 [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
17:58:52.294 [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
17:58:52.294 [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
17:58:52.295 [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
17:58:52.295 [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
17:58:52.295 [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
17:58:52.296 [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
17:58:52.296 [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
17:58:52.296 [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
17:58:52.296 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
17:58:52.296 [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
17:58:52.298 [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
17:58:52.298 [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
17:58:52.298 [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
17:58:52.298 [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[]
17:58:52.301 [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
17:58:52.301 [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
17:58:52.303 [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
17:58:52.303 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
17:58:52.304 [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
17:58:52.305 [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
17:58:52.305 [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
17:58:52.305 [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
17:58:52.305 [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
17:58:52.305 [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
17:58:52.305 [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
17:58:52.305 [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
17:58:52.305 [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
17:58:52.305 [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
17:58:52.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
17:58:52.307 [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
17:58:52.307 [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
17:58:52.307 [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
17:58:52.308 [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
17:58:52.311 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
17:58:52.312 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:58:52.398 [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
17:58:52.399 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:52.400 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:52.402 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:58:52.407 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:58:52.407 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:58:52.409 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
17:58:52.415 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:52.416 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:52.416 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
17:58:52.451 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
17:58:52.456 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
17:58:52.456 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
17:58:52.467 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
17:58:52.467 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s59ms [pure insertion]
marking any relevant derived attributes for update...17:58:52.467 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
17:58:52.469 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
17:58:52.470 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
17:58:52.471 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:52.471 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:52.471 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
17:58:52.474 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
17:58:52.478 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
17:58:52.478 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
17:58:52.487 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:58:52.487 [pool-142-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...17:58:52.487 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:58:52.488 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:58:52.489 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
17:58:52.489 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:52.489 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:52.489 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
17:58:52.492 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
17:58:52.552 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
17:58:52.552 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
17:58:52.565 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:58:52.565 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s76ms [pure insertion]
marking any relevant derived attributes for update...17:58:52.565 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:58:52.565 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:58:52.565 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:58:52.565 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:58:52.566 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
17:58:52.583 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
17:58:52.583 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.018s
attempting to resolve any uninitialized derived attributes...
17:58:52.583 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:58:52.583 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:58:52.583 [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...
17:58:52.583 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s18ms [proxy update]
17:58:52.583 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:58:52.583 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:52.583 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 183 ms
17:58:52.586 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:58:52.586 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
17:58:52.587 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:52.587 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:58:52.696 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:58:52.697 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15837675553430025541/test_lookupWithoutIndex[LevelDB GreyCat]
17:58:52.697 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:58:52.898 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:58:52.900 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:52.900 [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
17:58:52.900 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:52.900 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:52.902 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:58:52.902 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:58:52.902 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:58:52.902 [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!
17:58:52.902 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:52.903 [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
17:58:52.904 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
17:58:52.904 [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
17:58:52.908 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:52.908 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:52.913 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
17:58:52.914 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
17:58:52.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
17:58:52.914 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
17:58:52.915 [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
17:58:52.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
17:58:52.916 [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
17:58:52.916 [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
17:58:52.916 [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
17:58:52.917 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
17:58:52.917 [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
17:58:52.917 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
17:58:52.917 [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
17:58:52.917 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
17:58:52.917 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
17:58:52.917 [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
17:58:52.917 [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
17:58:52.917 [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
17:58:52.917 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
17:58:52.917 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
17:58:52.918 [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
17:58:52.918 [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
17:58:52.918 [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
17:58:52.919 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
17:58:52.919 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
17:58:52.919 [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
17:58:52.919 [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
17:58:52.919 [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
17:58:52.919 [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
17:58:52.919 [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
17:58:52.919 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
17:58:52.920 [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
17:58:52.920 [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
17:58:52.925 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
17:58:52.925 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:58:52.925 [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
17:58:52.927 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:52.927 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:52.951 [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
17:58:52.951 [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
17:58:52.951 [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
17:58:52.951 [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
17:58:52.951 [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
17:58:52.951 [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
17:58:52.951 [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
17:58:52.952 [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
17:58:52.952 [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
17:58:52.952 [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
17:58:52.952 [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
17:58:52.952 [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
17:58:52.952 [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
17:58:52.952 [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
17:58:52.952 [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
17:58:52.952 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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[]
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.953 [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
17:58:52.954 [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
17:58:52.954 [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[]
17:58:52.954 [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
17:58:52.954 [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
17:58:52.954 [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
17:58:52.954 [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
17:58:52.954 [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
17:58:52.954 [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
17:58:52.954 [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
17:58:52.954 [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
17:58:52.954 [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
17:58:52.954 [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
17:58:52.954 [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
17:58:52.954 [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
17:58:52.954 [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
17:58:52.954 [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
17:58:52.957 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
17:58:52.957 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:58:52.957 [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
17:58:52.958 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:52.958 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:52.962 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
17:58:52.963 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
17:58:52.963 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:58:53.073 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit12857362740414111197/:org.eclipse.hawk.localfolder.LocalFolder:false
17:58:53.075 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:53.075 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:53.078 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:58:53.083 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:58:53.083 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:58:53.093 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childAA.xmi...
17:58:53.152 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:53.152 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:53.152 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childAA.xmi...
17:58:53.156 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childAA.xmi
17:58:53.158 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:58:53.158 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childAA.xmi
17:58:53.162 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:58:53.162 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childAA.xmi.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:58:53.162 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
17:58:53.164 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
17:58:53.172 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:58:53.172 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:53.172 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:53.172 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
17:58:53.176 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:58:53.179 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:58:53.179 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:58:53.186 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:58:53.186 [pool-144-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...17:58:53.186 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:58:53.186 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:58:53.249 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childA.xmi...
17:58:53.250 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:53.250 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:53.250 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childA.xmi...
17:58:53.253 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childA.xmi
17:58:53.253 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:58:53.253 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childA.xmi
17:58:53.260 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:58:53.260 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childA.xmi.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:58:53.260 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:58:53.260 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:58:53.267 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childB.xmi...
17:58:53.267 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:53.267 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:53.267 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childB.xmi...
17:58:53.270 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childB.xmi
17:58:53.271 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:58:53.271 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childB.xmi
17:58:53.274 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:58:53.274 [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...17:58:53.274 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:58:53.274 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:58:53.274 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:58:53.274 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:58:53.275 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/6 proxy references (0 sec total)
17:58:53.286 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs
17:58:53.286 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.012s
attempting to resolve any uninitialized derived attributes...
17:58:53.286 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:58:53.286 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:58:53.286 [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...
17:58:53.286 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
17:58:53.286 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:58:53.286 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	4
deleted		0
changed		4
loaded		4
c elems		4
d elems		0
time		~0s
validating changes...
validating file UPDATED for /childAA.xmi
validating file UPDATED for /root.xmi
validating file UPDATED for /childA.xmi
validating file UPDATED for /childB.xmi
changed resource size: 4
relevant graph size: 4
validated changes... true
17:58:53.288 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 213 ms
17:58:53.288 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers...
17:58:53.288 [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);
17:58:53.350 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers
17:58:53.352 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
17:58:53.458 [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)
17:58:53.458 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.108s
17:58:53.458 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::allContainers.
17:58:53.462 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:53.464 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:58:53.472 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:58:53.472 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:58:53.480 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
17:58:53.480 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:53.480 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
17:58:53.481 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
17:58:53.481 [pool-144-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:58:53.481 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /root.xmi...
17:58:53.481 [pool-144-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
17:58:53.554 [pool-144-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.073s
17:58:53.561 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
17:58:53.568 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
17:58:53.568 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
17:58:53.574 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:58:53.574 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /root.xmi.
0s94ms [pure insertion]
marking any relevant derived attributes for update...17:58:53.574 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:58:53.575 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:58:53.575 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:58:53.575 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:58:53.576 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total)
17:58:53.583 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs
17:58:53.583 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s
attempting to resolve any uninitialized derived attributes...
17:58:53.583 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:58:53.583 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:58:53.584 [pool-144-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
17:58:53.672 [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)
17:58:53.672 [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...
17:58:53.672 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
17:58:53.673 [pool-144-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
17:58:53.677 [pool-144-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers
0s183ms [proxy update]
17:58:53.758 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:58:53.759 [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
17:58:53.760 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 298 ms
17:58:53.763 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:58:53.763 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit12857362740414111197/:org.eclipse.hawk.localfolder.LocalFolder:false
17:58:53.764 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:53.764 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:58:53.823 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:58:53.823 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11363903175551765355/test_eContainersIsUpdatedRoot[LevelDB GreyCat]
17:58:53.823 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:58:53.932 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:58:53.933 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:53.933 [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
17:58:53.933 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:53.933 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:53.936 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:58:53.936 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:58:53.936 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:58:53.936 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:58:53.936 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:53.936 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:58:53.937 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:53.937 [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
17:58:53.940 [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
17:58:53.940 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:53.940 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:53.947 [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
17:58:53.947 [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
17:58:53.947 [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
17:58:53.947 [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
17:58:53.949 [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
17:58:53.950 [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
17:58:53.950 [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
17:58:53.950 [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
17:58:53.951 [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
17:58:53.952 [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
17:58:53.953 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
17:58:53.953 [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[]
17:58:53.953 [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
17:58:53.953 [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
17:58:53.953 [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
17:58:53.953 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
17:58:53.954 [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
17:58:53.954 [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
17:58:53.954 [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
17:58:53.954 [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
17:58:53.954 [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
17:58:53.954 [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
17:58:53.955 [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
17:58:53.955 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
17:58:53.955 [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
17:58:53.956 [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
17:58:53.956 [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
17:58:53.956 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
17:58:53.956 [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
17:58:53.956 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
17:58:53.956 [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
17:58:53.956 [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
17:58:53.956 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
17:58:53.957 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore
17:58:53.957 [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
17:58:53.961 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
17:58:53.961 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:58:54.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/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false
17:58:54.073 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:54.073 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:54.074 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:58:54.078 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:58:54.078 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:58:54.080 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /colored-tree.model...
17:58:54.086 [pool-146-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:54.086 [pool-146-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:54.086 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /colored-tree.model...
17:58:54.089 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /colored-tree.model
17:58:54.094 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
17:58:54.094 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /colored-tree.model
17:58:54.094 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
17:58:54.094 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /colored-tree.model.
0s14ms [pure insertion]
marking any relevant derived attributes for update...17:58:54.094 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
17:58:54.096 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
17:58:54.096 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:58:54.096 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:58:54.097 [pool-146-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:58:54.097 [pool-146-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
17:58:54.097 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:58:54.097 [pool-146-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:58:54.097 [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...
17:58:54.097 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
17:58:54.097 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:58:54.097 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:54.097 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 24 ms
17:58:54.099 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:58:54.099 [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
17:58:54.101 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:54.101 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:58:54.206 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:58:54.206 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16077233595472831010/test_queryEnumValues[LevelDB GreyCat]
17:58:54.206 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:58:54.309 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:58:54.311 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:54.311 [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
17:58:54.311 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:54.311 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:54.313 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:58:54.313 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:58:54.313 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:58:54.313 [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!
17:58:54.313 [pool-148-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:54.313 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:58:54.314 [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
17:58:54.314 [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
17:58:54.356 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:54.357 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:54.370 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
17:58:54.373 [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
17:58:54.389 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
17:58:54.396 [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
17:58:54.396 [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
17:58:54.396 [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
17:58:54.396 [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
17:58:54.397 [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
17:58:54.397 [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
17:58:54.448 [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[]
17:58:54.448 [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
17:58:54.448 [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
17:58:54.448 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
17:58:54.449 [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
17:58:54.449 [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
17:58:54.449 [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
17:58:54.449 [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
17:58:54.451 [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
17:58:54.452 [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
17:58:54.452 [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
17:58:54.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
17:58:54.452 [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
17:58:54.452 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
17:58:54.452 [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
17:58:54.452 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
17:58:54.452 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
17:58:54.453 [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
17:58:54.453 [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
17:58:54.453 [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
17:58:54.453 [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
17:58:54.453 [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
17:58:54.453 [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
17:58:54.453 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
17:58:54.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
17:58:54.454 [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
17:58:54.455 [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
17:58:54.457 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
17:58:54.457 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
17:58:54.464 [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
17:58:54.467 [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
17:58:54.490 [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
17:58:54.556 [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
17:58:54.560 [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
17:58:54.561 [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
17:58:54.561 [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
17:58:54.579 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
17:58:54.579 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:58:54.584 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:58:54.584 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:58:54.586 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:54.586 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:58:54.670 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:58:54.670 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16187770861353558066/test_metamodels[LevelDB GreyCat]
17:58:54.670 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:58:55.051 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:58:55.052 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:55.052 [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
17:58:55.053 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:55.053 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:55.055 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:58:55.055 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:58:55.055 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:58:55.055 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:58:55.055 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:55.055 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:58:55.056 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:55.056 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
17:58:55.678 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02)
17:58:55.679 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00)
17:58:55.679 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage)
17:58:55.679 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00)
17:58:55.679 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00)
17:58:55.679 [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
17:58:55.679 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:55.679 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:58:55.764 [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
17:58:55.764 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
17:58:55.764 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
17:58:55.859 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
17:58:55.859 [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
17:58:55.859 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
17:58:55.860 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
17:58:56.676 [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
17:58:56.676 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
17:58:56.676 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
17:58:58.663 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit4658320522465689699/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit4658320522465689699/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]
17:58:58.700 [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
17:58:58.700 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
17:58:58.961 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit17706710551233586846/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit17706710551233586846/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]
17:58:58.972 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~3 sec)
17:58:58.972 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:58:59.088 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit314268107506068846/:org.eclipse.hawk.localfolder.LocalFolder:false
17:58:59.090 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:59.090 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:59.092 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:58:59.097 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:58:59.097 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:58:59.153 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
17:58:59.159 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:59.161 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:59.161 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
17:58:59.165 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
17:58:59.177 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit2412524303989635205/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit2412524303989635205/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]
17:58:59.181 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
17:58:59.181 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
17:58:59.255 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:58:59.255 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml.
0s103ms [pure insertion]
marking any relevant derived attributes for update...17:58:59.255 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
17:58:59.257 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
17:58:59.257 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:58:59.257 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:58:59.259 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total)
17:58:59.263 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs
17:58:59.263 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.006s
attempting to resolve any uninitialized derived attributes...
17:58:59.263 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:58:59.263 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:58:59.263 [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...
17:58:59.263 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
17:58:59.264 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:58:59.264 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:59.264 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 174 ms
17:58:59.266 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:58:59.268 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:58:59.268 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:58:59.269 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:58:59.274 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
17:58:59.274 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:59.274 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:59.274 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
17:58:59.278 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
17:58:59.360 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
17:58:59.360 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
17:58:59.380 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
17:58:59.380 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml.
0s106ms [pure insertion]
marking any relevant derived attributes for update...17:58:59.380 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:58:59.380 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:58:59.383 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
17:58:59.383 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:58:59.384 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:58:59.384 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
17:58:59.387 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
17:58:59.471 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec)
17:58:59.471 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
17:58:59.491 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
17:58:59.491 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml.
0s108ms [pure insertion]
marking any relevant derived attributes for update...17:58:59.491 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:58:59.491 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:58:59.491 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:58:59.491 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:58:59.548 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/17 proxy references (0 sec total)
17:58:59.559 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs
17:58:59.559 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.068s
attempting to resolve any uninitialized derived attributes...
17:58:59.559 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:58:59.559 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:58:59.559 [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...
17:58:59.559 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s68ms [proxy update]
17:58:59.559 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:58:59.559 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:58:59.560 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 293 ms
17:58:59.560 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:58:59.560 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit314268107506068846/:org.eclipse.hawk.localfolder.LocalFolder:false
17:58:59.562 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:59.562 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:58:59.653 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:58:59.654 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7806847760291109051/test_elephantResolve[LevelDB GreyCat]
17:58:59.654 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:58:59.995 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:58:59.997 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:58:59.997 [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
17:58:59.997 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:58:59.997 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:59:00.049 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:59:00.049 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:59:00.049 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:59:00.050 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:59:00.050 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:59:00.050 [pool-152-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:59:00.050 [pool-152-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:59:00.051 [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
17:59:00.168 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:59:00.168 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:59:00.189 [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
17:59:00.189 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
17:59:00.189 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
17:59:00.280 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
17:59:00.280 [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
17:59:00.281 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
17:59:00.281 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
17:59:00.791 [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
17:59:00.791 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
17:59:00.791 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
17:59:01.861 [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
17:59:01.862 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
17:59:01.986 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec)
17:59:01.986 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:59:02.089 [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
17:59:02.092 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:59:02.092 [pool-152-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:59:02.093 [pool-152-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
SYNCHRONISATION ERROR
17:59:02.093 [pool-152-thread-1] ERROR o.e.h.c.r.CompositeStateListener - Update FAILED!
Warning, monitor is inactive, synchronisation failed!
17:59:02.093 [pool-152-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (failure). 0 s 1 ms
17:59:02.097 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:59:02.097 [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
17:59:02.099 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:59:02.099 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:59:02.168 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:59:02.169 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17646808289434300474/test_zoo[LevelDB GreyCat]
17:59:02.169 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:59:02.368 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:59:02.370 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:59:02.370 [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
17:59:02.370 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:59:02.370 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:59:02.372 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:59:02.372 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:59:02.372 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:59:02.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:59:02.373 [pool-154-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:59:02.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:59:02.373 [pool-154-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:59:02.373 [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
17:59:02.584 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:59:02.584 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:59:02.653 [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
17:59:02.653 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
17:59:02.653 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
17:59:02.687 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
17:59:02.687 [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
17:59:02.688 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
17:59:02.688 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
17:59:02.970 [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
17:59:02.970 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
17:59:02.970 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
17:59:03.950 [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
17:59:03.950 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
17:59:03.995 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec)
17:59:03.995 [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!
17:59:03.996 [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
17:59:04.165 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:59:04.165 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:59:04.172 [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!
17:59:04.172 [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!
17:59:04.172 [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!
17:59:04.172 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing!
17:59:04.172 [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!
17:59:04.172 [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!
17:59:04.172 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
17:59:04.172 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:59:04.177 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:59:04.177 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:59:04.179 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:59:04.179 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:59:04.272 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:59:04.274 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6435127949375699739/test_metamodel[LevelDB GreyCat]
17:59:04.274 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:59:04.468 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:59:04.469 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:59:04.469 [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
17:59:04.469 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:59:04.469 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:59:04.472 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:59:04.472 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:59:04.472 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:59:04.472 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
17:59:04.472 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
17:59:04.472 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:59:04.473 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
17:59:04.473 [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
17:59:04.583 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:59:04.583 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:59:04.657 [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
17:59:04.657 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
17:59:04.657 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
17:59:04.692 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
17:59:04.693 [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
17:59:04.693 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
17:59:04.693 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
17:59:05.032 [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
17:59:05.032 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
17:59:05.032 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
17:59:05.766 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
17:59:05.766 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
17:59:05.810 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec)
17:59:05.810 [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!
17:59:05.810 [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
17:59:05.888 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:59:05.888 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:59:05.895 [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!
17:59:05.895 [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!
17:59:05.895 [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!
17:59:05.895 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing!
17:59:05.895 [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!
17:59:05.895 [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!
17:59:05.895 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
17:59:05.895 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
17:59:05.999 [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
17:59:06.001 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:59:06.001 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:59:06.349 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:59:06.356 [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/
17:59:06.357 [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/
17:59:06.357 [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/
17:59:06.357 [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/
17:59:06.358 [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/
17:59:06.358 [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/
17:59:06.358 [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/
17:59:06.358 [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/
17:59:06.358 [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/
17:59:06.359 [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/
17:59:06.359 [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/
17:59:06.360 [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/
17:59:06.360 [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/
17:59:06.360 [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/
17:59:06.360 [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/
17:59:06.360 [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/
17:59:06.361 [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/
17:59:06.361 [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/
17:59:06.361 [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/
17:59:06.361 [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/
17:59:06.362 [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/
17:59:06.362 [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/
17:59:06.362 [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/
17:59:06.363 [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/
17:59:06.363 [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/
17:59:06.363 [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/
17:59:06.364 [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/
17:59:06.364 [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/
17:59:06.364 [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/
17:59:06.365 [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/
17:59:06.365 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:59:06.365 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:59:06.365 [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)
17:59:06.367 [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...
17:59:06.377 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:06.379 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:06.379 [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...
17:59:06.382 [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
17:59:06.386 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:06.386 [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
17:59:06.449 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:06.450 [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.
0s83ms [pure insertion]
marking any relevant derived attributes for update...17:59:06.450 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:06.451 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:06.452 [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...
17:59:06.452 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:06.452 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:06.452 [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...
17:59:06.455 [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
17:59:06.458 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:06.458 [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
17:59:06.461 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:06.461 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:06.461 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:06.461 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:06.462 [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...
17:59:06.462 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:06.462 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:06.462 [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...
17:59:06.467 [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
17:59:06.471 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:06.471 [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
17:59:06.474 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:06.474 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:06.474 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:06.474 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:06.475 [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...
17:59:06.475 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:06.475 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:06.475 [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...
17:59:06.477 [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
17:59:06.481 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:06.481 [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
17:59:06.483 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:06.483 [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...17:59:06.483 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:06.483 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:06.484 [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...
17:59:06.484 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:06.484 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:06.484 [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...
17:59:06.487 [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
17:59:06.549 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:06.549 [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
17:59:06.552 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:06.552 [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.
0s68ms [pure insertion]
marking any relevant derived attributes for update...17:59:06.552 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:06.553 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:06.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/3254be34-c7d8-4018-8a68-5de65c30b773.exml...
17:59:06.554 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:06.554 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:06.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/3254be34-c7d8-4018-8a68-5de65c30b773.exml...
17:59:06.558 [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
17:59:06.565 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
17:59:06.565 [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
17:59:06.571 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:06.571 [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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...17:59:06.571 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:06.571 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:06.571 [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...
17:59:06.571 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:06.572 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:06.572 [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...
17:59:06.574 [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
17:59:06.577 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:06.577 [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
17:59:06.580 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:06.580 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:06.580 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:06.580 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:06.582 [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...
17:59:06.582 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:06.582 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:06.582 [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...
17:59:06.649 [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
17:59:06.748 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
17:59:06.748 [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
17:59:06.863 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
17:59:06.863 [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.
0s282ms [pure insertion]
marking any relevant derived attributes for update...17:59:06.863 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:06.863 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:06.864 [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...
17:59:06.864 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:06.864 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:06.864 [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...
17:59:06.866 [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
17:59:06.870 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:06.870 [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
17:59:06.872 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:06.872 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...17:59:06.872 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:06.872 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:06.873 [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...
17:59:06.873 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:06.873 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:06.873 [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...
17:59:06.875 [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
17:59:06.878 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:06.878 [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
17:59:06.881 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:06.881 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...17:59:06.881 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:06.881 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:06.882 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml...
17:59:06.882 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:06.882 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:06.882 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml...
17:59:06.886 [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
17:59:06.893 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
17:59:06.893 [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
17:59:06.949 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:06.949 [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.
0s67ms [pure insertion]
marking any relevant derived attributes for update...17:59:06.949 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:06.949 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:06.950 [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...
17:59:06.950 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:06.950 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:06.950 [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...
17:59:06.952 [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
17:59:06.955 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:06.955 [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
17:59:06.957 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:06.957 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...17:59:06.957 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:06.958 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:06.959 [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...
17:59:06.959 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:06.959 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:06.959 [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...
17:59:06.961 [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
17:59:06.974 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec)
17:59:06.974 [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
17:59:06.982 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
17:59:06.983 [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...17:59:06.983 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:06.983 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:06.983 [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...
17:59:06.983 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:06.983 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:06.983 [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...
17:59:06.985 [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
17:59:06.989 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:06.989 [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
17:59:06.991 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:06.991 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...17:59:06.991 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:06.991 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:06.992 [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...
17:59:06.992 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:06.992 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:06.992 [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...
17:59:07.050 [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
17:59:07.055 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:07.055 [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
17:59:07.057 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:07.057 [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.
0s65ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.057 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:07.057 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:07.058 [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...
17:59:07.058 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.058 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.058 [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...
17:59:07.061 [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
17:59:07.064 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:07.064 [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
17:59:07.066 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:07.066 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.066 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:07.066 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:07.067 [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...
17:59:07.067 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.067 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.067 [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...
17:59:07.069 [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
17:59:07.073 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:07.073 [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
17:59:07.076 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:07.076 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.076 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:07.076 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:07.077 [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...
17:59:07.077 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.077 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.077 [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...
17:59:07.080 [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
17:59:07.172 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
17:59:07.173 [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
17:59:07.260 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
17:59:07.260 [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.
0s183ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.260 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:07.260 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:07.261 [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...
17:59:07.261 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.261 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.261 [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...
17:59:07.263 [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
17:59:07.269 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:07.269 [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
17:59:07.274 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:07.274 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.274 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:07.274 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:07.275 [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...
17:59:07.275 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.277 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.277 [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...
17:59:07.280 [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
17:59:07.290 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
17:59:07.290 [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
17:59:07.350 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:59:07.350 [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.
0s75ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.350 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:07.350 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:07.351 [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...
17:59:07.351 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.351 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.351 [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...
17:59:07.354 [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
17:59:07.358 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:07.358 [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
17:59:07.379 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:07.379 [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.
0s28ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.379 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:07.379 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:07.380 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml...
17:59:07.380 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.380 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.380 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml...
17:59:07.383 [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
17:59:07.386 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:07.386 [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
17:59:07.389 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:07.389 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.389 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:07.389 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:07.390 [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...
17:59:07.448 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.448 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.448 [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...
17:59:07.450 [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
17:59:07.556 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
17:59:07.556 [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
17:59:07.652 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
17:59:07.652 [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.
0s262ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.652 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:07.652 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:07.653 [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...
17:59:07.653 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.653 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.653 [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...
17:59:07.655 [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
17:59:07.663 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
17:59:07.663 [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
17:59:07.665 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:07.665 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.666 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:07.666 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:07.666 [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...
17:59:07.666 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.666 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.666 [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...
17:59:07.669 [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
17:59:07.673 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
17:59:07.673 [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
17:59:07.675 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:07.675 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.675 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:07.676 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:07.676 [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...
17:59:07.676 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.676 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.676 [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...
17:59:07.679 [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
17:59:07.682 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:07.683 [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
17:59:07.685 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:07.685 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.685 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:07.685 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:07.686 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml...
17:59:07.686 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.686 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.686 [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...
17:59:07.689 [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
17:59:07.753 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:07.753 [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
17:59:07.755 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:07.756 [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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.756 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:07.756 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:07.756 [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...
17:59:07.756 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.756 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.756 [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...
17:59:07.759 [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
17:59:07.762 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:07.762 [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
17:59:07.765 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:07.765 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.765 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:07.765 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:07.765 [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...
17:59:07.765 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.765 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.765 [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...
17:59:07.768 [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
17:59:07.780 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
17:59:07.780 [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
17:59:07.787 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:59:07.787 [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.
0s22ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.787 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:07.787 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:07.788 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml...
17:59:07.788 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.788 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.788 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml...
17:59:07.849 [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
17:59:07.853 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:07.853 [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
17:59:07.856 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:07.856 [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.
0s68ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.856 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:07.856 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:07.857 [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...
17:59:07.857 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.857 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.857 [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...
17:59:07.860 [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
17:59:07.873 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
17:59:07.873 [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
17:59:07.883 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
17:59:07.883 [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...17:59:07.883 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:07.883 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:07.883 [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...
17:59:07.883 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.884 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.884 [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...
17:59:07.886 [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
17:59:07.890 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:07.890 [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
17:59:07.951 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:07.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/00700680-0000-01b8-0000-000000000000.exml.
0s68ms [pure insertion]
marking any relevant derived attributes for update...17:59:07.951 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:07.952 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:07.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...
17:59:07.953 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:07.953 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:07.953 [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...
17:59:07.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
17:59:07.988 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
17:59:07.988 [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
17:59:08.080 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
17:59:08.080 [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.
0s128ms [pure insertion]
marking any relevant derived attributes for update...17:59:08.080 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:08.080 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:08.080 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml...
17:59:08.080 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:08.081 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:08.081 [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...
17:59:08.083 [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
17:59:08.087 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:08.087 [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
17:59:08.149 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:08.150 [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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...17:59:08.150 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:08.150 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:08.150 [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...
17:59:08.150 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:08.150 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:08.151 [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...
17:59:08.155 [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
17:59:08.164 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
17:59:08.164 [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
17:59:08.171 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:59:08.172 [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.
0s22ms [pure insertion]
marking any relevant derived attributes for update...17:59:08.172 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:08.172 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:08.173 [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...
17:59:08.173 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:08.173 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:08.173 [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...
17:59:08.176 [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
17:59:08.180 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:08.180 [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
17:59:08.183 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:08.183 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:08.183 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:08.183 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:08.184 [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...
17:59:08.184 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:08.186 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:08.186 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml...
17:59:08.189 [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
17:59:08.253 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:08.253 [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
17:59:08.258 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:08.258 [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.
0s75ms [pure insertion]
marking any relevant derived attributes for update...17:59:08.259 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:08.259 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:08.259 [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...
17:59:08.259 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:08.259 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:08.259 [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...
17:59:08.262 [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
17:59:08.273 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
17:59:08.273 [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
17:59:08.281 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:59:08.281 [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.
0s22ms [pure insertion]
marking any relevant derived attributes for update...17:59:08.281 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:08.281 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:08.282 [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...
17:59:08.282 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:08.282 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:08.282 [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...
17:59:08.284 [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
17:59:08.288 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:08.288 [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
17:59:08.290 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:08.291 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:08.291 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:08.291 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:08.348 [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...
17:59:08.348 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:08.348 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:08.348 [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...
17:59:08.351 [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
17:59:08.360 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:08.360 [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
17:59:08.365 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:08.365 [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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...17:59:08.365 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:08.365 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:08.366 [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...
17:59:08.366 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:08.366 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:08.366 [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...
17:59:08.368 [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
17:59:08.376 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:08.376 [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
17:59:08.378 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:08.378 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:08.378 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:08.378 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:08.379 [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...
17:59:08.379 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:08.380 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:08.380 [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...
17:59:08.382 [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
17:59:08.482 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec)
17:59:08.482 [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
17:59:08.578 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec)
17:59:08.578 [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.
0s199ms [pure insertion]
marking any relevant derived attributes for update...17:59:08.578 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:08.579 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:08.579 [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...
17:59:08.579 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:08.579 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:08.579 [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...
17:59:08.582 [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
17:59:08.585 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:08.586 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml
17:59:08.589 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:08.589 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:08.589 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:08.589 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:08.590 [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...
17:59:08.590 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:08.590 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:08.590 [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...
17:59:08.651 [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
17:59:08.655 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:08.655 [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
17:59:08.657 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:08.657 [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.
0s67ms [pure insertion]
marking any relevant derived attributes for update...17:59:08.657 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:08.657 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:08.658 [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...
17:59:08.658 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:08.658 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:08.658 [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...
17:59:08.660 [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
17:59:08.664 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:08.664 [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
17:59:08.667 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:08.667 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:08.667 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:08.667 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:08.667 [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...
17:59:08.667 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:08.667 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:08.667 [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...
17:59:08.670 [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
17:59:08.673 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:08.673 [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
17:59:08.676 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:08.676 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:08.676 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:08.676 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:08.677 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml...
17:59:08.677 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:08.677 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:08.677 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml...
17:59:08.682 [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
17:59:08.686 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:08.686 [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
17:59:08.689 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:08.689 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:08.689 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:08.689 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:08.690 [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...
17:59:08.690 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:08.690 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:08.690 [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...
17:59:08.749 [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
17:59:08.773 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
17:59:08.773 [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
17:59:08.792 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
17:59:08.792 [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.
0s102ms [pure insertion]
marking any relevant derived attributes for update...17:59:08.792 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:08.792 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:08.848 [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...
17:59:08.848 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:08.848 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:08.848 [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...
17:59:08.851 [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
17:59:08.962 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
17:59:08.962 [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
17:59:09.074 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
17:59:09.074 [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.
0s226ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.074 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:09.075 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:09.075 [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...
17:59:09.075 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.075 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.075 [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...
17:59:09.080 [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
17:59:09.150 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
17:59:09.150 [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
17:59:09.163 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
17:59:09.163 [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.
0s88ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.163 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.163 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.164 [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...
17:59:09.164 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.164 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.164 [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...
17:59:09.169 [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
17:59:09.176 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:09.176 [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
17:59:09.183 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:09.183 [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.
0s19ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.183 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.183 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.183 [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...
17:59:09.183 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.184 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.184 [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...
17:59:09.187 [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
17:59:09.191 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:09.191 [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
17:59:09.251 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:09.251 [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.
0s68ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.251 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.251 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.251 [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...
17:59:09.251 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.252 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.252 [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...
17:59:09.255 [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
17:59:09.260 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
17:59:09.260 [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
17:59:09.265 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:09.265 [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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.265 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.265 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.266 [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...
17:59:09.266 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.266 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.266 [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...
17:59:09.269 [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
17:59:09.273 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:09.274 [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
17:59:09.277 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:09.277 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.277 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.277 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.277 [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...
17:59:09.277 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.278 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.278 [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...
17:59:09.281 [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
17:59:09.286 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:09.286 [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
17:59:09.289 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:09.289 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.289 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.289 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.348 [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...
17:59:09.348 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.348 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.348 [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...
17:59:09.352 [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
17:59:09.362 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:09.362 [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
17:59:09.368 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:09.368 [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...17:59:09.368 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:09.369 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:09.369 [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...
17:59:09.369 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.370 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.370 [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...
17:59:09.373 [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
17:59:09.377 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:09.377 [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
17:59:09.381 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:09.381 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.381 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.381 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.381 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml...
17:59:09.381 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.382 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.382 [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...
17:59:09.385 [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
17:59:09.451 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:09.451 [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
17:59:09.456 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:09.456 [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.
0s75ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.456 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.456 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.457 [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...
17:59:09.457 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.457 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.457 [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...
17:59:09.460 [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
17:59:09.464 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
17:59:09.464 [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
17:59:09.468 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:09.468 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.468 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.468 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.468 [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...
17:59:09.468 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.468 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.468 [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...
17:59:09.472 [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
17:59:09.481 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:09.481 [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
17:59:09.488 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:09.488 [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.
0s20ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.488 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.488 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.489 [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...
17:59:09.489 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.489 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.489 [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...
17:59:09.549 [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
17:59:09.556 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:09.556 [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
17:59:09.559 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:09.559 [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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.559 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.559 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.560 [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...
17:59:09.560 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.560 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.560 [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...
17:59:09.563 [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
17:59:09.567 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:09.567 [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
17:59:09.571 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:09.571 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.571 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.571 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.571 [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...
17:59:09.571 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.571 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.571 [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...
17:59:09.575 [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
17:59:09.580 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:09.580 [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
17:59:09.583 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:09.583 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.583 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.583 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.584 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml...
17:59:09.584 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.584 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.584 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml...
17:59:09.651 [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
17:59:09.655 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:09.655 [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
17:59:09.658 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:09.658 [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.
0s74ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.658 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.658 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.659 [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...
17:59:09.659 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.659 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.659 [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...
17:59:09.662 [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
17:59:09.666 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:09.666 [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
17:59:09.669 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:09.669 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.669 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.669 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.669 [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...
17:59:09.669 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.669 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.670 [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...
17:59:09.673 [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
17:59:09.681 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:09.681 [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
17:59:09.689 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:09.689 [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.
0s20ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.689 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.689 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.689 [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...
17:59:09.690 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.690 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.690 [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...
17:59:09.693 [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
17:59:09.752 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
17:59:09.752 [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
17:59:09.755 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:09.755 [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.
0s66ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.755 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.755 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.756 [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...
17:59:09.756 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.756 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.756 [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...
17:59:09.759 [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
17:59:09.767 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:09.767 [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
17:59:09.773 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:09.773 [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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.773 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:09.774 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:09.774 [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...
17:59:09.774 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.776 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.776 [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...
17:59:09.779 [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
17:59:09.855 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
17:59:09.855 [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
17:59:09.865 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:59:09.865 [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.
0s91ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.865 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.865 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.866 [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...
17:59:09.866 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.866 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.866 [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...
17:59:09.870 [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
17:59:09.882 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
17:59:09.882 [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
17:59:09.891 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:59:09.891 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml.
0s25ms [pure insertion]
marking any relevant derived attributes for update...17:59:09.891 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:09.891 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:09.892 [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...
17:59:09.892 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:09.892 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:09.892 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml...
17:59:09.949 [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
17:59:10.000 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
17:59:10.001 [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
17:59:10.061 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
17:59:10.061 [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.
0s169ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.061 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:10.062 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:10.062 [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...
17:59:10.062 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.062 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.062 [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...
17:59:10.065 [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
17:59:10.068 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:10.068 [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
17:59:10.072 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.073 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.073 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.073 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.073 [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...
17:59:10.073 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.074 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.074 [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...
17:59:10.076 [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
17:59:10.080 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:10.080 [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
17:59:10.083 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.083 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.083 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.083 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.083 [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...
17:59:10.083 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.084 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.084 [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...
17:59:10.086 [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
17:59:10.154 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
17:59:10.154 [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
17:59:10.157 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.157 [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.
0s74ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.157 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.157 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.158 [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...
17:59:10.158 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.158 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.158 [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...
17:59:10.160 [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
17:59:10.164 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:10.164 [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
17:59:10.166 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.166 [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...17:59:10.166 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.166 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.167 [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...
17:59:10.167 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.167 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.167 [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...
17:59:10.170 [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
17:59:10.173 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
17:59:10.173 [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
17:59:10.176 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.176 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.176 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.176 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.177 [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...
17:59:10.177 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.177 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.177 [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...
17:59:10.181 [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
17:59:10.185 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:10.185 [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
17:59:10.187 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.187 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.187 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.187 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.188 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml...
17:59:10.188 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.188 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.188 [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...
17:59:10.191 [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
17:59:10.250 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:10.250 [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
17:59:10.252 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.252 [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.
0s64ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.253 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.253 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.253 [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...
17:59:10.253 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.253 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.253 [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...
17:59:10.256 [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
17:59:10.260 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:10.260 [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
17:59:10.263 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.263 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.263 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.263 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.263 [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...
17:59:10.263 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.263 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.263 [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...
17:59:10.268 [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
17:59:10.271 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:10.271 [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
17:59:10.274 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.274 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.274 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.274 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.274 [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...
17:59:10.275 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.275 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.275 [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...
17:59:10.277 [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
17:59:10.281 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:10.281 [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
17:59:10.283 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.283 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.283 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:10.284 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:10.284 [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...
17:59:10.284 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.284 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.284 [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...
17:59:10.287 [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
17:59:10.348 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
17:59:10.348 [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
17:59:10.356 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:10.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/68c63e60-70d6-11e0-872f-0027103f347c.exml.
0s72ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.356 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.356 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.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.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml...
17:59:10.357 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.357 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.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.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml...
17:59:10.359 [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
17:59:10.363 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:10.363 [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
17:59:10.365 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.365 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.365 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.365 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.366 [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...
17:59:10.366 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.366 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.366 [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...
17:59:10.369 [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
17:59:10.372 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:10.372 [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
17:59:10.375 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.375 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.375 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.375 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.376 [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...
17:59:10.376 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.376 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.376 [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...
17:59:10.379 [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
17:59:10.385 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
17:59:10.385 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml
17:59:10.452 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.452 [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.
0s76ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.452 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.452 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.452 [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...
17:59:10.452 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.454 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.454 [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...
17:59:10.457 [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
17:59:10.461 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:10.461 [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
17:59:10.463 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.463 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.463 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.463 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.464 [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...
17:59:10.464 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.464 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.464 [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...
17:59:10.467 [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
17:59:10.471 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:10.471 [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
17:59:10.474 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.474 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.474 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.474 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.474 [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...
17:59:10.474 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.475 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.475 [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...
17:59:10.479 [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
17:59:10.483 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:10.483 [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
17:59:10.548 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.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/01ec12fc-0000-0c02-0000-000000000000.exml.
0s74ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.548 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.548 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.549 [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...
17:59:10.549 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.549 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.549 [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...
17:59:10.552 [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
17:59:10.558 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:10.558 [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
17:59:10.563 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:10.564 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.564 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.564 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.564 [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...
17:59:10.564 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.564 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.564 [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...
17:59:10.567 [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
17:59:10.573 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:10.573 [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
17:59:10.576 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.576 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.576 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.576 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.576 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml...
17:59:10.576 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.577 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.577 [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...
17:59:10.579 [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
17:59:10.583 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:10.583 [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
17:59:10.585 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.585 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.585 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.585 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.586 [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...
17:59:10.586 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.586 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.586 [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...
17:59:10.589 [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
17:59:10.592 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:10.592 [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
17:59:10.595 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:10.595 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.595 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.595 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.648 [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...
17:59:10.648 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.648 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.648 [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...
17:59:10.651 [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
17:59:10.690 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec)
17:59:10.690 [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
17:59:10.781 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec)
17:59:10.781 [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.
0s133ms [pure insertion]
marking any relevant derived attributes for update...17:59:10.781 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:10.781 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:10.782 [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...
17:59:10.782 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:10.783 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:10.783 [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...
17:59:10.785 [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
17:59:10.954 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
17:59:10.954 [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
17:59:11.066 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
17:59:11.066 [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.
0s284ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.066 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.066 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.066 [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...
17:59:11.067 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.069 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.069 [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...
17:59:11.072 [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
17:59:11.079 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
17:59:11.080 [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
17:59:11.086 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:11.086 [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.
0s20ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.086 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.086 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.087 [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...
17:59:11.087 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.087 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.087 [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...
17:59:11.090 [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
17:59:11.152 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.152 [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
17:59:11.156 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.156 [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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.156 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.156 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.156 [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...
17:59:11.156 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.157 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.157 [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...
17:59:11.162 [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
17:59:11.170 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:11.170 [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
17:59:11.176 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:11.176 [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.
0s20ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.176 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.176 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.177 [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...
17:59:11.177 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.177 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.177 [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...
17:59:11.180 [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
17:59:11.185 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.185 [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
17:59:11.188 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.188 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.188 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.188 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.189 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml...
17:59:11.189 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.189 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.189 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml...
17:59:11.252 [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
17:59:11.257 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.257 [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
17:59:11.261 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.261 [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.
0s72ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.261 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:11.262 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:11.262 [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...
17:59:11.262 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.262 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.262 [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...
17:59:11.265 [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
17:59:11.269 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.269 [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
17:59:11.272 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.272 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.273 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.273 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.273 [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)
17:59:11.274 [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...
17:59:11.274 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.274 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.274 [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...
17:59:11.277 [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
17:59:11.282 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.282 [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
17:59:11.361 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.361 [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.
0s87ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.361 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:11.362 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:11.362 [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...
17:59:11.362 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.364 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.364 [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...
17:59:11.368 [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
17:59:11.372 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.372 [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
17:59:11.375 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.375 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.375 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.375 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.375 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml...
17:59:11.375 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.376 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.376 [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...
17:59:11.379 [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
17:59:11.383 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.383 [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
17:59:11.449 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.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/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml.
0s74ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.449 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.449 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.450 [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...
17:59:11.450 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.450 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.450 [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...
17:59:11.453 [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
17:59:11.461 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
17:59:11.461 [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
17:59:11.464 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.464 [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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.465 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.465 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.465 [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...
17:59:11.465 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.466 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.466 [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...
17:59:11.469 [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
17:59:11.479 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
17:59:11.479 [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
17:59:11.483 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.483 [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.
0s18ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.483 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.483 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.484 [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...
17:59:11.484 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.484 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.484 [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...
17:59:11.487 [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
17:59:11.492 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.492 [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
17:59:11.551 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.552 [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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.552 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.552 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.552 [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...
17:59:11.553 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.553 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.553 [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...
17:59:11.557 [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
17:59:11.563 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
17:59:11.563 [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
17:59:11.568 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.568 [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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.568 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.568 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.569 [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...
17:59:11.569 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.569 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.569 [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...
17:59:11.577 [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
17:59:11.582 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.582 [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
17:59:11.586 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.587 [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.
0s18ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.587 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.587 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.588 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml...
17:59:11.588 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.588 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.588 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml...
17:59:11.649 [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
17:59:11.655 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.656 [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
17:59:11.659 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.659 [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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.659 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:11.660 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:11.660 [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...
17:59:11.660 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.660 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.660 [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...
17:59:11.664 [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
17:59:11.668 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
17:59:11.669 [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
17:59:11.672 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.672 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.672 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.672 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.673 [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...
17:59:11.673 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.673 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.673 [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...
17:59:11.679 [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
17:59:11.683 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.683 [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
17:59:11.686 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.686 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml.
0s13ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.686 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.686 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.687 [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...
17:59:11.687 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.687 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.687 [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...
17:59:11.749 [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
17:59:11.754 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.754 [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
17:59:11.757 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.757 [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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.757 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.757 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.758 [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...
17:59:11.758 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.758 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.758 [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...
17:59:11.762 [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
17:59:11.768 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.768 [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
17:59:11.772 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.772 [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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.772 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.772 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.773 [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...
17:59:11.773 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.774 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.774 [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...
17:59:11.778 [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
17:59:11.788 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
17:59:11.788 [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
17:59:11.788 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.788 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.788 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.788 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.789 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml...
17:59:11.789 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.789 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.789 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml...
17:59:11.850 [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
17:59:11.854 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.854 [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
17:59:11.858 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.858 [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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.858 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.858 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.858 [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...
17:59:11.858 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.859 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.859 [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...
17:59:11.862 [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
17:59:11.867 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.867 [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
17:59:11.871 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.871 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.871 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.871 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.872 [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...
17:59:11.872 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.872 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.872 [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...
17:59:11.878 [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
17:59:11.883 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.884 [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
17:59:11.887 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.887 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.887 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:11.888 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:11.888 [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...
17:59:11.888 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.889 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.889 [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...
17:59:11.892 [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
17:59:11.952 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:11.952 [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
17:59:11.956 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:11.956 [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.
0s68ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.956 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.957 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.957 [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...
17:59:11.957 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.957 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.958 [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...
17:59:11.961 [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
17:59:11.970 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
17:59:11.970 [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
17:59:11.979 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:11.979 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml.
0s22ms [pure insertion]
marking any relevant derived attributes for update...17:59:11.979 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:11.979 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:11.980 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml...
17:59:11.980 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:11.980 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:11.980 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml...
17:59:11.984 [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
17:59:12.049 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
17:59:12.049 [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
17:59:12.053 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.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/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml.
0s73ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.053 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.054 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.054 [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...
17:59:12.054 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.054 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.054 [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...
17:59:12.058 [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
17:59:12.064 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.064 [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
17:59:12.068 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.068 [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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.068 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.068 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.069 [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...
17:59:12.069 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.069 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.069 [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...
17:59:12.073 [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
17:59:12.080 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
17:59:12.080 [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
17:59:12.083 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.083 [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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.083 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.083 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.084 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml...
17:59:12.084 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.084 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.084 [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...
17:59:12.086 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml
17:59:12.090 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.090 [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
17:59:12.092 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.093 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.093 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.093 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.093 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml...
17:59:12.093 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.093 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.093 [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...
17:59:12.150 [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
17:59:12.154 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.154 [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
17:59:12.156 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.156 [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.
0s63ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.156 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:12.157 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:12.157 [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...
17:59:12.157 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.157 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.157 [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...
17:59:12.160 [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
17:59:12.166 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.166 [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
17:59:12.168 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.168 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.168 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.168 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.169 [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...
17:59:12.169 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.169 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.169 [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...
17:59:12.172 [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
17:59:12.175 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.175 [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
17:59:12.178 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.178 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.178 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.178 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.178 [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...
17:59:12.178 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.178 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.178 [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...
17:59:12.181 [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
17:59:12.188 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:12.188 [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
17:59:12.254 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:12.255 [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.
0s77ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.255 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.255 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.255 [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...
17:59:12.255 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.255 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.255 [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...
17:59:12.258 [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
17:59:12.263 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.263 [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
17:59:12.266 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.266 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.266 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.266 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.267 [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...
17:59:12.267 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.267 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.267 [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...
17:59:12.270 [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
17:59:12.273 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
17:59:12.273 [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
17:59:12.276 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.276 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.276 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.276 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.277 [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...
17:59:12.277 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.277 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.277 [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...
17:59:12.280 [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
17:59:12.284 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.284 [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
17:59:12.287 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.287 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.287 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.287 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.288 [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...
17:59:12.288 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.290 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.290 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml...
17:59:12.349 [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
17:59:12.450 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
17:59:12.450 [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
17:59:12.560 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
17:59:12.560 [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.
0s272ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.560 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.560 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.560 [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...
17:59:12.560 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.560 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.560 [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...
17:59:12.563 [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
17:59:12.566 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.566 [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
17:59:12.569 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.569 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.569 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.569 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.570 [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...
17:59:12.570 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.570 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.570 [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...
17:59:12.573 [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
17:59:12.577 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.577 [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
17:59:12.581 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.581 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.581 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.581 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.582 [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...
17:59:12.582 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.582 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.582 [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...
17:59:12.585 [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
17:59:12.649 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.649 [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
17:59:12.651 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.651 [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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.651 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.651 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.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/7a804dc3-44ec-11e0-8f73-0027103f347c.exml...
17:59:12.652 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.652 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.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/7a804dc3-44ec-11e0-8f73-0027103f347c.exml...
17:59:12.654 [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
17:59:12.661 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:12.661 [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
17:59:12.666 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:12.666 [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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.666 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.666 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.667 [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...
17:59:12.667 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.667 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.667 [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...
17:59:12.671 [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
17:59:12.675 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.675 [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
17:59:12.677 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.678 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.678 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.678 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.678 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml...
17:59:12.678 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.678 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.678 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml...
17:59:12.681 [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
17:59:12.687 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
17:59:12.687 [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
17:59:12.749 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:12.749 [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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.749 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.749 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.750 [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...
17:59:12.750 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.750 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.750 [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...
17:59:12.753 [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
17:59:12.758 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.758 [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
17:59:12.760 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.760 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.760 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.760 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.761 [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...
17:59:12.761 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.761 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.761 [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...
17:59:12.763 [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
17:59:12.766 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.766 [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
17:59:12.769 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.769 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.769 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.769 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.769 [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...
17:59:12.769 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.769 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.769 [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...
17:59:12.772 [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
17:59:12.776 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.776 [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
17:59:12.779 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.779 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.779 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.779 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.779 [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...
17:59:12.779 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.780 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.780 [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...
17:59:12.782 [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
17:59:12.788 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.788 [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
17:59:12.848 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.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/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.848 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.848 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.849 [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...
17:59:12.849 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.849 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.849 [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...
17:59:12.852 [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
17:59:12.856 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.856 [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
17:59:12.858 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.858 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.858 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.858 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.859 [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...
17:59:12.859 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.859 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.859 [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...
17:59:12.862 [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
17:59:12.869 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:12.869 [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
17:59:12.876 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:12.877 [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.
0s18ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.877 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.877 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.877 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml...
17:59:12.877 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.877 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.877 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml...
17:59:12.880 [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
17:59:12.884 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.884 [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
17:59:12.886 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.886 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.886 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.886 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.887 [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...
17:59:12.887 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.887 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.887 [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...
17:59:12.890 [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
17:59:12.952 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
17:59:12.952 [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
17:59:12.956 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.956 [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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.956 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.956 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.956 [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...
17:59:12.956 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.957 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.957 [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...
17:59:12.959 [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
17:59:12.968 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:12.968 [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
17:59:12.973 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:12.973 [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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.973 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.973 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.974 [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...
17:59:12.974 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.974 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.974 [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...
17:59:12.976 [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
17:59:12.980 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
17:59:12.980 [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
17:59:12.983 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:12.983 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:12.983 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:12.983 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:12.983 [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...
17:59:12.983 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:12.983 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:12.983 [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...
17:59:12.986 [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
17:59:12.990 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:12.990 [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
17:59:13.048 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.048 [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.
0s65ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.048 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:13.049 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:13.049 [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...
17:59:13.049 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.049 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.049 [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...
17:59:13.054 [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
17:59:13.076 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
17:59:13.076 [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
17:59:13.170 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
17:59:13.170 [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.
0s121ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.170 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.170 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.171 [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...
17:59:13.171 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.171 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.171 [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...
17:59:13.174 [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
17:59:13.179 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:13.179 [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
17:59:13.182 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.182 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.182 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.182 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.183 [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...
17:59:13.183 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.183 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.183 [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...
17:59:13.186 [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
17:59:13.191 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:13.191 [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
17:59:13.194 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.194 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.194 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:13.195 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:13.195 [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...
17:59:13.195 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.195 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.195 [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...
17:59:13.250 [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
17:59:13.256 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:13.256 [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
17:59:13.259 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.259 [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.
0s64ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.259 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.259 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.260 [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...
17:59:13.260 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.260 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.260 [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...
17:59:13.263 [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
17:59:13.267 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:13.267 [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
17:59:13.270 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.270 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.270 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.270 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.271 [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...
17:59:13.271 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.271 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.271 [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...
17:59:13.275 [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
17:59:13.286 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
17:59:13.286 [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
17:59:13.357 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:59:13.357 [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.
0s86ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.357 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.357 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.358 [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...
17:59:13.358 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.358 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.358 [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...
17:59:13.362 [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
17:59:13.368 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:13.368 [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
17:59:13.373 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.373 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.373 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.373 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.374 [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...
17:59:13.374 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.374 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.374 [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...
17:59:13.379 [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
17:59:13.385 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:13.385 [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
17:59:13.448 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.448 [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.
0s74ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.448 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.448 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.449 [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...
17:59:13.449 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.449 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.449 [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...
17:59:13.453 [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
17:59:13.458 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:13.458 [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
17:59:13.461 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.461 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.461 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:13.462 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:13.462 [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...
17:59:13.462 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.462 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.462 [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...
17:59:13.465 [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
17:59:13.469 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:13.469 [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
17:59:13.473 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.473 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.473 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.473 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.473 [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...
17:59:13.473 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.473 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.473 [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...
17:59:13.477 [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
17:59:13.481 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
17:59:13.481 [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
17:59:13.485 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.485 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.485 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.485 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.485 [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...
17:59:13.485 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.486 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.486 [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...
17:59:13.491 [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
17:59:13.550 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:13.550 [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
17:59:13.553 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.553 [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.
0s68ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.553 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.553 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.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/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml...
17:59:13.554 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.554 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.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/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml...
17:59:13.557 [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
17:59:13.562 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:13.562 [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
17:59:13.565 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.565 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.565 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.565 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.565 [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...
17:59:13.565 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.566 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.566 [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...
17:59:13.578 [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
17:59:13.583 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:13.583 [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
17:59:13.586 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.586 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml.
0s21ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.586 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:13.587 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:13.587 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml...
17:59:13.587 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.587 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.587 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml...
17:59:13.593 [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
17:59:13.597 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:13.597 [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
17:59:13.651 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.651 [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.
0s64ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.651 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.651 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.651 [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...
17:59:13.651 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.652 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.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/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml...
17:59:13.655 [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
17:59:13.663 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:13.663 [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
17:59:13.671 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:13.671 [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.
0s20ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.671 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.671 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.671 [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...
17:59:13.672 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.672 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.672 [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...
17:59:13.676 [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
17:59:13.684 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:13.684 [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
17:59:13.750 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.750 [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.
0s79ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.750 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.750 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.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/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml...
17:59:13.751 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.751 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.751 [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...
17:59:13.754 [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
17:59:13.765 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
17:59:13.765 [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
17:59:13.775 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:59:13.775 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml.
0s24ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.775 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.775 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.776 [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...
17:59:13.776 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.776 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.776 [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...
17:59:13.781 [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
17:59:13.789 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:13.789 [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
17:59:13.849 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:13.849 [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.
0s73ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.849 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.849 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.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/021863a9-f3db-11df-8ada-0027103f347c.exml...
17:59:13.850 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.850 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.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/021863a9-f3db-11df-8ada-0027103f347c.exml...
17:59:13.854 [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
17:59:13.859 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:13.859 [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
17:59:13.862 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.863 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml.
0s13ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.863 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.863 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.863 [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...
17:59:13.863 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.863 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.863 [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...
17:59:13.867 [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
17:59:13.873 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
17:59:13.873 [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
17:59:13.876 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.876 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.876 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:13.877 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:13.877 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml...
17:59:13.877 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.877 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.877 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml...
17:59:13.880 [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
17:59:13.885 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:13.885 [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
17:59:13.888 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:13.888 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:13.888 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:13.888 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:13.889 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml...
17:59:13.889 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:13.889 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:13.889 [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...
17:59:13.949 [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
17:59:13.974 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
17:59:13.975 [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
17:59:14.049 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
17:59:14.049 [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.
0s160ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.049 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.049 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.050 [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...
17:59:14.050 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.050 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.050 [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...
17:59:14.056 [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
17:59:14.064 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:14.064 [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
17:59:14.070 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:14.070 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml.
0s20ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.070 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.070 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.071 [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...
17:59:14.071 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.071 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.071 [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...
17:59:14.075 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml
17:59:14.080 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.080 [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
17:59:14.083 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.083 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.083 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.083 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.084 [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...
17:59:14.084 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.084 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.084 [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...
17:59:14.088 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml
17:59:14.152 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
17:59:14.152 [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
17:59:14.155 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.155 [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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.155 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.155 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.156 [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...
17:59:14.156 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.156 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.156 [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...
17:59:14.159 [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
17:59:14.167 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
17:59:14.167 [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
17:59:14.170 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.170 [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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.170 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.170 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.171 [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...
17:59:14.171 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.171 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.171 [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...
17:59:14.174 [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
17:59:14.179 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.180 [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
17:59:14.183 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.183 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.183 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.183 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.184 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml...
17:59:14.184 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.184 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.184 [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...
17:59:14.187 [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
17:59:14.251 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.251 [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
17:59:14.254 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.254 [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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.254 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.254 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.255 [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...
17:59:14.255 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.255 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.255 [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...
17:59:14.258 [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
17:59:14.266 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:14.266 [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
17:59:14.273 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:14.273 [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.
0s18ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.273 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.273 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.274 [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...
17:59:14.274 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.274 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.274 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml...
17:59:14.277 [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
17:59:14.281 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.281 [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
17:59:14.286 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.286 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.286 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.286 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.286 [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...
17:59:14.286 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.286 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.286 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml...
17:59:14.289 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml
17:59:14.353 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
17:59:14.353 [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
17:59:14.357 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.357 [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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.357 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.357 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.358 [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...
17:59:14.358 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.358 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.358 [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...
17:59:14.362 [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
17:59:14.366 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.366 [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
17:59:14.369 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.369 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.369 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.369 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.369 [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...
17:59:14.370 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.370 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.370 [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...
17:59:14.373 [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
17:59:14.387 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
17:59:14.387 [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
17:59:14.452 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:59:14.452 [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.
0s83ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.452 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.452 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.452 [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...
17:59:14.452 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.452 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.452 [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...
17:59:14.455 [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
17:59:14.459 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.459 [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
17:59:14.462 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.462 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.462 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.462 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.463 [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...
17:59:14.463 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.463 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.463 [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...
17:59:14.466 [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
17:59:14.474 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
17:59:14.474 [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
17:59:14.480 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:14.480 [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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.480 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.480 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.481 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml...
17:59:14.481 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.481 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.481 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml...
17:59:14.483 [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
17:59:14.550 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.550 [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
17:59:14.553 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.553 [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.
0s72ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.553 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.553 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.553 [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...
17:59:14.553 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.554 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.554 [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...
17:59:14.557 [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
17:59:14.564 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
17:59:14.564 [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
17:59:14.567 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.567 [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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.567 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.567 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.568 [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...
17:59:14.568 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.568 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.568 [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...
17:59:14.570 [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
17:59:14.574 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.574 [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
17:59:14.577 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.577 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.577 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.577 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.577 [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...
17:59:14.577 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.577 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.577 [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...
17:59:14.580 [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
17:59:14.584 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.584 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml
17:59:14.587 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.587 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.587 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.587 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.587 [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...
17:59:14.587 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.588 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.588 [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...
17:59:14.649 [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
17:59:14.654 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
17:59:14.655 [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
17:59:14.657 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.657 [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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.657 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.657 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.658 [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...
17:59:14.658 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.658 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.658 [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...
17:59:14.661 [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
17:59:14.664 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.664 [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
17:59:14.667 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.667 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.667 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.667 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.667 [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...
17:59:14.667 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.667 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.667 [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...
17:59:14.670 [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
17:59:14.674 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.674 [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
17:59:14.677 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.677 [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...17:59:14.677 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.677 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.678 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml...
17:59:14.678 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.678 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.678 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml...
17:59:14.681 [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
17:59:14.684 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.684 [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
17:59:14.688 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.688 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.689 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.689 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.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/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml...
17:59:14.748 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.748 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.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/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml...
17:59:14.751 [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
17:59:14.758 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.758 [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
17:59:14.761 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.761 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.761 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.761 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.762 [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...
17:59:14.762 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.762 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.762 [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...
17:59:14.765 [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
17:59:14.769 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.769 [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
17:59:14.772 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.772 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.772 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.772 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.773 [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...
17:59:14.773 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.773 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.773 [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...
17:59:14.776 [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
17:59:14.785 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:14.785 [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
17:59:14.850 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:14.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/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml.
0s77ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.850 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.850 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.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/8e76c95f-5821-11df-be59-001302895b2b.exml...
17:59:14.851 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.851 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.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/8e76c95f-5821-11df-be59-001302895b2b.exml...
17:59:14.854 [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
17:59:14.857 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.857 [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
17:59:14.860 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.860 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.860 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.860 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.861 [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...
17:59:14.861 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.861 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.861 [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...
17:59:14.864 [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
17:59:14.871 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
17:59:14.871 [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
17:59:14.874 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.874 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.874 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.874 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.874 [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...
17:59:14.874 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.876 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.876 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml...
17:59:14.879 [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
17:59:14.882 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.882 [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
17:59:14.885 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.885 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.885 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.885 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.885 [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...
17:59:14.886 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.886 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.886 [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...
17:59:14.888 [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
17:59:14.892 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.892 [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
17:59:14.950 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.950 [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.
0s65ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.950 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.950 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.951 [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...
17:59:14.951 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.951 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.951 [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...
17:59:14.954 [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
17:59:14.962 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:14.962 [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
17:59:14.967 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:14.967 [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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.967 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.967 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.967 [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)
17:59:14.968 [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...
17:59:14.968 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.968 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.968 [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...
17:59:14.970 [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
17:59:14.973 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.973 [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
17:59:14.976 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.976 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.976 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.976 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.977 [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...
17:59:14.977 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.977 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.977 [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...
17:59:14.980 [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
17:59:14.983 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:14.983 [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
17:59:14.986 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:14.986 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:14.986 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:14.986 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:14.986 [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...
17:59:14.986 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:14.987 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:14.987 [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...
17:59:14.989 [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
17:59:15.056 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
17:59:15.056 [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
17:59:15.064 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:59:15.064 [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.
0s78ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.064 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.064 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.065 [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...
17:59:15.065 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.065 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.065 [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...
17:59:15.067 [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
17:59:15.071 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.071 [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
17:59:15.078 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.078 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.078 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.078 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.078 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml...
17:59:15.078 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.079 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.079 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml...
17:59:15.081 [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
17:59:15.085 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.085 [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
17:59:15.087 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.087 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.087 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.087 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.088 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml...
17:59:15.088 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.088 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.088 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml...
17:59:15.150 [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
17:59:15.154 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.154 [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
17:59:15.156 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.156 [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.
0s68ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.156 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:15.157 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:15.157 [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...
17:59:15.157 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.157 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.157 [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...
17:59:15.160 [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
17:59:15.164 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.164 [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
17:59:15.168 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.168 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.168 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.168 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.169 [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...
17:59:15.169 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.169 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.169 [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...
17:59:15.171 [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
17:59:15.175 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.175 [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
17:59:15.177 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.177 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.177 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.177 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.178 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml...
17:59:15.178 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.178 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.178 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml...
17:59:15.181 [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
17:59:15.184 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.184 [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
17:59:15.188 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.188 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.188 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.188 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.189 [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...
17:59:15.189 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.189 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.189 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml...
17:59:15.192 [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
17:59:15.249 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.249 [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
17:59:15.252 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.252 [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.
0s63ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.252 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.252 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.252 [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...
17:59:15.252 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.252 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.252 [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...
17:59:15.257 [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
17:59:15.260 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.260 [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
17:59:15.263 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.263 [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...17:59:15.263 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.263 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.263 [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...
17:59:15.263 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.263 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.263 [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...
17:59:15.266 [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
17:59:15.269 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.269 [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
17:59:15.272 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.272 [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...17:59:15.272 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.272 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.272 [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...
17:59:15.272 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.273 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.273 [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...
17:59:15.275 [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
17:59:15.279 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.279 [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
17:59:15.283 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.283 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.283 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.283 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.284 [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...
17:59:15.284 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.284 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.284 [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...
17:59:15.286 [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
17:59:15.350 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.350 [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
17:59:15.352 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.352 [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.
0s68ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.352 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.352 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.353 [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...
17:59:15.353 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.353 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.353 [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...
17:59:15.356 [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
17:59:15.359 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.359 [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
17:59:15.362 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.362 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.362 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.362 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.363 [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...
17:59:15.363 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.363 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.363 [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...
17:59:15.365 [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
17:59:15.369 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.369 [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
17:59:15.372 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.372 [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...17:59:15.372 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.372 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.372 [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...
17:59:15.372 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.374 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.374 [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...
17:59:15.378 [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
17:59:15.382 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.382 [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
17:59:15.384 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.384 [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...17:59:15.385 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.385 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.385 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml...
17:59:15.385 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.385 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.385 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml...
17:59:15.388 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml
17:59:15.453 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
17:59:15.453 [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
17:59:15.463 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:59:15.463 [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.
0s78ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.463 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.463 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.463 [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...
17:59:15.463 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.463 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.463 [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...
17:59:15.466 [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
17:59:15.469 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.469 [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
17:59:15.472 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.472 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.472 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.472 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.473 [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...
17:59:15.473 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.473 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.473 [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...
17:59:15.475 [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
17:59:15.479 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.479 [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
17:59:15.482 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.482 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.482 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.482 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.483 [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...
17:59:15.483 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.483 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.483 [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...
17:59:15.548 [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
17:59:15.564 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
17:59:15.564 [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
17:59:15.577 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
17:59:15.577 [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.
0s95ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.578 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.578 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.578 [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...
17:59:15.578 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.578 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.578 [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...
17:59:15.583 [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
17:59:15.589 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:15.589 [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
17:59:15.652 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:15.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/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml.
0s74ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.652 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.652 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.653 [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...
17:59:15.653 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.653 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.653 [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...
17:59:15.656 [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
17:59:15.659 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.660 [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
17:59:15.663 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.663 [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...17:59:15.663 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.663 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.663 [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...
17:59:15.663 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.664 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.664 [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...
17:59:15.668 [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
17:59:15.672 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.672 [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
17:59:15.674 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.674 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.675 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:15.675 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:15.675 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml...
17:59:15.675 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.675 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.675 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml...
17:59:15.678 [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
17:59:15.682 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.682 [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
17:59:15.685 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.685 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.685 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.685 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.686 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml...
17:59:15.686 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.686 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.686 [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...
17:59:15.689 [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
17:59:15.751 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.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-0256-0000-000000000000.exml
17:59:15.754 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.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-0256-0000-000000000000.exml.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.754 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.754 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.755 [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...
17:59:15.755 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.755 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.755 [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...
17:59:15.760 [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
17:59:15.764 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec)
17:59:15.764 [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
17:59:15.767 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.767 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.767 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.767 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.768 [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...
17:59:15.768 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.768 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.768 [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...
17:59:15.771 [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
17:59:15.775 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
17:59:15.775 [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
17:59:15.777 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.777 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.777 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:15.778 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:15.778 [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...
17:59:15.778 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.778 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.778 [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...
17:59:15.781 [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
17:59:15.784 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.785 [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
17:59:15.787 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.787 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.787 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.787 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.788 [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...
17:59:15.788 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.788 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.788 [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...
17:59:15.851 [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
17:59:15.869 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
17:59:15.869 [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
17:59:15.880 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
17:59:15.880 [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.
0s92ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.880 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.880 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.881 [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...
17:59:15.881 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.882 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.882 [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...
17:59:15.885 [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
17:59:15.951 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.951 [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
17:59:15.953 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.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/4e477e48-35b4-11df-9280-001302895b2b.exml.
0s72ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.953 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:15.954 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:15.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/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml...
17:59:15.954 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.954 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.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/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml...
17:59:15.957 [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
17:59:15.961 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:15.961 [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
17:59:15.963 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:15.963 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:15.963 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:15.963 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:15.964 [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...
17:59:15.964 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:15.964 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:15.964 [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...
17:59:15.967 [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
17:59:16.049 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec)
17:59:16.050 [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
17:59:16.063 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
17:59:16.063 [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.
0s99ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.063 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.063 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.064 [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...
17:59:16.064 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.064 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.064 [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...
17:59:16.066 [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
17:59:16.072 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.072 [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
17:59:16.075 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.075 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.075 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.075 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.076 [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...
17:59:16.076 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.076 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.076 [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...
17:59:16.078 [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
17:59:16.082 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.082 [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
17:59:16.084 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.084 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.084 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.084 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.085 [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...
17:59:16.085 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.085 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.085 [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...
17:59:16.087 [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
17:59:16.149 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.149 [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
17:59:16.152 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.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/00700680-0000-01bd-0000-000000000000.exml.
0s67ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.152 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.152 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.153 [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...
17:59:16.153 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.153 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.153 [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...
17:59:16.155 [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
17:59:16.162 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.162 [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
17:59:16.164 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.164 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.164 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.164 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.165 [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...
17:59:16.165 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.165 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.165 [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...
17:59:16.168 [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
17:59:16.171 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.171 [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
17:59:16.174 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.174 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.174 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.174 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.174 [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...
17:59:16.174 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.175 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.175 [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...
17:59:16.177 [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
17:59:16.181 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.181 [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
17:59:16.183 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.183 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.183 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.183 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.184 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml...
17:59:16.184 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.184 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.184 [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...
17:59:16.187 [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
17:59:16.251 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.251 [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
17:59:16.292 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.292 [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.
0s108ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.292 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.292 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.293 [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...
17:59:16.293 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.293 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.293 [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...
17:59:16.295 [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
17:59:16.375 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
17:59:16.375 [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
17:59:16.469 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
17:59:16.469 [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.
0s176ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.469 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.469 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.470 [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...
17:59:16.470 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.470 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.470 [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...
17:59:16.472 [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
17:59:16.476 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.476 [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
17:59:16.480 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.480 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.480 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.480 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.481 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml...
17:59:16.481 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.481 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.481 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml...
17:59:16.484 [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
17:59:16.487 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.487 [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
17:59:16.550 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.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/002005c0-0001-000d-0000-000000000000.exml.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.550 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.550 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.550 [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...
17:59:16.550 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.551 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.551 [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...
17:59:16.553 [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
17:59:16.558 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
17:59:16.558 [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
17:59:16.561 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.561 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.561 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.561 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.562 [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...
17:59:16.562 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.562 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.562 [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...
17:59:16.565 [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
17:59:16.568 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.568 [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
17:59:16.571 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.571 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.571 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.571 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.572 [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...
17:59:16.572 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.574 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.574 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml...
17:59:16.576 [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
17:59:16.579 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.579 [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
17:59:16.583 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.583 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.583 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.583 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.583 [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...
17:59:16.584 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.584 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.584 [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...
17:59:16.586 [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
17:59:16.655 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
17:59:16.655 [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
17:59:16.665 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:59:16.665 [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.
0s82ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.665 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.665 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.666 [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...
17:59:16.666 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.666 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.666 [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...
17:59:16.669 [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
17:59:16.674 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.674 [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
17:59:16.677 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.677 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.677 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.677 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.678 [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...
17:59:16.678 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.678 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.678 [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...
17:59:16.680 [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
17:59:16.684 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.684 [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
17:59:16.687 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.687 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.687 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.687 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.687 [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...
17:59:16.687 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.688 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.688 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml...
17:59:16.690 [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
17:59:16.753 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.753 [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
17:59:16.756 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.756 [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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.756 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.756 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.756 [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...
17:59:16.756 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.756 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.756 [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...
17:59:16.759 [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
17:59:16.762 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.762 [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
17:59:16.765 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.765 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.765 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.765 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.766 [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...
17:59:16.766 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.766 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.766 [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...
17:59:16.768 [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
17:59:16.772 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.772 [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
17:59:16.775 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.775 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.775 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.775 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.775 [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...
17:59:16.775 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.776 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.776 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml...
17:59:16.778 [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
17:59:16.784 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.784 [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
17:59:16.787 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.787 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.787 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.787 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.788 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml...
17:59:16.788 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.788 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.788 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml...
17:59:16.850 [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
17:59:16.854 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.854 [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
17:59:16.856 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.857 [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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.857 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.857 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.857 [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...
17:59:16.857 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.857 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.857 [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...
17:59:16.860 [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
17:59:16.864 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:16.864 [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
17:59:16.866 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:16.866 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.866 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.866 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.867 [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...
17:59:16.867 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.867 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.867 [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...
17:59:16.870 [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
17:59:16.879 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:16.879 [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
17:59:16.884 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:16.884 [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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...17:59:16.884 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.884 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.885 [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...
17:59:16.885 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.885 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.885 [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...
17:59:16.888 [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
17:59:16.951 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:16.951 [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
17:59:16.957 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:16.957 [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...17:59:16.957 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:16.957 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:16.958 [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...
17:59:16.958 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:16.958 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:16.958 [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...
17:59:16.961 [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
17:59:16.988 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec)
17:59:16.988 [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
17:59:17.073 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec)
17:59:17.073 [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.
0s115ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.073 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.073 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.073 [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...
17:59:17.074 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.074 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.074 [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...
17:59:17.076 [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
17:59:17.082 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:17.082 [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
17:59:17.084 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:17.085 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.085 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.085 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.085 [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...
17:59:17.085 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.085 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.085 [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...
17:59:17.088 [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
17:59:17.153 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
17:59:17.153 [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
17:59:17.156 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:17.156 [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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.156 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.156 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.156 [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...
17:59:17.156 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.156 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.156 [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...
17:59:17.159 [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
17:59:17.174 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
17:59:17.174 [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
17:59:17.184 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
17:59:17.184 [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.
0s28ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.184 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.184 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.185 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml...
17:59:17.185 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.185 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.185 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml...
17:59:17.188 [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
17:59:17.266 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
17:59:17.266 [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
17:59:17.282 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
17:59:17.282 [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...17:59:17.282 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.282 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.283 [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...
17:59:17.283 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.283 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.283 [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...
17:59:17.285 [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
17:59:17.359 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
17:59:17.359 [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
17:59:17.368 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:59:17.368 [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.
0s85ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.368 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.368 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.369 [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...
17:59:17.369 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.369 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.369 [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...
17:59:17.371 [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
17:59:17.384 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
17:59:17.384 [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
17:59:17.455 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
17:59:17.455 [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.
0s86ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.455 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.455 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.456 [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...
17:59:17.456 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.456 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.456 [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...
17:59:17.459 [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
17:59:17.464 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:17.464 [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
17:59:17.467 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:17.467 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.467 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.467 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.467 [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...
17:59:17.467 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.467 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.467 [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...
17:59:17.470 [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
17:59:17.475 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
17:59:17.475 [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
17:59:17.478 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:17.478 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.478 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.478 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.478 [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...
17:59:17.478 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.478 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.478 [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...
17:59:17.481 [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
17:59:17.485 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:17.485 [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
17:59:17.487 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:17.488 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.488 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.488 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.488 [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...
17:59:17.488 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.488 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.488 [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...
17:59:17.548 [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
17:59:17.566 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
17:59:17.566 [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
17:59:17.579 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
17:59:17.579 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml.
0s91ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.579 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.579 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.579 [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...
17:59:17.579 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.580 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.580 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml...
17:59:17.584 [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
17:59:17.587 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:17.587 [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
17:59:17.650 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:17.650 [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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.650 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.650 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.651 [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...
17:59:17.651 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.651 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.651 [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...
17:59:17.653 [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
17:59:17.672 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
17:59:17.672 [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
17:59:17.687 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
17:59:17.687 [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.
0s36ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.687 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.687 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.687 [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...
17:59:17.687 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.688 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.688 [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...
17:59:17.690 [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
17:59:17.753 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:17.753 [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
17:59:17.756 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:17.756 [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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.757 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:17.757 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:17.757 [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...
17:59:17.757 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.757 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.757 [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...
17:59:17.761 [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
17:59:17.765 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:17.765 [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
17:59:17.768 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:17.768 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.768 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:17.769 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:17.769 [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...
17:59:17.769 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.769 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.769 [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...
17:59:17.772 [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
17:59:17.776 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:17.776 [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
17:59:17.779 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:17.779 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.779 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.779 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.779 [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...
17:59:17.779 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.780 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.780 [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...
17:59:17.782 [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
17:59:17.788 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:17.788 [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
17:59:17.790 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:17.790 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.790 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.790 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.791 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml...
17:59:17.791 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.791 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.791 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml...
17:59:17.793 [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
17:59:17.854 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
17:59:17.854 [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
17:59:17.860 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:17.860 [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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.860 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.860 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.861 [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...
17:59:17.861 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.861 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.861 [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...
17:59:17.865 [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
17:59:17.870 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:17.870 [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
17:59:17.873 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:17.873 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.873 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.873 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.874 [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...
17:59:17.874 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.874 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.874 [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...
17:59:17.876 [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
17:59:17.884 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:17.884 [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
17:59:17.888 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:17.888 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml.
0s14ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.888 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.888 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.889 [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...
17:59:17.889 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.889 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.889 [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...
17:59:17.891 [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
17:59:17.959 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
17:59:17.959 [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
17:59:17.970 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
17:59:17.970 [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.
0s81ms [pure insertion]
marking any relevant derived attributes for update...17:59:17.970 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:17.970 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:17.971 [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...
17:59:17.971 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:17.974 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:17.974 [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...
17:59:17.978 [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
17:59:18.170 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec)
17:59:18.170 [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
17:59:18.363 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec)
17:59:18.364 [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.
0s393ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.364 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:18.364 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:18.364 [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...
17:59:18.364 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.364 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.364 [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...
17:59:18.367 [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
17:59:18.374 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
17:59:18.374 [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
17:59:18.379 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:18.379 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.379 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:18.379 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:18.380 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml...
17:59:18.380 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.380 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.380 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml...
17:59:18.383 [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
17:59:18.450 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:18.450 [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
17:59:18.452 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:18.452 [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.
0s72ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.452 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:18.453 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:18.453 [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...
17:59:18.453 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.453 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.453 [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...
17:59:18.456 [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
17:59:18.462 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:18.462 [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
17:59:18.467 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:18.467 [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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.467 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:18.468 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:18.468 [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...
17:59:18.468 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.468 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.468 [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...
17:59:18.471 [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
17:59:18.474 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:18.475 [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
17:59:18.479 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:18.479 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.479 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:18.479 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:18.479 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml...
17:59:18.479 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.480 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.480 [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...
17:59:18.482 [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
17:59:18.485 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:18.485 [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
17:59:18.488 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:18.488 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.488 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:18.488 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:18.488 [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...
17:59:18.488 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.489 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.489 [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...
17:59:18.550 [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
17:59:18.554 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
17:59:18.554 [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
17:59:18.557 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:18.557 [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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.557 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:18.557 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:18.557 [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...
17:59:18.557 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.558 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.558 [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...
17:59:18.560 [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
17:59:18.564 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:18.564 [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
17:59:18.569 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:18.569 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.569 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:18.569 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:18.569 [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...
17:59:18.569 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.570 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.570 [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...
17:59:18.572 [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
17:59:18.584 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
17:59:18.584 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml
17:59:18.660 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
17:59:18.661 [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.
0s92ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.661 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:18.661 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:18.661 [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...
17:59:18.661 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.662 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.662 [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...
17:59:18.665 [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
17:59:18.670 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:18.670 [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
17:59:18.673 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:18.673 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.673 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:18.673 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:18.674 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml...
17:59:18.674 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.674 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.674 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml...
17:59:18.677 [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
17:59:18.687 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
17:59:18.687 [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
17:59:18.757 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:59:18.757 [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.
0s83ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.757 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:18.757 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:18.757 [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...
17:59:18.757 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.758 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.758 [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...
17:59:18.760 [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
17:59:18.764 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:18.764 [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
17:59:18.766 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:18.766 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.767 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:18.767 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:18.767 [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...
17:59:18.767 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.767 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.767 [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...
17:59:18.770 [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
17:59:18.774 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:18.774 [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
17:59:18.777 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:18.777 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.777 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:18.777 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:18.777 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml...
17:59:18.777 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.778 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.778 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml...
17:59:18.780 [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
17:59:18.786 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:18.786 [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
17:59:18.789 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:18.789 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.789 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:18.789 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:18.790 [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...
17:59:18.790 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.790 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.790 [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...
17:59:18.793 [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
17:59:18.854 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
17:59:18.854 [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
17:59:18.859 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:18.859 [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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.859 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:18.859 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:18.860 [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...
17:59:18.860 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.860 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.860 [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...
17:59:18.863 [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
17:59:18.872 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:18.872 [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
17:59:18.877 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:18.877 [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...17:59:18.877 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:18.877 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:18.877 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml...
17:59:18.877 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.878 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.878 [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...
17:59:18.880 [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
17:59:18.885 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:18.885 [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
17:59:18.888 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:18.888 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.888 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:18.888 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:18.889 [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...
17:59:18.889 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.889 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.889 [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...
17:59:18.949 [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
17:59:18.953 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:18.953 [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
17:59:18.958 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:18.958 [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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...17:59:18.958 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:18.958 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:18.959 [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...
17:59:18.959 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:18.959 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:18.959 [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...
17:59:18.962 [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
17:59:18.983 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
17:59:18.983 [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
17:59:19.070 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
17:59:19.070 [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.
0s111ms [pure insertion]
marking any relevant derived attributes for update...17:59:19.070 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:19.070 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:19.070 [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...
17:59:19.070 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:19.071 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:19.071 [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...
17:59:19.172 [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
17:59:19.176 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:19.176 [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
17:59:19.180 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:19.180 [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.
0s110ms [pure insertion]
marking any relevant derived attributes for update...17:59:19.180 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:19.181 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:19.182 [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...
17:59:19.182 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:19.182 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:19.182 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml...
17:59:19.184 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml
17:59:19.355 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec)
17:59:19.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/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml
17:59:19.473 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec)
17:59:19.473 [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.
0s291ms [pure insertion]
marking any relevant derived attributes for update...17:59:19.473 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:19.473 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:19.474 [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...
17:59:19.474 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:19.474 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:19.474 [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...
17:59:19.477 [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
17:59:19.480 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:19.480 [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
17:59:19.483 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:19.483 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:19.483 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:19.483 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:19.483 [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, 13 sec total)
17:59:19.484 [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...
17:59:19.484 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:19.484 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:19.484 [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...
17:59:19.487 [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
17:59:19.551 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
17:59:19.551 [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
17:59:19.556 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
17:59:19.556 [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.
0s72ms [pure insertion]
marking any relevant derived attributes for update...17:59:19.556 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:19.556 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:19.557 [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...
17:59:19.557 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:19.557 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:19.557 [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...
17:59:19.561 [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
17:59:19.565 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:19.565 [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
17:59:19.567 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:19.567 [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...17:59:19.568 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:19.568 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:19.568 [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...
17:59:19.568 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:19.568 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:19.568 [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...
17:59:19.571 [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
17:59:19.578 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
17:59:19.578 [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
17:59:19.581 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:19.581 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...17:59:19.581 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:19.581 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:19.582 [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...
17:59:19.582 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:19.582 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:19.582 [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...
17:59:19.585 [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
17:59:19.655 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
17:59:19.655 [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
17:59:19.663 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
17:59:19.663 [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.
0s81ms [pure insertion]
marking any relevant derived attributes for update...17:59:19.663 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:19.663 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:19.663 [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...
17:59:19.663 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:19.663 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:19.663 [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...
17:59:19.666 [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
17:59:19.670 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:19.670 [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
17:59:19.672 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:19.672 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:19.672 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:19.673 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:19.673 [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...
17:59:19.673 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:19.673 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:19.673 [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...
17:59:19.676 [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
17:59:19.682 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:19.682 [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
17:59:19.684 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:19.684 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...17:59:19.684 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:19.684 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:19.685 [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...
17:59:19.685 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:19.685 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:19.685 [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...
17:59:19.687 [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
17:59:19.750 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:19.750 [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
17:59:19.752 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:19.752 [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.
0s67ms [pure insertion]
marking any relevant derived attributes for update...17:59:19.752 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:19.753 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:19.753 [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...
17:59:19.753 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:19.753 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:19.753 [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...
17:59:19.756 [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
17:59:19.780 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec)
17:59:19.781 [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
17:59:19.859 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
17:59:19.860 [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.
0s107ms [pure insertion]
marking any relevant derived attributes for update...17:59:19.860 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:19.860 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:19.860 [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...
17:59:19.860 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:19.860 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:19.860 [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...
17:59:19.863 [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
17:59:19.866 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
17:59:19.866 [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
17:59:19.869 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
17:59:19.869 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...17:59:19.869 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:19.869 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:19.869 [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, 13 sec total)
17:59:19.869 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:59:19.869 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:59:19.956 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/1119 proxy references (0 sec total)
17:59:21.872 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs
17:59:21.872 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.003s
attempting to resolve any uninitialized derived attributes...
17:59:21.872 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:59:21.872 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:59:21.873 [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...
17:59:21.873 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s4ms [proxy update]
17:59:21.873 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:59:21.878 [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/00bc3ac0-0000-0d9a-0000-000000000000.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/00700680-0000-01c3-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.Stereotype/00700680-0000-0204-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-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/00700680-0000-0206-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.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/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-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/ee97796b-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml
validating file UPDATED for /data/fragments/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/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.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/2961d57b-5120-11de-bbaf-00218648fa3d.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/edc05471-5d08-11df-a996-001302895b2b.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/00700680-0000-01f9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.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/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/aeb07ec3-af96-4069-af14-0436082805ca.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.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-021a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.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/770df309-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.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/c4b3add1-c2f9-11de-8ac8-001302895b2b.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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-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/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/01ec1ac4-0000-2f09-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-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/68c63e60-70d6-11e0-872f-0027103f347c.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/6f3c6234-52b8-11df-a320-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/ee06097f-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.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/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.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/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.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.Profile/007004e8-0000-0282-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/f8e58a85-c2fa-11de-8ac8-001302895b2b.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/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.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.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.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/01ec12fc-0000-00b7-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/01ec12fc-0000-0aca-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-01e5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.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/eb8f06b7-de86-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.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.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.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.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-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/bae91a3b-7009-11e0-a462-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.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/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.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/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.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/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/8fb43b1c-7819-11e1-a4f1-002564c97630.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/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.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/002005c0-0001-0011-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/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.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.Profile/00300000-0000-0032-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-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/01ec1ac4-0000-2eff-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.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/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.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/e4358003-f3da-11df-8ada-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.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/1b7fd53f-205e-11df-948e-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-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/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/00540a84-0000-0003-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/00000000-0000-9c45-0000-000000000000.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/86eada10-32d9-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.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/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/e4c6c55f-c2fc-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-0a37-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.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/8e76c95f-5821-11df-be59-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.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.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.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/4b4745a9-5d0c-11df-a996-001302895b2b.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/994fc1e3-c2f9-11de-8ac8-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.Stereotype/00700680-0000-01fe-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.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/002005c0-0001-000f-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.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.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/01ec141c-0000-1301-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-01e7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.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/4e477e48-35b4-11df-9280-001302895b2b.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/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.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/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml
validating file UPDATED for /data/fragments/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.PropertyType/01a40888-0000-002a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.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/de38398e-c746-11e1-8624-0027103f347d.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/c2e23680-96f0-11de-a322-001fe2c988b8.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/4edcbbef-5d0a-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.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/00700680-0000-01db-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/007006dc-0000-0139-0000-000000000000.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/00700680-0000-01fb-0000-000000000000.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/01280500-0000-0b37-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-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.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml
changed resource size: 619
relevant graph size: 619
validated changes... true
17:59:25.698 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 19 s 697 ms
17:59:25.703 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
17:59:25.703 [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
17:59:25.706 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:59:25.707 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
17:59:25.784 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
17:59:25.785 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9068767697070937795/test_zoo[LevelDB GreyCat]
17:59:25.785 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
17:59:25.906 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
17:59:25.908 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:59:25.908 [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
17:59:26.078 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
17:59:26.078 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
17:59:26.165 [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
17:59:26.166 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
17:59:26.166 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
17:59:26.166 [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
17:59:26.166 [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
17:59:26.166 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
17:59:26.166 [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
17:59:26.167 [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
17:59:26.168 [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
17:59:26.168 [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
17:59:26.168 [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
17:59:26.168 [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[]
17:59:26.168 [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
17:59:26.168 [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
17:59:26.168 [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
17:59:26.168 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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[]
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.170 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.172 [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
17:59:26.173 [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
17:59:26.249 [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
17:59:26.256 [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
17:59:26.257 [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
17:59:26.257 [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
17:59:26.281 [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
17:59:26.286 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::AssociationDirection will be handled as its instance type org.eclipse.bpmn2.AssociationDirection
17:59:26.292 [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
17:59:26.351 [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
17:59:26.410 [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
17:59:26.419 [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
17:59:26.470 [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
17:59:26.477 [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
17:59:26.480 [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
17:59:26.480 [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
17:59:26.482 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
17:59:26.483 [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
17:59:26.483 [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[]
17:59:26.483 [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
17:59:26.483 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
17:59:26.483 [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
17:59:26.483 [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
17:59:26.483 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
17:59:26.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
17:59:26.484 [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
17:59:26.484 [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
17:59:26.484 [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
17:59:26.484 [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
17:59:26.486 [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
17:59:26.486 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
17:59:26.486 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
17:59:26.520 [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
17:59:26.520 [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
17:59:26.520 [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
17:59:26.521 [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
17:59:26.521 [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
17:59:26.521 [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
17:59:26.551 [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
17:59:26.551 [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
17:59:26.551 [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
17:59:26.552 [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
17:59:26.552 [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
17:59:26.552 [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
17:59:26.553 [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
17:59:26.553 [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
17:59:26.553 [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
17:59:26.554 [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
17:59:26.554 [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
17:59:26.554 [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
17:59:26.560 [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
17:59:26.561 [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
17:59:26.561 [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
17:59:26.562 [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
17:59:26.563 [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
17:59:26.564 [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
17:59:26.567 [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
17:59:26.680 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 184 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
17:59:26.680 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
17:59:26.772 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
17:59:26.772 [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!
17:59:26.772 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:59:26.773 [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
17:59:26.773 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
17:59:26.953 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit17498911763183781132/:org.eclipse.hawk.localfolder.LocalFolder:false
17:59:26.955 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
17:59:26.955 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:59:26.958 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:59:26.962 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:59:26.962 [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@7a22db9a (id: _ba16239e-181e-4b9f-bc5b-0bb2ee973450, anyAttribute: null) (name: null) (isClosed: false, isExecutable: false, processType: None)' is not legal. (file:/tmp/junit17498911763183781132/v0-B.2.0.bpmn, -1, -1)
17:59:27.378 [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...17:59:27.379 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
17:59:27.380 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
17:59:27.380 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:59:27.380 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:59:27.449 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
17:59:27.450 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.07s
attempting to resolve any uninitialized derived attributes...
17:59:27.450 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:59:27.450 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:59:27.452 [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...
17:59:27.452 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s72ms [proxy update]
17:59:27.452 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:59:27.452 [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
17:59:27.452 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 497 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit17498911763183781132/v0-B.2.0.bpmn
17:59:27.453 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:59:27.458 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:59:27.458 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:59:27.458 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:59:27.680 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
17:59:27.687 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:27.687 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
17:59:27.687 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /v0-B.2.0.bpmn...
17:59:27.748 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
17:59:27.750 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.ParticipantBandKind
17:59:27.759 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.MessageVisibleKind
17:59:27.766 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.GatewayDirection
17:59:27.863 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.MultiInstanceBehavior
17:59:27.871 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.ProcessType
17:59:27.958 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.EventBasedGatewayType
17:59:27.963 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.AssociationDirection
17:59:28.075 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec)
17:59:28.075 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
17:59:28.665 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit4658320522465689699/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit4658320522465689699/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]
17:59:28.963 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit17706710551233586846/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit17706710551233586846/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]
17:59:29.178 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit2412524303989635205/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit2412524303989635205/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]
17:59:29.391 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~1 sec)
17:59:29.391 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /v0-B.2.0.bpmn.
1s711ms [pure insertion]
marking any relevant derived attributes for update...17:59:29.391 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:29.391 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:29.391 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:59:29.391 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:59:29.493 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total)
17:59:29.693 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs
17:59:29.693 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.302s
attempting to resolve any uninitialized derived attributes...
17:59:29.693 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:59:29.693 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:59:29.694 [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...
17:59:29.694 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s303ms [proxy update]
17:59:29.694 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:59:29.694 [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
17:59:29.885 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 432 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit17498911763183781132/v0-B.2.0.bpmn
17:59:29.885 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:59:29.889 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:59:29.889 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:59:29.889 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:59:30.057 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
17:59:30.057 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:30.061 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store
17:59:30.154 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:231 u:106 d:228 ratio: 0.553921568627451
17:59:30.155 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:59:30.155 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
17:59:30.155 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
17:59:31.991 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.835s
17:59:32.373 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
17:59:32.555 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec)
17:59:32.555 [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
17:59:33.854 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~1 sec)
17:59:33.854 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
3s797ms [pure insertion]
marking any relevant derived attributes for update...17:59:33.854 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:33.854 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:33.854 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:59:33.854 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:59:33.891 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total)
17:59:34.063 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs
17:59:34.063 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.209s
attempting to resolve any uninitialized derived attributes...
17:59:34.064 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:59:34.064 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:59:34.064 [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...
17:59:34.064 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s210ms [proxy update]
17:59:34.064 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:59:34.064 [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
17:59:34.187 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 302 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v3-B.2.0.bpmn over /tmp/junit17498911763183781132/v0-B.2.0.bpmn
17:59:34.187 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:59:34.192 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:59:34.193 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:59:34.193 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:59:34.372 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
17:59:34.372 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:34.376 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store
17:59:34.461 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:350 u:240 d:235 ratio: 0.8088235294117647
17:59:34.461 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:59:34.461 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
17:59:34.461 [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
17:59:35.924 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.463s
17:59:36.183 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
17:59:36.359 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2137sec)
17:59:36.359 [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
17:59:38.189 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~1 sec)
17:59:38.189 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
3s817ms [pure insertion]
marking any relevant derived attributes for update...17:59:38.189 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:38.189 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:38.189 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:59:38.189 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:59:38.272 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/320 proxy references (0 sec total)
17:59:38.388 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 320 refs
17:59:38.388 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.199s
attempting to resolve any uninitialized derived attributes...
17:59:38.388 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:59:38.388 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:59:38.388 [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...
17:59:38.388 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s199ms [proxy update]
17:59:38.388 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:59:38.388 [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
17:59:38.555 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 368 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit17498911763183781132/v0-B.2.0.bpmn
17:59:38.556 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:59:38.559 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:59:38.560 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:59:38.560 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:59:38.676 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
17:59:38.676 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:38.680 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store
17:59:38.765 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:257 u:403 d:253 ratio: 0.8115555555555556
17:59:38.765 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:59:38.765 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
17:59:38.765 [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
17:59:40.510 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.745s
17:59:40.893 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
17:59:41.060 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2133sec)
17:59:41.060 [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
17:59:43.088 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~2 sec)
17:59:43.088 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
4s412ms [pure insertion]
marking any relevant derived attributes for update...17:59:43.088 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:43.088 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:43.088 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:59:43.088 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:59:43.181 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
17:59:43.365 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
17:59:43.365 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.277s
attempting to resolve any uninitialized derived attributes...
17:59:43.365 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:59:43.365 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:59:43.365 [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...
17:59:43.365 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s277ms [proxy update]
17:59:43.365 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:59:43.365 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1125
d elems		1125
time		~4s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1125
relevant graph size: 1125
validated changes... true
17:59:43.553 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 996 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit17498911763183781132/v0-B.2.0.bpmn
17:59:43.553 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:59:43.557 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:59:43.558 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:59:43.558 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:59:43.674 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
17:59:43.674 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:43.678 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store
17:59:43.758 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:253 u:617 d:243 ratio: 0.9893333333333333
17:59:43.758 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:59:43.758 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
17:59:43.758 [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
17:59:45.352 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.594s
17:59:45.771 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
17:59:45.953 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
17:59:45.953 [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
17:59:47.876 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~1 sec)
17:59:47.876 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
4s202ms [pure insertion]
marking any relevant derived attributes for update...17:59:47.876 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:47.876 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:47.876 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:59:47.876 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:59:47.967 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
17:59:48.154 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
17:59:48.155 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.279s
attempting to resolve any uninitialized derived attributes...
17:59:48.155 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:59:48.155 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:59:48.155 [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...
17:59:48.155 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s279ms [proxy update]
17:59:48.155 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:59:48.155 [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		1127
d elems		1125
time		~4s
validating changes...
changed resource size: 1127
relevant graph size: 1127
validated changes... true
17:59:48.276 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 723 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit17498911763183781132/v0-B.2.0.bpmn
17:59:48.277 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:59:48.280 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:59:48.281 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:59:48.281 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:59:48.448 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
17:59:48.448 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:48.452 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
17:59:48.477 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:249 u:312 d:237 ratio: 0.7080745341614907
17:59:48.477 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:59:48.477 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
17:59:48.477 [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
17:59:50.203 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.726s
17:59:50.522 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
17:59:50.654 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
17:59:50.654 [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
17:59:52.662 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~2 sec)
17:59:52.663 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
4s215ms [pure insertion]
marking any relevant derived attributes for update...17:59:52.663 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:52.663 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:52.663 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:59:52.663 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:59:52.748 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
17:59:52.881 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
17:59:52.881 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.218s
attempting to resolve any uninitialized derived attributes...
17:59:52.881 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:59:52.881 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:59:52.881 [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...
17:59:52.881 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s218ms [proxy update]
17:59:52.881 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:59:52.881 [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		~4s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1127
relevant graph size: 1127
validated changes... true
17:59:53.062 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 785 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit17498911763183781132/v0-B.2.0.bpmn
17:59:53.062 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:59:53.067 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:59:53.068 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:59:53.068 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:59:53.181 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
17:59:53.181 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:53.185 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
17:59:53.268 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:247 u:321 d:240 ratio: 0.7169476486246673
17:59:53.268 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:59:53.268 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
17:59:53.268 [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
17:59:54.713 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.445s
17:59:54.921 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
17:59:55.073 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
17:59:55.073 [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
17:59:57.167 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~2 sec)
17:59:57.167 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
3s986ms [pure insertion]
marking any relevant derived attributes for update...17:59:57.167 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
17:59:57.167 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
17:59:57.167 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
17:59:57.167 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
17:59:57.253 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
17:59:57.378 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
17:59:57.378 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.211s
attempting to resolve any uninitialized derived attributes...
17:59:57.378 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
17:59:57.378 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
17:59:57.378 [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...
17:59:57.378 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s211ms [proxy update]
17:59:57.378 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
17:59:57.378 [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		~4s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1127
relevant graph size: 1127
validated changes... true
17:59:57.553 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 490 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit17498911763183781132/v0-B.2.0.bpmn
17:59:57.554 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
17:59:57.557 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
17:59:57.558 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
17:59:57.558 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
17:59:57.664 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
17:59:57.664 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
17:59:57.667 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
17:59:57.748 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:259 u:383 d:253 ratio: 0.7941437444543035
17:59:57.748 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
17:59:57.748 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
17:59:57.749 [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
17:59:58.668 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit4658320522465689699/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit4658320522465689699/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]
17:59:59.023 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit17706710551233586846/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit17706710551233586846/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]
17:59:59.180 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit2412524303989635205/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit2412524303989635205/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]
17:59:59.336 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.587s
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
17:59:59.556 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
17:59:59.680 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1129 NODES AND 1129 M->MM REFERENCES! (took ~2140sec)
17:59:59.680 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
18:00:01.553 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1590 REFERENCES! (took ~1 sec)
18:00:01.553 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
3s889ms [pure insertion]
marking any relevant derived attributes for update...18:00:01.553 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:01.554 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:01.554 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:01.554 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:01.590 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/322 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
18:00:01.859 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 322 refs
18:00:01.860 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.306s
attempting to resolve any uninitialized derived attributes...
18:00:01.860 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:01.860 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:01.860 [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...
18:00:01.860 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s306ms [proxy update]
18:00:01.860 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:01.860 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1129
d elems		1127
time		~4s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1129
relevant graph size: 1129
validated changes... true
18:00:01.977 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 423 ms
18:00:01.977 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:01.977 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit17498911763183781132/:org.eclipse.hawk.localfolder.LocalFolder:false
18:00:01.980 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:01.980 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:02.209 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:02.224 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14576800735781827523/test_bpmn[LevelDB GreyCat]
18:00:02.225 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:02.524 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:02.549 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:02.549 [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
18:00:02.549 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:02.549 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:02.552 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:02.552 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:02.552 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:02.552 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:02.553 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
18:00:02.553 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
sync metrics:
interesting	0
deleted		0
changed		0
18:00:02.553 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
18:00:02.554 [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
18:00:02.759 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:02.759 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:02.767 [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
18:00:02.768 [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
18:00:02.768 [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
18:00:02.769 [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
18:00:02.769 [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
18:00:02.769 [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
18:00:02.769 [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
18:00:02.769 [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[]
18:00:02.769 [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
18:00:02.769 [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
18:00:02.769 [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
18:00:02.769 [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
18:00:02.770 [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
18:00:02.770 [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
18:00:02.770 [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
18:00:02.770 [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
18:00:02.770 [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
18:00:02.770 [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
18:00:02.771 [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
18:00:02.771 [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
18:00:02.771 [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
18:00:02.771 [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
18:00:02.771 [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
18:00:02.771 [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
18:00:02.771 [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
18:00:02.771 [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
18:00:02.771 [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
18:00:02.771 [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
18:00:02.772 [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
18:00:02.772 [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
18:00:02.772 [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
18:00:02.772 [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
18:00:02.772 [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
18:00:02.773 [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
18:00:02.778 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
18:00:02.778 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:02.969 [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
18:00:02.971 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:02.971 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:02.973 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:02.977 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:02.977 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:02.979 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
18:00:02.984 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:02.984 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:02.984 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
18:00:02.986 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
18:00:02.990 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
18:00:02.990 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
18:00:03.051 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
18:00:03.051 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s73ms [pure insertion]
marking any relevant derived attributes for update...18:00:03.051 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
18:00:03.053 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
18:00:03.054 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
18:00:03.054 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:03.054 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:03.054 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
18:00:03.056 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
18:00:03.059 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
18:00:03.059 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
18:00:03.068 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
18:00:03.068 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s14ms [pure insertion]
marking any relevant derived attributes for update...18:00:03.068 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:03.068 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:03.069 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
18:00:03.069 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:03.070 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:03.070 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
18:00:03.072 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
18:00:03.074 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
18:00:03.074 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
18:00:03.083 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
18:00:03.083 [pool-160-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...18:00:03.083 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:03.083 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:03.083 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:03.083 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:03.084 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
18:00:03.096 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
18:00:03.096 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.013s
attempting to resolve any uninitialized derived attributes...
18:00:03.096 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:03.096 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:03.096 [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...
18:00:03.096 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s13ms [proxy update]
18:00:03.096 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:03.096 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~0s
validating changes...
validating file UPDATED for /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
18:00:03.148 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 177 ms
18:00:03.158 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:03.158 [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
18:00:03.160 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:03.160 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:03.230 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:03.230 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8033572517836264259/test_instanceCountsAllOf[LevelDB GreyCat]
18:00:03.230 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:03.473 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:03.474 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:03.474 [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
18:00:03.474 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:03.474 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:03.476 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:03.476 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:03.476 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:03.477 [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!
18:00:03.477 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
18:00:03.477 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:03.477 [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
18:00:03.478 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
18:00:03.481 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:03.481 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:03.487 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
18:00:03.487 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
18:00:03.488 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
18:00:03.488 [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
18:00:03.488 [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
18:00:03.488 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
18:00:03.488 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
18:00:03.488 [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
18:00:03.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
18:00:03.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
18:00:03.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
18:00:03.490 [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
18:00:03.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
18:00:03.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
18:00:03.490 [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
18:00:03.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
18:00:03.491 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
18:00:03.491 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
18:00:03.491 [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
18:00:03.491 [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
18:00:03.491 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
18:00:03.491 [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
18:00:03.491 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
18:00:03.491 [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
18:00:03.491 [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
18:00:03.492 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
18:00:03.492 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
18:00:03.492 [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
18:00:03.492 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
18:00:03.492 [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
18:00:03.492 [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
18:00:03.492 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
18:00:03.495 [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
18:00:03.496 [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
18:00:03.504 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
18:00:03.504 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:03.653 [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
18:00:03.654 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:03.654 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:03.656 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:03.660 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:03.660 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:03.661 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
18:00:03.666 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:03.666 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:03.666 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
18:00:03.669 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
18:00:03.673 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
18:00:03.673 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
18:00:03.681 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
18:00:03.681 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s20ms [pure insertion]
marking any relevant derived attributes for update...18:00:03.681 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:03.682 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:03.684 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
18:00:03.684 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:03.684 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:03.684 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
18:00:03.686 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
18:00:03.689 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
18:00:03.689 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
18:00:03.752 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
18:00:03.752 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s68ms [pure insertion]
marking any relevant derived attributes for update...18:00:03.752 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:03.752 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:03.753 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
18:00:03.753 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:03.753 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:03.753 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
18:00:03.755 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
18:00:03.758 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
18:00:03.758 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
18:00:03.767 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
18:00:03.767 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s14ms [pure insertion]
marking any relevant derived attributes for update...18:00:03.767 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:03.767 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:03.767 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:03.767 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:03.767 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
18:00:03.778 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
18:00:03.778 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.011s
attempting to resolve any uninitialized derived attributes...
18:00:03.778 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:03.778 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:03.778 [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...
18:00:03.778 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s11ms [proxy update]
18:00:03.778 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:03.778 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
validating file UPDATED for /subfolder/child.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 /root.model
validating file UPDATED for /subfolder/subfolder/grandchild.model
changed resource size: 9
relevant graph size: 9
validated changes... true
18:00:03.779 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 125 ms
18:00:03.788 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:03.788 [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
18:00:03.790 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:03.790 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:03.896 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:03.896 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10625078700897908914/test_listFiles[LevelDB GreyCat]
18:00:03.896 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:04.090 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:04.092 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:04.092 [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
18:00:04.092 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:04.092 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:04.094 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:04.094 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:04.094 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:04.094 [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!
18:00:04.094 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
18:00:04.094 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:04.095 [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
18:00:04.095 [pool-164-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
18:00:04.098 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:04.098 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:04.104 [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
18:00:04.104 [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
18:00:04.104 [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
18:00:04.104 [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
18:00:04.105 [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
18:00:04.105 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
18:00:04.105 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
18:00:04.105 [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
18:00:04.106 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
18:00:04.106 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
18:00:04.106 [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
18:00:04.106 [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
18:00:04.106 [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
18:00:04.106 [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
18:00:04.107 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
18:00:04.107 [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
18:00:04.107 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
18:00:04.107 [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
18:00:04.108 [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
18:00:04.108 [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
18:00:04.108 [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
18:00:04.108 [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
18:00:04.108 [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
18:00:04.108 [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
18:00:04.108 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
18:00:04.108 [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
18:00:04.109 [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
18:00:04.109 [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
18:00:04.109 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
18:00:04.109 [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[]
18:00:04.110 [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
18:00:04.110 [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
18:00:04.110 [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
18:00:04.111 [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
18:00:04.115 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
18:00:04.115 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:04.197 [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
18:00:04.199 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:04.199 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:04.249 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:04.253 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:04.253 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:04.254 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
18:00:04.261 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:04.261 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:04.261 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
18:00:04.264 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
18:00:04.267 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
18:00:04.267 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
18:00:04.275 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
18:00:04.275 [pool-164-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...18:00:04.275 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:04.276 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:04.277 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
18:00:04.277 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:04.277 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:04.277 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
18:00:04.280 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
18:00:04.282 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
18:00:04.282 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
18:00:04.289 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
18:00:04.289 [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...18:00:04.289 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:04.289 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:04.290 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
18:00:04.290 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:04.290 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:04.290 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
18:00:04.293 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
18:00:04.295 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
18:00:04.296 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
18:00:04.354 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
18:00:04.354 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s64ms [pure insertion]
marking any relevant derived attributes for update...18:00:04.354 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:04.354 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:04.354 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:04.354 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:04.355 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
18:00:04.368 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
18:00:04.368 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.014s
attempting to resolve any uninitialized derived attributes...
18:00:04.368 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:04.368 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:04.368 [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...
18:00:04.368 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s14ms [proxy update]
18:00:04.368 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:04.369 [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
18:00:04.370 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 171 ms
18:00:04.374 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
18:00:04.375 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11171490449308343990/test_instanceCounts[LevelDB GreyCat]
18:00:04.377 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
18:00:04.377 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11171490449308343990/test_instanceCounts[LevelDB GreyCat]
18:00:04.379 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
18:00:04.379 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11171490449308343990/test_instanceCounts[LevelDB GreyCat]
18:00:04.382 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
18:00:04.382 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11171490449308343990/test_instanceCounts[LevelDB GreyCat]
18:00:04.388 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:04.388 [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
18:00:04.389 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:04.389 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:04.489 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:04.490 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11171490449308343990/test_instanceCounts[LevelDB GreyCat]
18:00:04.490 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:04.693 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:04.694 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:04.694 [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
18:00:04.694 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:04.694 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:04.697 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:04.697 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:04.697 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:04.697 [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!
18:00:04.697 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
18:00:04.697 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:04.698 [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
18:00:04.698 [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
18:00:04.702 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:04.702 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:04.708 [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
18:00:04.708 [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
18:00:04.708 [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
18:00:04.708 [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
18:00:04.708 [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
18:00:04.709 [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
18:00:04.709 [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
18:00:04.709 [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
18:00:04.710 [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
18:00:04.710 [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
18:00:04.710 [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
18:00:04.710 [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
18:00:04.710 [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
18:00:04.711 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
18:00:04.711 [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
18:00:04.711 [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
18:00:04.711 [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
18:00:04.711 [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
18:00:04.712 [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
18:00:04.712 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
18:00:04.712 [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[]
18:00:04.712 [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
18:00:04.712 [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
18:00:04.712 [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
18:00:04.748 [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
18:00:04.748 [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
18:00:04.748 [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
18:00:04.748 [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
18:00:04.748 [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
18:00:04.749 [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
18:00:04.749 [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
18:00:04.749 [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
18:00:04.749 [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
18:00:04.749 [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
18:00:04.753 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
18:00:04.753 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:04.810 [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
18:00:04.812 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:04.812 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:04.814 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:04.819 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:04.819 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:04.820 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
18:00:04.849 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:04.849 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:04.849 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
18:00:04.851 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
18:00:04.855 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
18:00:04.855 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
18:00:04.863 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
18:00:04.863 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s43ms [pure insertion]
marking any relevant derived attributes for update...18:00:04.863 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:04.864 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:04.865 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
18:00:04.865 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:04.865 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:04.865 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
18:00:04.868 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
18:00:04.870 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
18:00:04.870 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
18:00:04.878 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
18:00:04.878 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s13ms [pure insertion]
marking any relevant derived attributes for update...18:00:04.878 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:04.878 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:04.879 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
18:00:04.879 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:04.879 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:04.879 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
18:00:04.881 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
18:00:04.885 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
18:00:04.885 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
18:00:04.895 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
18:00:04.895 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s16ms [pure insertion]
marking any relevant derived attributes for update...18:00:04.895 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:04.895 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:04.895 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:04.895 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:04.896 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
18:00:04.959 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
18:00:04.959 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.064s
attempting to resolve any uninitialized derived attributes...
18:00:04.959 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:04.959 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:04.959 [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...
18:00:04.959 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s65ms [proxy update]
18:00:04.960 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:04.960 [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 /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
18:00:04.961 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 149 ms
18:00:04.964 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
18:00:04.964 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18094066984876249409/test_reverseRefs[LevelDB GreyCat]
18:00:04.969 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
18:00:04.969 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18094066984876249409/test_reverseRefs[LevelDB GreyCat]
18:00:04.973 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
18:00:04.973 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18094066984876249409/test_reverseRefs[LevelDB GreyCat]
18:00:04.976 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
18:00:04.976 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18094066984876249409/test_reverseRefs[LevelDB GreyCat]
18:00:04.983 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
18:00:04.983 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18094066984876249409/test_reverseRefs[LevelDB GreyCat]
18:00:04.986 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
18:00:04.986 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18094066984876249409/test_reverseRefs[LevelDB GreyCat]
18:00:04.991 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:04.991 [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
18:00:05.048 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:05.048 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:05.117 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:05.118 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit18094066984876249409/test_reverseRefs[LevelDB GreyCat]
18:00:05.118 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:05.370 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:05.372 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:05.372 [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
18:00:05.372 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:05.372 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:05.374 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:05.374 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:05.374 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:05.374 [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!
18:00:05.374 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
18:00:05.374 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:05.375 [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
18:00:05.375 [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
18:00:05.378 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:05.379 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:05.384 [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
18:00:05.385 [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
18:00:05.385 [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
18:00:05.385 [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
18:00:05.385 [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
18:00:05.385 [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
18:00:05.386 [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
18:00:05.386 [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
18:00:05.386 [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
18:00:05.386 [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
18:00:05.386 [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
18:00:05.386 [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
18:00:05.386 [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
18:00:05.387 [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
18:00:05.387 [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
18:00:05.387 [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
18:00:05.388 [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
18:00:05.388 [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
18:00:05.389 [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
18:00:05.389 [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
18:00:05.389 [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
18:00:05.389 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
18:00:05.389 [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
18:00:05.389 [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
18:00:05.389 [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
18:00:05.389 [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
18:00:05.390 [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
18:00:05.390 [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
18:00:05.390 [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
18:00:05.390 [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
18:00:05.390 [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
18:00:05.390 [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
18:00:05.390 [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
18:00:05.390 [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
18:00:05.394 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
18:00:05.394 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:05.502 [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
18:00:05.504 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:05.504 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:05.505 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:05.509 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:05.509 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:05.548 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
18:00:05.554 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:05.554 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:05.554 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
18:00:05.556 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
18:00:05.559 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
18:00:05.559 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
18:00:05.569 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
18:00:05.569 [pool-168-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...18:00:05.569 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
18:00:05.571 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
18:00:05.571 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
18:00:05.572 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:05.572 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:05.572 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
18:00:05.574 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
18:00:05.576 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
18:00:05.576 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
18:00:05.583 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
18:00:05.583 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s12ms [pure insertion]
marking any relevant derived attributes for update...18:00:05.583 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:05.583 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:05.585 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
18:00:05.585 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:05.585 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:05.585 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
18:00:05.587 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
18:00:05.590 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
18:00:05.590 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
18:00:05.651 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
18:00:05.651 [pool-168-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...18:00:05.651 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:05.651 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:05.651 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:05.651 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:05.652 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
18:00:05.665 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
18:00:05.665 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.014s
attempting to resolve any uninitialized derived attributes...
18:00:05.665 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:05.665 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:05.665 [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...
18:00:05.665 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s14ms [proxy update]
18:00:05.665 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:05.665 [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
18:00:05.667 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 163 ms
18:00:05.670 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
18:00:05.670 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit970149790501471617/test_forwardRefs[LevelDB GreyCat]
18:00:05.675 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
18:00:05.675 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit970149790501471617/test_forwardRefs[LevelDB GreyCat]
18:00:05.678 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
18:00:05.678 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit970149790501471617/test_forwardRefs[LevelDB GreyCat]
18:00:05.682 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
18:00:05.682 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit970149790501471617/test_forwardRefs[LevelDB GreyCat]
18:00:05.688 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:05.688 [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
18:00:05.690 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:05.690 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:05.778 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:05.778 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit970149790501471617/test_forwardRefs[LevelDB GreyCat]
18:00:05.778 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:05.977 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:05.978 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:05.978 [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
18:00:05.978 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:05.978 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:05.980 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:05.980 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:05.980 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:05.981 [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!
18:00:05.981 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:05.982 [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
18:00:05.982 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
18:00:05.983 [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
18:00:06.055 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:06.055 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:06.070 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer
18:00:06.070 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean
18:00:06.070 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String
18:00:06.071 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
18:00:06.073 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
18:00:06.087 [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
18:00:06.088 [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[]
18:00:06.088 [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
18:00:06.088 [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
18:00:06.089 [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
18:00:06.091 [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
18:00:06.091 [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
18:00:06.091 [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
18:00:06.091 [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
18:00:06.091 [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
18:00:06.091 [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
18:00:06.091 [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
18:00:06.091 [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
18:00:06.092 [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
18:00:06.092 [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
18:00:06.095 [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
18:00:06.095 [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
18:00:06.097 [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
18:00:06.097 [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
18:00:06.098 [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
18:00:06.098 [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
18:00:06.098 [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
18:00:06.098 [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
18:00:06.098 [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
18:00:06.098 [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
18:00:06.099 [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
18:00:06.149 [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
18:00:06.149 [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
18:00:06.151 [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
18:00:06.153 [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
18:00:06.153 [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
18:00:06.153 [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
18:00:06.155 [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
18:00:06.155 [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
18:00:06.157 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
18:00:06.158 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
18:00:06.171 [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
18:00:06.191 [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
18:00:06.194 [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
18:00:06.249 [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
18:00:06.283 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
18:00:06.283 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:06.403 [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
18:00:06.404 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:06.405 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:06.452 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:06.457 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:06.457 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:06.568 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
18:00:06.575 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:06.575 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:06.575 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
18:00:06.580 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
18:00:07.272 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
18:00:07.272 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
18:00:07.807 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
18:00:07.807 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
1s239ms [pure insertion]
marking any relevant derived attributes for update...18:00:07.807 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s42ms
18:00:07.849 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s42ms
18:00:07.850 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:07.850 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:07.870 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
18:00:07.870 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.02s
attempting to resolve any uninitialized derived attributes...
18:00:07.870 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:07.870 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:07.870 [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...
18:00:07.870 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s20ms [proxy update]
18:00:07.870 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:07.870 [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
18:00:08.399 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 993 ms
changed resource size: 5353
relevant graph size: 5353
validated changes... true
18:00:08.509 [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
18:00:08.510 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:08.511 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:08.533 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:08.534 [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/
18:00:08.534 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:08.534 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:08.559 [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...
18:00:08.559 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:08.559 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:08.559 [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...
18:00:08.562 [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
18:00:08.686 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
18:00:08.686 [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
18:00:08.768 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
18:00:08.768 [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.
0s209ms [pure insertion]
marking any relevant derived attributes for update...18:00:08.768 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:08.768 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:08.778 [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...
18:00:08.778 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:08.778 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:08.778 [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...
18:00:08.781 [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
18:00:08.786 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
18:00:08.786 [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
18:00:08.968 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
18:00:08.968 [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.
0s190ms [pure insertion]
marking any relevant derived attributes for update...18:00:08.968 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:08.968 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:08.978 [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...
18:00:08.978 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:08.978 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:08.978 [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...
18:00:08.981 [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
18:00:08.982 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:08.982 [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
18:00:08.985 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:08.985 [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...18:00:08.985 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:08.985 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:09.053 [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...
18:00:09.053 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:09.053 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:09.053 [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...
18:00:09.056 [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
18:00:09.057 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:09.057 [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
18:00:09.060 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:09.060 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...18:00:09.060 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:09.060 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:09.069 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
18:00:09.069 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:09.069 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:09.069 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
18:00:09.072 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
18:00:09.076 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
18:00:09.076 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
18:00:09.076 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:09.076 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...18:00:09.076 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:09.076 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:09.148 [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...
18:00:09.149 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:09.149 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:09.149 [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...
18:00:09.152 [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
18:00:09.585 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
18:00:09.586 [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
18:00:09.796 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
18:00:09.796 [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.
0s648ms [pure insertion]
marking any relevant derived attributes for update...18:00:09.796 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:09.796 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:09.857 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
18:00:09.857 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:09.859 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:09.859 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
18:00:09.862 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
18:00:09.867 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
18:00:09.867 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
18:00:09.876 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:09.877 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s20ms [pure insertion]
marking any relevant derived attributes for update...18:00:09.877 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:09.877 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:09.954 [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...
18:00:09.954 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:09.955 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:09.955 [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...
18:00:09.958 [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
18:00:10.590 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
18:00:10.648 [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
18:00:11.366 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
18:00:11.366 [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.
1s412ms [pure insertion]
marking any relevant derived attributes for update...18:00:11.366 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:11.367 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:11.376 [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...
18:00:11.377 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:11.377 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:11.377 [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...
18:00:11.380 [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
18:00:11.380 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:11.381 [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
18:00:11.383 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:11.383 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...18:00:11.383 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:11.383 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:11.454 [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...
18:00:11.454 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:11.455 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:11.455 [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...
18:00:11.459 [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
18:00:11.460 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:11.460 [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
18:00:11.463 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:11.463 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...18:00:11.463 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:11.463 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:11.471 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
18:00:11.471 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:11.473 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:11.473 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
18:00:11.476 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
18:00:11.479 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
18:00:11.479 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
18:00:11.479 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:11.479 [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...18:00:11.479 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:11.479 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:11.479 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:11.480 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:11.558 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
18:00:12.352 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
18:00:12.352 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.872s
attempting to resolve any uninitialized derived attributes...
18:00:12.352 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:12.352 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:12.352 [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...
18:00:12.352 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s873ms [proxy update]
18:00:12.352 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:12.353 [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.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.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 /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.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_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
18:00:13.770 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 258 ms
18:00:13.770 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1451253980303082014/test_allContents[LevelDB GreyCat]
18:00:13.773 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1451253980303082014/test_allContents[LevelDB GreyCat]
18:00:13.865 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1451253980303082014/test_allContents[LevelDB GreyCat]
18:00:13.867 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1451253980303082014/test_allContents[LevelDB GreyCat]
18:00:13.869 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1451253980303082014/test_allContents[LevelDB GreyCat]
18:00:13.986 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1451253980303082014/test_allContents[LevelDB GreyCat]
18:00:13.988 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1451253980303082014/test_allContents[LevelDB GreyCat]
18:00:13.989 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:13.989 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/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
18:00:13.991 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:13.991 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:14.152 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:14.153 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1451253980303082014/test_allContents[LevelDB GreyCat]
18:00:14.153 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:14.256 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:14.258 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:14.258 [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
18:00:14.258 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:14.258 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:14.262 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:14.262 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:14.262 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:14.262 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
18:00:14.262 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
18:00:14.262 [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
18:00:14.263 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
18:00:14.263 [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
18:00:14.306 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:14.306 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:14.362 [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
18:00:14.362 [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
18:00:14.362 [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
18:00:14.362 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
18:00:14.364 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
18:00:14.373 [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
18:00:14.409 [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
18:00:14.410 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
18:00:14.448 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
18:00:14.448 [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
18:00:14.448 [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
18:00:14.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
18:00:14.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
18:00:14.448 [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
18:00:14.448 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
18:00:14.448 [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
18:00:14.448 [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
18:00:14.449 [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
18:00:14.452 [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
18:00:14.452 [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
18:00:14.453 [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
18:00:14.454 [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[]
18:00:14.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
18:00:14.454 [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
18:00:14.454 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
18:00:14.454 [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
18:00:14.454 [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
18:00:14.455 [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
18:00:14.455 [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
18:00:14.455 [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
18:00:14.455 [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
18:00:14.455 [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
18:00:14.457 [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
18:00:14.457 [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
18:00:14.457 [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
18:00:14.457 [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
18:00:14.457 [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
18:00:14.457 [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
18:00:14.458 [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
18:00:14.460 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
18:00:14.460 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
18:00:14.466 [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
18:00:14.469 [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
18:00:14.471 [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
18:00:14.485 [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
18:00:14.563 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
18:00:14.564 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:14.677 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
18:00:14.679 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:14.679 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:14.694 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:14.697 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:14.697 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:14.778 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
18:00:14.784 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:14.784 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:14.784 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
18:00:14.787 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
18:00:15.284 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
18:00:15.284 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
18:00:15.849 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
18:00:15.849 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
1s71ms [pure insertion]
marking any relevant derived attributes for update...18:00:15.849 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
18:00:15.851 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
18:00:15.851 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:15.851 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:15.870 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
18:00:15.870 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.019s
attempting to resolve any uninitialized derived attributes...
18:00:15.870 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:15.870 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:15.870 [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...
18:00:15.870 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s19ms [proxy update]
18:00:15.870 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:15.871 [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
18:00:16.553 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 874 ms
18:00:16.605 [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
18:00:16.607 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:16.607 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:16.624 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:16.626 [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/
18:00:16.626 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:16.626 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:16.653 [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...
18:00:16.653 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:16.653 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:16.653 [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...
18:00:16.656 [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
18:00:16.656 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:16.656 [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
18:00:16.659 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:16.659 [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...18:00:16.659 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:16.659 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:16.666 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
18:00:16.666 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:16.666 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:16.666 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
18:00:16.669 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
18:00:16.672 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
18:00:16.672 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
18:00:16.672 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:16.672 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...18:00:16.672 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:16.672 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:16.690 [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...
18:00:16.690 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:16.690 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:16.690 [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...
18:00:16.694 [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
18:00:17.357 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
18:00:17.357 [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
18:00:17.657 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
18:00:17.657 [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.
0s967ms [pure insertion]
marking any relevant derived attributes for update...18:00:17.657 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:17.658 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:17.667 [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...
18:00:17.667 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:17.669 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:17.670 [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...
18:00:17.672 [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
18:00:17.676 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
18:00:17.676 [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
18:00:17.755 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
18:00:17.755 [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.
0s88ms [pure insertion]
marking any relevant derived attributes for update...18:00:17.755 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:17.755 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:17.763 [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...
18:00:17.763 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:17.763 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:17.763 [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...
18:00:17.766 [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
18:00:17.767 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:17.768 [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
18:00:17.770 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:17.770 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...18:00:17.770 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:17.770 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:17.793 [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...
18:00:17.793 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:17.793 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:17.793 [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...
18:00:17.796 [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
18:00:18.481 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
18:00:18.482 [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
18:00:18.625 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
18:00:18.625 [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.
0s832ms [pure insertion]
marking any relevant derived attributes for update...18:00:18.625 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:18.625 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:18.660 [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...
18:00:18.660 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:18.660 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:18.660 [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...
18:00:18.663 [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
18:00:18.964 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
18:00:18.964 [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
18:00:19.001 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
18:00:19.001 [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.
0s341ms [pure insertion]
marking any relevant derived attributes for update...18:00:19.001 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:19.001 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:19.010 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
18:00:19.010 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:19.010 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:19.010 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
18:00:19.049 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
18:00:19.053 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
18:00:19.053 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
18:00:19.053 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:19.053 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s43ms [pure insertion]
marking any relevant derived attributes for update...18:00:19.053 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:19.053 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:19.061 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
18:00:19.061 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:19.061 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:19.061 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
18:00:19.064 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
18:00:19.067 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
18:00:19.067 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
18:00:19.074 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:19.074 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s13ms [pure insertion]
marking any relevant derived attributes for update...18:00:19.074 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:19.075 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:19.084 [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...
18:00:19.084 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:19.084 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:19.084 [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...
18:00:19.087 [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
18:00:19.088 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:19.088 [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
18:00:19.091 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:19.091 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...18:00:19.091 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:19.091 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:19.099 [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...
18:00:19.099 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:19.100 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:19.100 [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...
18:00:19.151 [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
18:00:19.152 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:19.152 [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
18:00:19.156 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:19.156 [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.
0s57ms [pure insertion]
marking any relevant derived attributes for update...18:00:19.156 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:19.157 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:19.157 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:19.157 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:19.287 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
18:00:19.704 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
18:00:19.704 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.547s
attempting to resolve any uninitialized derived attributes...
18:00:19.704 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:19.704 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:19.704 [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...
18:00:19.704 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s547ms [proxy update]
18:00:19.704 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:19.748 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~3s
validating changes...
validating file UPDATED for /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 /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/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
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
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
18:00:20.407 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 800 ms
18:00:20.408 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
18:00:20.408 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3665194628619107170/test_subtreeTraversalScoping[LevelDB GreyCat]
18:00:20.413 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
18:00:20.413 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3665194628619107170/test_subtreeTraversalScoping[LevelDB GreyCat]
18:00:20.415 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:20.415 [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
18:00:20.418 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:20.418 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:20.478 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:20.478 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3665194628619107170/test_subtreeTraversalScoping[LevelDB GreyCat]
18:00:20.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:20.675 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:20.677 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:20.677 [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
18:00:20.677 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:20.677 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:20.680 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:20.680 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:20.680 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:20.680 [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!
18:00:20.680 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:20.681 [pool-174-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...
18:00:20.681 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
changed resource size: 0
relevant graph size: 0
validated changes... true
18:00:20.681 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store
18:00:20.751 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:20.751 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:20.767 [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
18:00:20.767 [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
18:00:20.767 [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
18:00:20.767 [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
18:00:20.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
18:00:20.850 [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
18:00:20.850 [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
18:00:20.850 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
18:00:20.850 [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
18:00:20.851 [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
18:00:20.851 [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
18:00:20.851 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
18:00:20.852 [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
18:00:20.853 [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
18:00:20.853 [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
18:00:20.854 [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
18:00:20.854 [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
18:00:20.854 [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
18:00:20.855 [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[]
18:00:20.855 [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
18:00:20.855 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
18:00:20.855 [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
18:00:20.855 [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
18:00:20.855 [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
18:00:20.855 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
18:00:20.855 [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
18:00:20.855 [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
18:00:20.855 [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
18:00:20.855 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
18:00:20.855 [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
18:00:20.855 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
18:00:20.856 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
18:00:20.856 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
18:00:20.856 [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
18:00:20.856 [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
18:00:20.857 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
18:00:20.858 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
18:00:20.858 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
18:00:20.862 [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
18:00:20.870 [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
18:00:20.872 [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
18:00:20.872 [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
18:00:20.953 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
18:00:20.954 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
18:00:20.955 [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
18:00:20.975 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
18:00:20.975 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:21.086 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
18:00:21.088 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:21.088 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:21.102 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:21.106 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:21.106 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:21.174 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
18:00:21.180 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:21.180 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:21.180 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
18:00:21.183 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
18:00:21.777 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
18:00:21.777 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
18:00:22.090 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
18:00:22.090 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s916ms [pure insertion]
marking any relevant derived attributes for update...18:00:22.090 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:22.091 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:22.092 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:22.092 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:22.112 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
18:00:22.113 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.021s
attempting to resolve any uninitialized derived attributes...
18:00:22.113 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:22.113 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:22.113 [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...
18:00:22.113 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s21ms [proxy update]
18:00:22.113 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:22.113 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		5353
d elems		0
time		~1s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
18:00:22.486 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 397 ms
18:00:22.591 [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
18:00:22.594 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:22.594 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:22.614 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:22.616 [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/
18:00:22.616 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:22.616 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:22.707 [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...
18:00:22.707 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:22.707 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:22.707 [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...
18:00:22.711 [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
18:00:23.177 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
18:00:23.177 [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
18:00:23.452 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
18:00:23.452 [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.
0s745ms [pure insertion]
marking any relevant derived attributes for update...18:00:23.452 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:23.452 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:23.460 [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...
18:00:23.460 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:23.460 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:23.460 [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...
18:00:23.463 [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
18:00:23.467 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
18:00:23.467 [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
18:00:23.490 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
18:00:23.490 [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.
0s30ms [pure insertion]
marking any relevant derived attributes for update...18:00:23.490 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:23.490 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:23.553 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
18:00:23.553 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:23.553 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:23.554 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
18:00:23.557 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
18:00:23.562 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
18:00:23.562 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
18:00:23.562 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:23.562 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s9ms [pure insertion]
marking any relevant derived attributes for update...18:00:23.562 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:23.562 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:23.661 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
18:00:23.661 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:23.661 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:23.661 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
18:00:23.664 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
18:00:23.667 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
18:00:23.667 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
18:00:23.667 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:23.667 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...18:00:23.667 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:23.667 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:23.682 [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...
18:00:23.682 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:23.683 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:23.683 [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...
18:00:23.685 [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
18:00:24.081 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
18:00:24.081 [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
18:00:24.282 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
18:00:24.282 [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.
0s600ms [pure insertion]
marking any relevant derived attributes for update...18:00:24.282 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:24.282 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:24.289 [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...
18:00:24.289 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:24.289 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:24.289 [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...
18:00:24.348 [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
18:00:24.349 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:24.349 [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
18:00:24.351 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:24.351 [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.
0s62ms [pure insertion]
marking any relevant derived attributes for update...18:00:24.351 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:24.351 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:24.362 [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...
18:00:24.362 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:24.364 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:24.364 [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...
18:00:24.366 [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
18:00:24.761 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
18:00:24.761 [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
18:00:24.795 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
18:00:24.795 [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.
0s433ms [pure insertion]
marking any relevant derived attributes for update...18:00:24.795 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:24.795 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:24.803 [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...
18:00:24.803 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:24.803 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:24.803 [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...
18:00:24.805 [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
18:00:24.806 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:24.806 [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
18:00:24.808 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:24.808 [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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...18:00:24.808 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:24.808 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:24.815 [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...
18:00:24.815 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:24.815 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:24.815 [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...
18:00:24.817 [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
18:00:24.818 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:24.818 [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
18:00:24.849 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:24.849 [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.
0s34ms [pure insertion]
marking any relevant derived attributes for update...18:00:24.849 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:24.849 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:24.859 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
18:00:24.859 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:24.859 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:24.859 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
18:00:24.862 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
18:00:24.865 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
18:00:24.865 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
18:00:24.873 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:24.873 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s14ms [pure insertion]
marking any relevant derived attributes for update...18:00:24.873 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:24.873 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:24.880 [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...
18:00:24.880 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:24.881 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:24.881 [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...
18:00:24.883 [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
18:00:24.883 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:24.883 [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
18:00:24.885 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:24.886 [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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...18:00:24.886 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:24.886 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:24.886 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:24.886 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:24.962 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
18:00:25.459 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
18:00:25.459 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.573s
attempting to resolve any uninitialized derived attributes...
18:00:25.459 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:25.459 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:25.459 [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...
18:00:25.459 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s573ms [proxy update]
18:00:25.459 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:25.460 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~2s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.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 /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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.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/IPackageFragment_org.eclipse.jdt.internal.apt.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
changed resource size: 5353
relevant graph size: 5353
validated changes... true
18:00:25.985 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 391 ms
18:00:25.985 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3141882647240953196/test_getAllOf[LevelDB GreyCat]
18:00:25.989 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3141882647240953196/test_getAllOf[LevelDB GreyCat]
18:00:26.165 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3141882647240953196/test_getAllOf[LevelDB GreyCat]
18:00:26.167 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3141882647240953196/test_getAllOf[LevelDB GreyCat]
18:00:26.187 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3141882647240953196/test_getAllOf[LevelDB GreyCat]
18:00:26.188 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType...
18:00:26.188 [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);
18:00:26.190 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType
18:00:26.257 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
18:00:27.549 [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)
18:00:27.549 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 1.359s
18:00:27.549 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType.
18:00:27.552 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:27.552 [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
18:00:27.554 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:27.554 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:27.703 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:27.704 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3141882647240953196/test_getAllOf[LevelDB GreyCat]
18:00:27.704 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:27.820 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:27.821 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:27.821 [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
18:00:27.821 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:27.821 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:27.823 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:27.823 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:27.823 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:27.824 [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!
18:00:27.824 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:27.824 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
18:00:27.824 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
18:00:27.825 [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
18:00:27.851 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:27.851 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:27.862 [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
18:00:27.862 [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
18:00:27.862 [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
18:00:27.863 [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
18:00:27.863 [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
18:00:27.863 [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
18:00:27.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
18:00:27.863 [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
18:00:27.864 [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
18:00:27.864 [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
18:00:27.864 [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
18:00:27.864 [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
18:00:27.865 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
18:00:27.865 [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
18:00:27.865 [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
18:00:27.865 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
18:00:27.866 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
18:00:27.866 [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
18:00:27.866 [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
18:00:27.866 [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
18:00:27.866 [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
18:00:27.867 [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
18:00:27.867 [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
18:00:27.867 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
18:00:27.867 [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
18:00:27.868 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
18:00:27.868 [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
18:00:27.868 [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
18:00:27.868 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
18:00:27.868 [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
18:00:27.868 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
18:00:27.868 [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
18:00:27.868 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
18:00:27.868 [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
18:00:27.868 [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
18:00:27.869 [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
18:00:27.870 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
18:00:27.870 [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
18:00:27.873 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
18:00:27.877 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
18:00:27.877 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
18:00:27.880 [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
18:00:27.880 [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
18:00:27.887 [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
18:00:27.976 [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
18:00:27.993 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
18:00:27.993 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:28.091 [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
18:00:28.092 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:28.093 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:28.107 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:28.111 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:28.111 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:28.170 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
18:00:28.177 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:28.177 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:28.177 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
18:00:28.180 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
18:00:28.594 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
18:00:28.594 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
18:00:28.670 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit4658320522465689699/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit4658320522465689699/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]
18:00:28.881 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
18:00:28.881 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s711ms [pure insertion]
marking any relevant derived attributes for update...18:00:28.881 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
18:00:28.883 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
18:00:28.883 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:28.883 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:28.901 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
18:00:28.901 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.018s
attempting to resolve any uninitialized derived attributes...
18:00:28.901 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:28.901 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:28.901 [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...
18:00:28.901 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s18ms [proxy update]
18:00:28.901 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:28.901 [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
18:00:29.048 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit17706710551233586846/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit17706710551233586846/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]
18:00:29.182 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit2412524303989635205/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit2412524303989635205/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]
changed resource size: 5353
relevant graph size: 5353
validated changes... true
18:00:29.203 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 110 ms
18:00:29.301 [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
18:00:29.303 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:29.303 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:29.397 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:29.399 [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/
18:00:29.399 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:29.399 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:29.407 [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...
18:00:29.407 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:29.407 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:29.408 [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...
18:00:29.412 [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
18:00:29.413 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:29.413 [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
18:00:29.450 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:29.450 [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.
0s43ms [pure insertion]
marking any relevant derived attributes for update...18:00:29.450 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:29.450 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:29.466 [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...
18:00:29.466 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:29.467 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:29.467 [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...
18:00:29.471 [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
18:00:29.582 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
18:00:29.582 [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
18:00:29.659 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
18:00:29.660 [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.
0s194ms [pure insertion]
marking any relevant derived attributes for update...18:00:29.660 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:29.660 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:29.667 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
18:00:29.667 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:29.667 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:29.667 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
18:00:29.670 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
18:00:29.673 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
18:00:29.673 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
18:00:29.673 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:29.673 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...18:00:29.673 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:29.673 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:29.680 [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...
18:00:29.680 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:29.682 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:29.682 [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...
18:00:29.685 [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
18:00:29.685 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:29.685 [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
18:00:29.687 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:29.687 [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...18:00:29.687 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:29.687 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:29.760 [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...
18:00:29.760 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:29.760 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:29.760 [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...
18:00:29.762 [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
18:00:30.228 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
18:00:30.228 [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
18:00:30.398 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
18:00:30.398 [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.
0s638ms [pure insertion]
marking any relevant derived attributes for update...18:00:30.398 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:30.398 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:30.407 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
18:00:30.407 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:30.408 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:30.408 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
18:00:30.411 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
18:00:30.413 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
18:00:30.413 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
18:00:30.421 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:30.421 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s14ms [pure insertion]
marking any relevant derived attributes for update...18:00:30.421 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:30.421 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:30.454 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
18:00:30.454 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:30.454 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:30.454 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
18:00:30.457 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
18:00:30.462 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
18:00:30.462 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
18:00:30.462 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:30.462 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s8ms [pure insertion]
marking any relevant derived attributes for update...18:00:30.462 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:30.462 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:30.479 [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...
18:00:30.479 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:30.481 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:30.481 [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...
18:00:30.484 [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
18:00:30.807 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
18:00:30.807 [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
18:00:31.250 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
18:00:31.250 [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.
0s771ms [pure insertion]
marking any relevant derived attributes for update...18:00:31.250 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:31.250 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:31.261 [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...
18:00:31.261 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:31.261 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:31.261 [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...
18:00:31.265 [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
18:00:31.268 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
18:00:31.268 [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
18:00:31.292 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
18:00:31.292 [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.
0s31ms [pure insertion]
marking any relevant derived attributes for update...18:00:31.292 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:31.292 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:31.301 [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...
18:00:31.301 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:31.301 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:31.301 [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...
18:00:31.304 [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
18:00:31.348 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:31.348 [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
18:00:31.353 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:31.353 [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.
0s52ms [pure insertion]
marking any relevant derived attributes for update...18:00:31.353 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:31.353 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:31.362 [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...
18:00:31.362 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:31.362 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:31.362 [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...
18:00:31.365 [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
18:00:31.366 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:31.366 [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
18:00:31.371 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:31.371 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...18:00:31.371 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:31.371 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:31.371 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:31.371 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:31.453 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
18:00:31.788 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
18:00:31.788 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.417s
attempting to resolve any uninitialized derived attributes...
18:00:31.788 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:31.788 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:31.788 [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...
18:00:31.788 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s417ms [proxy update]
18:00:31.788 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:31.789 [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 /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/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/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.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/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
changed resource size: 5353
relevant graph size: 5353
validated changes... true
18:00:32.301 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 998 ms
18:00:32.302 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5009710933388241705/test_getFiles[LevelDB GreyCat]
18:00:32.306 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5009710933388241705/test_getFiles[LevelDB GreyCat]
18:00:32.309 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:32.309 [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
18:00:32.312 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:32.312 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:32.375 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:32.376 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5009710933388241705/test_getFiles[LevelDB GreyCat]
18:00:32.376 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:32.490 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:32.492 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:32.492 [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
18:00:32.492 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:32.492 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:32.494 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:32.494 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:32.494 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:32.495 [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!
18:00:32.495 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:32.495 [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...
18:00:32.495 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
changed resource size: 0
relevant graph size: 0
validated changes... true
18:00:32.495 [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
18:00:32.520 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:32.520 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:32.557 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
18:00:32.558 [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
18:00:32.589 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
18:00:32.591 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
18:00:32.591 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
18:00:32.595 [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
18:00:32.596 [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
18:00:32.599 [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
18:00:32.654 [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
18:00:32.661 [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
18:00:32.661 [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
18:00:32.661 [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
18:00:32.661 [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
18:00:32.661 [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
18:00:32.661 [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
18:00:32.661 [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
18:00:32.661 [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
18:00:32.662 [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[]
18:00:32.662 [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
18:00:32.662 [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
18:00:32.662 [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
18:00:32.662 [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
18:00:32.662 [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
18:00:32.662 [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
18:00:32.663 [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
18:00:32.664 [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
18:00:32.664 [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
18:00:32.665 [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
18:00:32.666 [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
18:00:32.666 [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
18:00:32.666 [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
18:00:32.667 [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
18:00:32.668 [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
18:00:32.668 [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
18:00:32.668 [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
18:00:32.669 [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
18:00:32.669 [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
18:00:32.669 [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
18:00:32.670 [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
18:00:32.670 [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
18:00:32.670 [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
18:00:32.670 [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
18:00:32.670 [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
18:00:32.670 [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
18:00:32.671 [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
18:00:32.685 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
18:00:32.685 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:32.788 [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
18:00:32.790 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:32.790 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:32.805 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:32.810 [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/
18:00:32.810 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:32.810 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:32.848 [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...
18:00:32.854 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:32.854 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:32.854 [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...
18:00:32.860 [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
18:00:33.281 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
18:00:33.281 [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
18:00:33.468 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
18:00:33.468 [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.
0s620ms [pure insertion]
marking any relevant derived attributes for update...18:00:33.468 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
18:00:33.470 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
18:00:33.479 [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...
18:00:33.479 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:33.480 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:33.480 [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...
18:00:33.482 [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
18:00:33.656 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
18:00:33.656 [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
18:00:33.683 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
18:00:33.683 [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.
0s204ms [pure insertion]
marking any relevant derived attributes for update...18:00:33.683 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:33.683 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:33.749 [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...
18:00:33.749 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:33.749 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:33.749 [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...
18:00:33.752 [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
18:00:33.752 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:33.752 [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
18:00:33.755 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:33.755 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...18:00:33.755 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:33.755 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:33.763 [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...
18:00:33.763 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:33.763 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:33.763 [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...
18:00:33.766 [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
18:00:33.767 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:33.767 [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
18:00:33.771 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:33.771 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...18:00:33.771 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:33.771 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:33.780 [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...
18:00:33.780 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:33.782 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:33.782 [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...
18:00:33.785 [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
18:00:33.786 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:33.786 [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
18:00:33.788 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:33.788 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...18:00:33.788 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:33.788 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:33.849 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
18:00:33.849 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:33.850 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:33.850 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
18:00:33.853 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
18:00:33.857 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
18:00:33.857 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
18:00:33.857 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:33.857 [pool-178-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...18:00:33.857 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:33.857 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:33.866 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
18:00:33.867 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:33.867 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:33.867 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
18:00:33.870 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
18:00:33.874 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
18:00:33.874 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
18:00:33.881 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:33.881 [pool-178-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...18:00:33.881 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:33.881 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:33.888 [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...
18:00:33.888 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:33.888 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:33.888 [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...
18:00:33.892 [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
18:00:33.893 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
18:00:33.893 [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
18:00:33.950 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:33.950 [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.
0s62ms [pure insertion]
marking any relevant derived attributes for update...18:00:33.950 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:33.950 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:33.957 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
18:00:33.957 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:33.959 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:33.959 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
18:00:33.962 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
18:00:33.964 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
18:00:33.964 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
18:00:33.964 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:33.964 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...18:00:33.964 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:33.964 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:33.972 [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...
18:00:33.972 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:33.972 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:33.972 [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...
18:00:33.974 [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
18:00:34.053 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
18:00:34.053 [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
18:00:34.074 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
18:00:34.074 [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.
0s102ms [pure insertion]
marking any relevant derived attributes for update...18:00:34.074 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:34.074 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:34.089 [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...
18:00:34.089 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:34.089 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:34.089 [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...
18:00:34.092 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
18:00:34.466 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
18:00:34.466 [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
18:00:35.365 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
18:00:35.365 [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.
1s276ms [pure insertion]
marking any relevant derived attributes for update...18:00:35.365 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:35.366 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:35.366 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:35.366 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:35.465 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
18:00:35.881 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
18:00:35.881 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.515s
attempting to resolve any uninitialized derived attributes...
18:00:35.881 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:35.881 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:35.881 [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...
18:00:35.881 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s516ms [proxy update]
18:00:35.882 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:35.883 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~3s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.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.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 /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/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
18:00:36.382 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 592 ms
18:00:36.382 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13475270073916311537/test_getAllOfCountsSubtypes[LevelDB GreyCat]
18:00:36.383 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot...
18:00:36.384 [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);
18:00:36.385 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot
18:00:36.449 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
18:00:36.473 [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)
18:00:36.473 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.088s
18:00:36.473 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot.
18:00:36.474 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13475270073916311537/test_getAllOfCountsSubtypes[LevelDB GreyCat]
18:00:36.475 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot...
18:00:36.476 [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);
18:00:36.478 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot
18:00:36.484 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
18:00:36.574 [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)
18:00:36.574 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.096s
18:00:36.574 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot.
18:00:36.695 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:36.700 [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
18:00:36.700 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms
18:00:36.702 [pool-178-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13475270073916311537/test_getAllOfCountsSubtypes[LevelDB GreyCat]
18:00:36.703 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:36.703 [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
18:00:36.705 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:36.705 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:36.840 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:36.840 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13475270073916311537/test_getAllOfCountsSubtypes[LevelDB GreyCat]
18:00:36.840 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:36.997 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:36.998 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:36.998 [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
18:00:36.998 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:36.998 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:37.000 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:37.000 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:37.001 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:37.001 [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!
18:00:37.001 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:37.001 [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
18:00:37.002 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
18:00:37.002 [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
18:00:37.006 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:37.006 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:37.010 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
18:00:37.010 [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
18:00:37.010 [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
18:00:37.010 [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
18:00:37.010 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
18:00:37.011 [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
18:00:37.011 [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
18:00:37.011 [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
18:00:37.011 [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
18:00:37.011 [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
18:00:37.011 [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
18:00:37.011 [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
18:00:37.012 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
18:00:37.012 [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
18:00:37.012 [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
18:00:37.012 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
18:00:37.012 [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
18:00:37.012 [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
18:00:37.012 [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
18:00:37.012 [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
18:00:37.012 [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
18:00:37.012 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
18:00:37.012 [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
18:00:37.013 [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
18:00:37.013 [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
18:00:37.013 [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
18:00:37.013 [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
18:00:37.013 [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
18:00:37.013 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
18:00:37.014 [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
18:00:37.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
18:00:37.015 [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[]
18:00:37.015 [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
18:00:37.019 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
18:00:37.019 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:37.019 [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
18:00:37.022 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:37.022 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:37.049 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.050 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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[]
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.051 [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
18:00:37.052 [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
18:00:37.052 [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
18:00:37.052 [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
18:00:37.052 [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[]
18:00:37.055 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
18:00:37.055 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:37.055 [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
18:00:37.056 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:37.056 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:37.060 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
18:00:37.061 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
18:00:37.062 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:37.117 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit11459036702877317149/:org.eclipse.hawk.localfolder.LocalFolder:false
18:00:37.119 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:37.119 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:37.148 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:37.153 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:37.153 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:37.154 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
18:00:37.162 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:37.162 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:37.162 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
18:00:37.166 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
18:00:37.172 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
18:00:37.172 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
18:00:37.172 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
18:00:37.172 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s18ms [pure insertion]
marking any relevant derived attributes for update...18:00:37.172 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
18:00:37.174 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
18:00:37.174 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:37.174 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:37.175 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
18:00:37.175 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
18:00:37.175 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:37.175 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:37.175 [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...
18:00:37.175 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
18:00:37.175 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:37.176 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
18:00:37.176 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 57 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/add-child.model over /tmp/junit11459036702877317149/tree.model
18:00:37.177 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:37.178 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:37.178 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:37.178 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:37.179 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
18:00:37.179 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:37.180 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
18:00:37.180 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
18:00:37.180 [pool-180-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
18:00:37.180 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model...
18:00:37.180 [pool-180-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model
18:00:37.184 [pool-180-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.004s
18:00:37.188 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
18:00:37.191 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
18:00:37.191 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
18:00:37.191 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
18:00:37.191 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model.
0s12ms [pure insertion]
marking any relevant derived attributes for update...18:00:37.191 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:37.191 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:37.191 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:37.191 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:37.191 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
18:00:37.191 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
18:00:37.191 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:37.191 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:37.192 [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...
18:00:37.192 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
18:00:37.192 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:37.192 [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
18:00:37.192 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 15 ms
18:00:37.193 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:37.193 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit11459036702877317149/:org.eclipse.hawk.localfolder.LocalFolder:false
18:00:37.194 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:37.194 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:37.273 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:37.274 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6136631242407482625/test_addChild[LevelDB GreyCat]
18:00:37.274 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:37.391 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:37.392 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:37.392 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
18:00:37.392 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:37.392 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:37.394 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:37.394 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:37.394 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:37.394 [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!
18:00:37.394 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:37.395 [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
18:00:37.395 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
18:00:37.395 [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
18:00:37.397 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:37.397 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:37.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
18:00:37.402 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
18:00:37.402 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
18:00:37.402 [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
18:00:37.402 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
18:00:37.402 [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
18:00:37.402 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
18:00:37.402 [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
18:00:37.403 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
18:00:37.403 [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
18:00:37.403 [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
18:00:37.403 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
18:00:37.403 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
18:00:37.403 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
18:00:37.403 [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
18:00:37.403 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
18:00:37.403 [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
18:00:37.403 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
18:00:37.403 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
18:00:37.404 [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
18:00:37.404 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
18:00:37.404 [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[]
18:00:37.404 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
18:00:37.404 [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
18:00:37.404 [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
18:00:37.405 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
18:00:37.405 [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
18:00:37.405 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
18:00:37.405 [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
18:00:37.405 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
18:00:37.405 [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
18:00:37.405 [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
18:00:37.405 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
18:00:37.409 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
18:00:37.409 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:37.409 [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
18:00:37.411 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:37.411 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:37.414 [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
18:00:37.414 [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
18:00:37.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
18:00:37.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
18:00:37.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
18:00:37.414 [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
18:00:37.415 [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
18:00:37.415 [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
18:00:37.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
18:00:37.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
18:00:37.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
18:00:37.415 [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
18:00:37.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[]
18:00:37.415 [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
18:00:37.415 [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
18:00:37.415 [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
18:00:37.415 [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
18:00:37.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
18:00:37.415 [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
18:00:37.415 [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
18:00:37.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
18:00:37.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
18:00:37.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
18:00:37.415 [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
18:00:37.415 [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
18:00:37.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
18:00:37.415 [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
18:00:37.415 [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
18:00:37.415 [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
18:00:37.415 [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
18:00:37.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
18:00:37.415 [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
18:00:37.415 [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
18:00:37.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
18:00:37.415 [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
18:00:37.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
18:00:37.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
18:00:37.415 [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
18:00:37.415 [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
18:00:37.416 [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
18:00:37.416 [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
18:00:37.416 [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
18:00:37.416 [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[]
18:00:37.416 [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
18:00:37.416 [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
18:00:37.416 [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
18:00:37.416 [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
18:00:37.416 [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
18:00:37.416 [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
18:00:37.416 [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
18:00:37.416 [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
18:00:37.416 [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
18:00:37.416 [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
18:00:37.416 [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
18:00:37.416 [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
18:00:37.416 [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
18:00:37.416 [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
18:00:37.416 [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
18:00:37.416 [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
18:00:37.419 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
18:00:37.419 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:37.419 [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
18:00:37.420 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:37.420 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:37.424 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
18:00:37.425 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
18:00:37.425 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:37.508 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit3293484083441761720/:org.eclipse.hawk.localfolder.LocalFolder:false
18:00:37.509 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:37.510 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:37.510 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:37.510 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:37.510 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:37.511 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:37.511 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:37.515 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
18:00:37.515 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
18:00:37.515 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:37.515 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:37.517 [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...
18:00:37.517 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
18:00:37.519 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:37.519 [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
18:00:37.519 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 9 ms
18:00:37.519 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:37.520 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:37.522 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:37.522 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:37.523 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
18:00:37.549 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:37.549 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:37.549 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
18:00:37.554 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
18:00:37.557 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
18:00:37.557 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
18:00:37.557 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
18:00:37.557 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s34ms [pure insertion]
marking any relevant derived attributes for update...18:00:37.557 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:37.557 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:37.557 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:37.557 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:37.558 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
18:00:37.558 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
18:00:37.558 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:37.558 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:37.558 [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...
18:00:37.558 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
18:00:37.558 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:37.558 [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
18:00:37.558 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 39 ms
18:00:37.559 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:37.559 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit3293484083441761720/:org.eclipse.hawk.localfolder.LocalFolder:false
18:00:37.560 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:37.560 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:37.660 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:37.660 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16602289874486620705/test_addModel[LevelDB GreyCat]
18:00:37.660 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:37.773 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:37.775 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:37.775 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
18:00:37.775 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:37.775 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:37.777 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:37.777 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:37.777 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:37.777 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
18:00:37.778 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:37.778 [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
18:00:37.778 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
18:00:37.778 [pool-184-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
18:00:37.781 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:37.781 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:37.785 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
18:00:37.785 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
18:00:37.785 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
18:00:37.786 [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
18:00:37.786 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
18:00:37.786 [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
18:00:37.786 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
18:00:37.786 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
18:00:37.786 [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
18:00:37.786 [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
18:00:37.786 [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
18:00:37.786 [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
18:00:37.787 [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
18:00:37.787 [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
18:00:37.787 [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
18:00:37.787 [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
18:00:37.787 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
18:00:37.787 [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
18:00:37.788 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
18:00:37.789 [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
18:00:37.789 [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
18:00:37.790 [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
18:00:37.790 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
18:00:37.790 [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
18:00:37.790 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
18:00:37.790 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
18:00:37.791 [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
18:00:37.791 [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
18:00:37.793 [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
18:00:37.793 [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
18:00:37.793 [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
18:00:37.793 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
18:00:37.794 [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
18:00:37.797 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
18:00:37.797 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:37.797 [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
18:00:37.799 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:37.799 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:37.803 [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
18:00:37.803 [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
18:00:37.803 [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
18:00:37.803 [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
18:00:37.803 [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
18:00:37.803 [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[]
18:00:37.803 [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
18:00:37.803 [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
18:00:37.804 [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
18:00:37.804 [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
18:00:37.804 [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
18:00:37.804 [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
18:00:37.804 [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
18:00:37.804 [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
18:00:37.804 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.805 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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[]
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.806 [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
18:00:37.809 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
18:00:37.809 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:37.809 [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
18:00:37.810 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:37.810 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:37.870 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
18:00:37.873 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
18:00:37.873 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:37.987 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit2003410113052767685/:org.eclipse.hawk.localfolder.LocalFolder:false
18:00:37.989 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:37.989 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:37.990 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:37.994 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:37.994 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:37.995 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
18:00:38.001 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:38.001 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:38.001 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
18:00:38.005 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
18:00:38.050 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
18:00:38.050 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
18:00:38.051 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
18:00:38.051 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s56ms [pure insertion]
marking any relevant derived attributes for update...18:00:38.051 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:38.052 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:38.052 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:38.052 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:38.053 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
18:00:38.053 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
18:00:38.053 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:38.053 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:38.053 [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...
18:00:38.053 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
18:00:38.053 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:38.053 [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
18:00:38.054 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 65 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-root.model over /tmp/junit2003410113052767685/tree.model
18:00:38.054 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:38.055 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:38.055 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:38.056 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:38.056 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
18:00:38.056 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:38.056 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
18:00:38.057 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
18:00:38.057 [pool-184-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
18:00:38.057 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model...
18:00:38.057 [pool-184-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
18:00:38.060 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model.
0s5ms [pure insertion]
marking any relevant derived attributes for update...18:00:38.061 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:38.061 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:38.061 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:38.061 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:38.061 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
18:00:38.061 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
18:00:38.061 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:38.061 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:38.061 [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...
18:00:38.061 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
18:00:38.061 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:38.061 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1
d elems		0
time		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
18:00:38.061 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 7 ms
18:00:38.063 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:38.063 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit2003410113052767685/:org.eclipse.hawk.localfolder.LocalFolder:false
18:00:38.064 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:38.064 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:38.112 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:38.112 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12742781362268040234/test_renameRoot[LevelDB GreyCat]
18:00:38.112 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:38.297 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:38.299 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:38.299 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
18:00:38.299 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:38.299 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:38.301 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:38.301 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:38.301 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:38.301 [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!
18:00:38.302 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:38.302 [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
18:00:38.302 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
18:00:38.302 [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
18:00:38.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:38.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:38.353 [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
18:00:38.353 [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
18:00:38.354 [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
18:00:38.354 [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
18:00:38.356 [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
18:00:38.356 [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
18:00:38.356 [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
18:00:38.356 [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
18:00:38.356 [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
18:00:38.357 [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
18:00:38.357 [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
18:00:38.357 [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
18:00:38.357 [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
18:00:38.359 [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
18:00:38.359 [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
18:00:38.359 [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
18:00:38.360 [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
18:00:38.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[]
18:00:38.360 [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
18:00:38.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
18:00:38.360 [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
18:00:38.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
18:00:38.360 [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
18:00:38.360 [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
18:00:38.361 [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
18:00:38.361 [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
18:00:38.361 [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
18:00:38.361 [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
18:00:38.361 [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
18:00:38.361 [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
18:00:38.362 [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
18:00:38.363 [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
18:00:38.363 [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
18:00:38.367 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
18:00:38.367 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:38.367 [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
18:00:38.369 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:38.369 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:38.372 [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
18:00:38.372 [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
18:00:38.372 [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
18:00:38.372 [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
18:00:38.372 [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
18:00:38.372 [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
18:00:38.372 [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
18:00:38.372 [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
18:00:38.372 [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
18:00:38.372 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.373 [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
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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[]
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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[]
18:00:38.374 [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
18:00:38.374 [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
18:00:38.374 [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
18:00:38.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
18:00:38.375 [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
18:00:38.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
18:00:38.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
18:00:38.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
18:00:38.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
18:00:38.378 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
18:00:38.378 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:38.378 [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
18:00:38.379 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:38.379 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:38.383 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
18:00:38.384 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
18:00:38.384 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:38.498 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit13690665460400674449/:org.eclipse.hawk.localfolder.LocalFolder:false
18:00:38.500 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:38.500 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:38.501 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:38.504 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:38.504 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:38.505 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
18:00:38.551 [pool-186-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:38.551 [pool-186-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:38.551 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
18:00:38.556 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
18:00:38.563 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
18:00:38.563 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
18:00:38.563 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
18:00:38.563 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s58ms [pure insertion]
marking any relevant derived attributes for update...18:00:38.563 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
18:00:38.566 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
18:00:38.566 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:38.566 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:38.566 [pool-186-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
18:00:38.566 [pool-186-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
18:00:38.566 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:38.566 [pool-186-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:38.566 [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...
18:00:38.566 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
18:00:38.567 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:38.567 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
18:00:38.567 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 67 ms
property: eContainer not found in metamodel for type: Tree
18:00:38.570 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:38.570 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit13690665460400674449/:org.eclipse.hawk.localfolder.LocalFolder:false
18:00:38.571 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:38.571 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:38.649 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:38.649 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11416424927628774669/test_eContainer[LevelDB GreyCat]
18:00:38.649 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:38.774 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:38.776 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:38.776 [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
18:00:38.776 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:38.776 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:38.778 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:38.778 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:38.778 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:38.779 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
18:00:38.779 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
18:00:38.779 [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
18:00:38.779 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
18:00:38.780 [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
18:00:38.782 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:38.782 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:38.787 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
18:00:38.787 [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
18:00:38.787 [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
18:00:38.788 [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
18:00:38.788 [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
18:00:38.788 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
18:00:38.789 [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
18:00:38.790 [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
18:00:38.791 [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
18:00:38.791 [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
18:00:38.791 [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
18:00:38.792 [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
18:00:38.792 [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
18:00:38.792 [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
18:00:38.792 [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
18:00:38.792 [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
18:00:38.792 [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
18:00:38.792 [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
18:00:38.793 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
18:00:38.793 [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
18:00:38.793 [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
18:00:38.794 [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
18:00:38.794 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
18:00:38.794 [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
18:00:38.794 [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
18:00:38.794 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
18:00:38.794 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
18:00:38.794 [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[]
18:00:38.794 [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
18:00:38.794 [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
18:00:38.796 [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
18:00:38.796 [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
18:00:38.796 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
18:00:38.800 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
18:00:38.800 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:38.800 [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
18:00:38.802 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:38.802 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:38.806 [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
18:00:38.806 [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
18:00:38.806 [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
18:00:38.806 [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
18:00:38.806 [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
18:00:38.806 [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
18:00:38.806 [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
18:00:38.806 [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
18:00:38.806 [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
18:00:38.806 [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
18:00:38.806 [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
18:00:38.806 [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
18:00:38.806 [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
18:00:38.806 [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
18:00:38.806 [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
18:00:38.806 [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
18:00:38.807 [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
18:00:38.807 [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
18:00:38.807 [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
18:00:38.807 [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
18:00:38.807 [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[]
18:00:38.807 [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
18:00:38.807 [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
18:00:38.807 [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
18:00:38.807 [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
18:00:38.807 [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
18:00:38.807 [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
18:00:38.807 [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
18:00:38.807 [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
18:00:38.807 [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
18:00:38.808 [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
18:00:38.808 [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
18:00:38.808 [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
18:00:38.808 [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
18:00:38.808 [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
18:00:38.808 [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
18:00:38.808 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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[]
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.809 [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
18:00:38.812 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
18:00:38.812 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:38.812 [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
18:00:38.813 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:38.813 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:38.817 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
18:00:38.818 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
18:00:38.818 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:38.882 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit358512816394387286/:org.eclipse.hawk.localfolder.LocalFolder:false
18:00:38.884 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:38.884 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:38.885 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:38.889 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:38.889 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:38.890 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
18:00:38.915 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:38.915 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:38.915 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
18:00:38.917 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
18:00:38.921 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
18:00:38.921 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
18:00:38.921 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
18:00:38.921 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s31ms [pure insertion]
marking any relevant derived attributes for update...18:00:38.921 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:38.922 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:38.922 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:38.922 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:38.923 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
18:00:38.923 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
18:00:38.923 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:38.923 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:38.923 [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...
18:00:38.923 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
18:00:38.923 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:38.923 [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
18:00:38.923 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 39 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/remove-child.model over /tmp/junit358512816394387286/tree.model
18:00:38.924 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:38.924 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:38.925 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:38.925 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:38.926 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
18:00:38.926 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:38.926 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
18:00:38.926 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0
18:00:38.926 [pool-188-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
18:00:38.926 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model...
18:00:38.926 [pool-188-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model
18:00:38.928 [pool-188-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s
18:00:38.931 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
18:00:38.933 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
18:00:38.933 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
18:00:38.933 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
18:00:38.933 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model.
0s7ms [pure insertion]
marking any relevant derived attributes for update...18:00:38.933 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:38.933 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:38.933 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:38.933 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:38.933 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
18:00:38.933 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
18:00:38.933 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:38.933 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:38.933 [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...
18:00:38.933 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
18:00:38.933 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:38.933 [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
18:00:38.933 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 9 ms
18:00:38.934 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:38.934 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit358512816394387286/:org.eclipse.hawk.localfolder.LocalFolder:false
18:00:38.935 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:38.935 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:39.025 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:39.026 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10193463477515523200/test_removeChild[LevelDB GreyCat]
18:00:39.026 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:39.132 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:39.133 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:39.133 [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
18:00:39.133 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:39.133 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:39.135 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:39.135 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:39.135 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:39.135 [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!
18:00:39.135 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:39.136 [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...
18:00:39.136 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
changed resource size: 0
relevant graph size: 0
validated changes... true
18:00:39.136 [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
18:00:39.139 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:39.139 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:39.142 [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
18:00:39.142 [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
18:00:39.143 [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
18:00:39.143 [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
18:00:39.143 [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
18:00:39.143 [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
18:00:39.143 [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
18:00:39.143 [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
18:00:39.143 [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
18:00:39.143 [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
18:00:39.143 [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[]
18:00:39.144 [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
18:00:39.144 [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
18:00:39.144 [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
18:00:39.144 [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
18:00:39.144 [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
18:00:39.144 [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
18:00:39.144 [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
18:00:39.145 [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
18:00:39.145 [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
18:00:39.145 [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
18:00:39.145 [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
18:00:39.145 [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
18:00:39.145 [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
18:00:39.145 [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
18:00:39.145 [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
18:00:39.145 [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
18:00:39.146 [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
18:00:39.146 [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
18:00:39.146 [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
18:00:39.146 [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
18:00:39.146 [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
18:00:39.146 [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
18:00:39.149 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
18:00:39.149 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:39.149 [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
18:00:39.151 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:39.151 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.154 [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
18:00:39.155 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
18:00:39.155 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
18:00:39.155 [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
18:00:39.155 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
18:00:39.155 [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
18:00:39.155 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
18:00:39.155 [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
18:00:39.155 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
18:00:39.155 [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
18:00:39.155 [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
18:00:39.155 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
18:00:39.155 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
18:00:39.155 [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
18:00:39.155 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
18:00:39.155 [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
18:00:39.155 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
18:00:39.155 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
18:00:39.156 [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
18:00:39.156 [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
18:00:39.156 [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
18:00:39.156 [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
18:00:39.156 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
18:00:39.156 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
18:00:39.156 [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
18:00:39.156 [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
18:00:39.156 [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
18:00:39.156 [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
18:00:39.156 [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
18:00:39.156 [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
18:00:39.156 [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
18:00:39.156 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
18:00:39.156 [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
18:00:39.156 [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
18:00:39.156 [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
18:00:39.156 [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
18:00:39.156 [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
18:00:39.156 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
18:00:39.156 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
18:00:39.158 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
18:00:39.158 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:39.158 [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
18:00:39.159 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:39.159 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:39.162 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
18:00:39.163 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
18:00:39.163 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:39.254 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit17089512608688659355/:org.eclipse.hawk.localfolder.LocalFolder:false
18:00:39.255 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:39.255 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:39.257 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:39.260 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:39.260 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:39.261 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
18:00:39.267 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:39.267 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:39.267 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
18:00:39.270 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
18:00:39.274 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
18:00:39.274 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
18:00:39.274 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
18:00:39.274 [pool-190-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...18:00:39.274 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:39.275 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:39.276 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:39.276 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:39.276 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
18:00:39.276 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
18:00:39.276 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:39.276 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:39.276 [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...
18:00:39.276 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
18:00:39.276 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:39.276 [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
18:00:39.277 [pool-190-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-child.model over /tmp/junit17089512608688659355/tree.model
18:00:39.277 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:39.278 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:39.279 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:39.279 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:39.279 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
18:00:39.279 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:39.279 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
18:00:39.280 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
18:00:39.280 [pool-190-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
18:00:39.280 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model...
18:00:39.280 [pool-190-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
18:00:39.280 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model.
0s1ms [pure insertion]
marking any relevant derived attributes for update...18:00:39.280 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:39.280 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:39.280 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:39.280 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:39.280 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
18:00:39.280 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
18:00:39.280 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:39.280 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:39.280 [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...
18:00:39.280 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
18:00:39.280 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:39.280 [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
18:00:39.281 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms
18:00:39.283 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:39.283 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit17089512608688659355/:org.eclipse.hawk.localfolder.LocalFolder:false
18:00:39.285 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:39.285 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:39.375 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:39.375 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10362131353945829437/test_renameChild[LevelDB GreyCat]
18:00:39.375 [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
18:00:40.371 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:40.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:40.373 [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
18:00:40.971 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:40.971 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:41.163 [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
18:00:41.163 [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
18:00:41.192 [main] 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
18:00:41.196 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
18:00:41.552 [main] 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
18:00:41.855 [main] 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
18:00:41.951 [main] 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
18:00:42.251 [main] 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
18:00:42.260 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
18:00:42.363 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
18:00:42.456 [main] 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
18:00:42.476 [main] 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
18:00:42.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
18:00:42.585 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
18:00:42.599 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
18:00:42.699 [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
18:00:42.699 [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
18:00:42.699 [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
18:00:42.699 [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
18:00:42.699 [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
18:00:42.699 [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
18:00:42.699 [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
18:00:42.699 [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
18:00:42.700 [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
18:00:42.700 [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
18:00:42.700 [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
18:00:42.700 [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[]
18:00:42.700 [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
18:00:42.700 [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
18:00:42.700 [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
18:00:42.700 [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
18:00:42.700 [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
18:00:42.700 [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
18:00:42.700 [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
18:00:42.700 [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
18:00:42.700 [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[]
18:00:42.700 [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
18:00:42.700 [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
18:00:42.700 [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
18:00:42.700 [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
18:00:42.700 [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
18:00:42.700 [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
18:00:42.700 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.701 [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
18:00:42.748 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
18:00:42.749 [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
18:00:42.752 [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
18:00:42.752 [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
18:00:42.753 [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
18:00:42.756 [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
18:00:42.756 [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
18:00:42.758 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:00:42.758 [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
18:00:42.761 [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
18:00:42.762 [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
18:00:42.763 [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
18:00:42.764 [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
18:00:42.770 [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
18:00:42.771 [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
18:00:42.771 [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
18:00:42.771 [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
18:00:42.773 [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
18:00:42.776 [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
18:00:42.777 [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
18:00:42.778 [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
18:00:42.781 [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
18:00:42.782 [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
18:00:42.784 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
18:00:42.784 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
18:00:42.785 [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
18:00:42.786 [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
18:00:42.786 [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[]
18:00:42.786 [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
18:00:42.786 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
18:00:42.786 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
18:00:42.786 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
18:00:42.786 [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
18:00:42.787 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
18:00:42.787 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
18:00:42.787 [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
18:00:42.787 [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
18:00:42.787 [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
18:00:42.788 [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
18:00:42.788 [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
18:00:42.788 [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
18:00:42.789 [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
18:00:42.789 [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
18:00:42.789 [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
18:00:42.790 [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
18:00:42.790 [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
18:00:42.790 [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
18:00:42.790 [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
18:00:42.790 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
18:00:42.790 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
18:00:42.791 [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
18:00:42.791 [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
18:00:42.792 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
18:00:42.792 [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
18:00:42.792 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
18:00:42.792 [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
18:00:42.793 [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
18:00:42.794 [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
18:00:42.849 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:00:42.849 [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
18:00:42.851 [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
18:00:42.853 [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
18:00:42.854 [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
18:00:42.855 [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
18:00:42.858 [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
18:00:42.858 [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
18:00:42.858 [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
18:00:42.860 [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
18:00:42.862 [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
18:00:42.863 [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
18:00:42.863 [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
18:00:42.863 [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
18:00:42.863 [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
18:00:42.863 [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
18:00:42.886 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
18:00:42.886 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:42.955 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:42.956 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
18:00:42.956 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:42.956 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:00:42.957 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
18:00:43.057 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:00:43.059 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:43.059 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:43.060 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:43.064 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:43.064 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:43.067 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
18:00:43.073 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:43.073 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:43.073 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
18:00:43.077 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
18:00:43.155 [pool-192-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind
18:00:43.279 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
18:00:43.279 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
18:00:43.357 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
18:00:43.357 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s290ms [pure insertion]
marking any relevant derived attributes for update...18:00:43.357 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:43.358 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:43.363 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
18:00:43.363 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:43.363 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:43.363 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
18:00:43.366 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
18:00:43.569 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
18:00:43.569 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
18:00:43.652 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
18:00:43.652 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s289ms [pure insertion]
marking any relevant derived attributes for update...18:00:43.652 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:43.652 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:43.655 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
18:00:43.655 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:43.655 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:43.655 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
18:00:43.658 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
18:00:43.753 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
18:00:43.753 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
18:00:43.759 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
18:00:43.759 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s104ms [pure insertion]
marking any relevant derived attributes for update...18:00:43.759 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:43.759 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:43.780 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
18:00:43.780 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:43.780 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:43.780 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
18:00:43.783 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
18:00:43.882 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
18:00:43.882 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
18:00:43.956 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
18:00:43.956 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s176ms [pure insertion]
marking any relevant derived attributes for update...18:00:43.956 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:43.956 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:43.956 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:43.956 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:43.964 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
18:00:43.964 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
18:00:43.964 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s
attempting to resolve any uninitialized derived attributes...
18:00:43.964 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:43.964 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:43.964 [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...
18:00:43.964 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
18:00:43.964 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:43.965 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:00:43.965 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 906 ms
18:00:43.965 [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
18:00:43.968 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:43.968 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:43.981 [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
18:00:43.981 [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
18:00:43.982 [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
18:00:43.983 [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
18:00:43.983 [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
18:00:43.984 [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
18:00:43.984 [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
18:00:43.984 [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
18:00:43.988 [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)
18:00:43.989 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:00:44.170 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit7109872657545750229/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:00:44.176 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:44.176 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:44.176 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:44.178 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:44.178 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:44.178 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:44.178 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:44.178 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
18:00:44.179 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
18:00:44.179 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
18:00:44.179 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:44.179 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:44.179 [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...
18:00:44.179 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
18:00:44.179 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:44.181 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:44.181 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:44.181 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:44.188 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
18:00:44.188 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:44.188 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:44.188 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
18:00:44.192 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
18:00:44.253 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
18:00:44.253 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
18:00:44.258 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
18:00:44.258 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s70ms [pure insertion]
marking any relevant derived attributes for update...18:00:44.258 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:44.258 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:44.258 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:44.258 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:44.260 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
18:00:44.261 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
18:00:44.261 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
18:00:44.261 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:44.261 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:44.261 [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...
18:00:44.261 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s3ms [proxy update]
18:00:44.261 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:44.261 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:00:44.261 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 85 ms
18:00:44.271 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:44.272 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:44.273 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:44.273 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:44.277 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
18:00:44.277 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:44.277 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store
18:00:44.350 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635
18:00:44.350 [pool-192-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
18:00:44.350 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /model.uml...
18:00:44.350 [pool-192-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml
18:00:44.360 [pool-192-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.01s
18:00:44.365 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
18:00:44.375 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
18:00:44.375 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
18:00:44.381 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
18:00:44.381 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /model.uml.
0s104ms [pure insertion]
marking any relevant derived attributes for update...18:00:44.381 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:44.381 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:44.381 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:44.381 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:44.383 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
18:00:44.383 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
18:00:44.383 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
18:00:44.383 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:44.383 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:44.383 [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...
18:00:44.383 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
18:00:44.383 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:44.384 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:00:44.384 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 113 ms
18:00:44.386 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:44.386 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit7109872657545750229/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:00:44.388 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:44.388 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:44.609 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:44.610 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2818056129340060768/test_upgradeModelProfileVersion[LevelDB GreyCat]
18:00:44.610 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:44.799 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:44.800 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:44.800 [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
18:00:44.872 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:44.872 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:44.982 [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
18:00:44.982 [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
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
18:00:45.081 [main] 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
18:00:45.084 [main] 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
18:00:45.280 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
18:00:45.396 [main] 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
18:00:45.400 [main] 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
18:00:45.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
18:00:45.496 [main] 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
18:00:45.656 [main] 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
18:00:45.672 [main] 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
18:00:45.682 [main] 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
18:00:45.692 [main] 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
18:00:45.855 [main] 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
18:00:45.870 [main] 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
18:00:45.958 [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
18:00:45.959 [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
18:00:45.960 [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
18:00:45.962 [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
18:00:45.964 [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
18:00:45.966 [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
18:00:45.966 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:00:45.966 [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
18:00:45.967 [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
18:00:45.969 [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
18:00:45.971 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
18:00:45.971 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
18:00:45.971 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
18:00:45.971 [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
18:00:45.971 [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
18:00:45.971 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
18:00:45.971 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
18:00:45.971 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
18:00:45.972 [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
18:00:45.972 [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
18:00:45.972 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
18:00:45.972 [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[]
18:00:45.972 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
18:00:45.972 [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
18:00:45.972 [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
18:00:45.972 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
18:00:45.972 [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
18:00:45.972 [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
18:00:45.972 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
18:00:45.972 [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
18:00:45.972 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
18:00:45.972 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
18:00:45.972 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
18:00:45.972 [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
18:00:45.972 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
18:00:45.972 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
18:00:45.972 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
18:00:45.972 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
18:00:45.972 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
18:00:45.972 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
18:00:45.972 [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
18:00:45.972 [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
18:00:45.972 [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
18:00:45.972 [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
18:00:45.972 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
18:00:45.972 [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
18:00:45.972 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.973 [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
18:00:45.974 [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
18:00:45.979 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:00:45.979 [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
18:00:45.982 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
18:00:45.982 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
18:00:45.987 [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
18:00:45.988 [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
18:00:45.995 [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
18:00:45.995 [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
18:00:45.995 [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
18:00:46.077 [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
18:00:46.080 [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
18:00:46.082 [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
18:00:46.082 [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
18:00:46.082 [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
18:00:46.084 [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
18:00:46.086 [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
18:00:46.087 [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
18:00:46.088 [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
18:00:46.090 [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
18:00:46.090 [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
18:00:46.092 [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
18:00:46.092 [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
18:00:46.094 [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
18:00:46.094 [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
18:00:46.094 [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[]
18:00:46.094 [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
18:00:46.094 [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
18:00:46.094 [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
18:00:46.095 [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
18:00:46.095 [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
18:00:46.095 [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
18:00:46.095 [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
18:00:46.095 [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
18:00:46.095 [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
18:00:46.096 [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
18:00:46.097 [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
18:00:46.097 [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
18:00:46.097 [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
18:00:46.098 [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
18:00:46.098 [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
18:00:46.098 [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
18:00:46.098 [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
18:00:46.098 [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
18:00:46.098 [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
18:00:46.099 [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
18:00:46.099 [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
18:00:46.099 [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
18:00:46.100 [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
18:00:46.100 [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
18:00:46.101 [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
18:00:46.101 [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
18:00:46.101 [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
18:00:46.101 [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
18:00:46.102 [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
18:00:46.102 [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
18:00:46.102 [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
18:00:46.102 [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
18:00:46.103 [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
18:00:46.107 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
18:00:46.107 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
18:00:46.107 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
18:00:46.107 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
18:00:46.107 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
18:00:46.168 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
18:00:46.168 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:46.181 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:46.181 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
18:00:46.181 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:46.181 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:00:46.181 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
18:00:46.272 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:00:46.273 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:46.274 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:46.274 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:46.277 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:46.277 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:46.279 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
18:00:46.284 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:46.284 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:46.284 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
18:00:46.288 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
18:00:46.448 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
18:00:46.448 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
18:00:46.457 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
18:00:46.457 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s178ms [pure insertion]
marking any relevant derived attributes for update...18:00:46.457 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:46.458 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:46.478 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
18:00:46.478 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:46.478 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:46.478 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
18:00:46.480 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
18:00:46.575 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
18:00:46.575 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
18:00:46.587 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
18:00:46.587 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s109ms [pure insertion]
marking any relevant derived attributes for update...18:00:46.587 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:46.587 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:46.589 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
18:00:46.589 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:46.589 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:46.589 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
18:00:46.649 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
18:00:46.688 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
18:00:46.688 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
18:00:46.748 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
18:00:46.748 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s159ms [pure insertion]
marking any relevant derived attributes for update...18:00:46.748 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:46.748 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:46.750 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
18:00:46.751 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:46.751 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:46.751 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
18:00:46.753 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
18:00:46.857 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
18:00:46.857 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
18:00:46.871 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
18:00:46.871 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s121ms [pure insertion]
marking any relevant derived attributes for update...18:00:46.871 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:46.871 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:46.873 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:46.873 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:46.880 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
18:00:46.880 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
18:00:46.880 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
18:00:46.880 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:46.880 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:46.880 [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...
18:00:46.880 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
18:00:46.880 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:46.880 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:00:46.880 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 606 ms
18:00:46.992 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:00:46.994 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:46.994 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:46.995 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:46.996 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:46.996 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:46.998 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.profile.uml...
18:00:46.998 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:46.999 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:46.999 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.profile.uml...
18:00:47.001 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.profile.uml
18:00:47.553 [pool-194-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind
18:00:47.559 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec)
18:00:47.559 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.profile.uml
18:00:47.797 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec)
18:00:47.797 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.profile.uml.
0s799ms [pure insertion]
marking any relevant derived attributes for update...18:00:47.797 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:47.797 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:47.798 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:47.798 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:47.802 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/72 proxy references (0 sec total)
18:00:47.805 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs
18:00:47.805 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
18:00:47.805 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:47.805 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:47.805 [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...
18:00:47.805 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
18:00:47.805 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:47.805 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:00:47.805 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 811 ms
18:00:47.807 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:47.807 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:00:47.809 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:47.809 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:47.951 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:47.952 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2010595985676506618/test_stereotypeAsModel[LevelDB GreyCat]
18:00:47.952 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:48.480 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:48.482 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:48.482 [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
18:00:48.573 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:48.573 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:48.755 [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
18:00:48.755 [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
18:00:48.775 [main] 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
18:00:48.865 [main] 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
18:00:49.064 [main] 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
18:00:49.159 [main] 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
18:00:49.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
18:00:49.271 [main] 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
18:00:49.278 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
18:00:49.356 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
18:00:49.374 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
18:00:49.398 [main] 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
18:00:49.456 [main] 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
18:00:49.491 [main] 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
18:00:49.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::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
18:00:49.659 [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
18:00:49.659 [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
18:00:49.661 [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
18:00:49.661 [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
18:00:49.663 [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
18:00:49.666 [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
18:00:49.666 [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
18:00:49.666 [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
18:00:49.666 [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
18:00:49.666 [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
18:00:49.666 [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
18:00:49.666 [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
18:00:49.667 [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
18:00:49.667 [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
18:00:49.667 [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
18:00:49.667 [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
18:00:49.667 [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[]
18:00:49.667 [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
18:00:49.667 [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
18:00:49.667 [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
18:00:49.667 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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[]
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.668 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [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
18:00:49.669 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:00:49.670 [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
18:00:49.671 [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
18:00:49.673 [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
18:00:49.675 [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
18:00:49.676 [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
18:00:49.679 [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
18:00:49.680 [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
18:00:49.682 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
18:00:49.688 [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
18:00:49.688 [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
18:00:49.691 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:00:49.691 [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
18:00:49.693 [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
18:00:49.694 [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
18:00:49.694 [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
18:00:49.748 [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
18:00:49.749 [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
18:00:49.749 [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
18:00:49.754 [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
18:00:49.754 [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
18:00:49.756 [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
18:00:49.757 [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
18:00:49.758 [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
18:00:49.759 [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
18:00:49.759 [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[]
18:00:49.759 [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
18:00:49.759 [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
18:00:49.759 [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
18:00:49.759 [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
18:00:49.759 [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
18:00:49.760 [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
18:00:49.760 [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
18:00:49.760 [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
18:00:49.760 [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
18:00:49.760 [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
18:00:49.762 [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
18:00:49.762 [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
18:00:49.762 [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
18:00:49.763 [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
18:00:49.763 [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
18:00:49.763 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
18:00:49.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
18:00:49.763 [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
18:00:49.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
18:00:49.764 [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
18:00:49.764 [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
18:00:49.764 [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
18:00:49.765 [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
18:00:49.765 [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
18:00:49.765 [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
18:00:49.766 [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
18:00:49.766 [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
18:00:49.766 [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
18:00:49.767 [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
18:00:49.768 [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
18:00:49.768 [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
18:00:49.769 [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
18:00:49.772 [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
18:00:49.774 [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
18:00:49.774 [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
18:00:49.778 [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
18:00:49.778 [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
18:00:49.779 [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
18:00:49.780 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
18:00:49.780 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
18:00:49.780 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
18:00:49.780 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
18:00:49.780 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
18:00:49.857 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
18:00:49.857 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:49.871 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:49.872 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
18:00:49.872 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:49.873 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:00:49.873 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
18:00:49.958 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:00:49.964 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:49.964 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:49.964 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:49.969 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:49.969 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:49.971 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
18:00:49.977 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:49.978 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:49.978 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
18:00:49.982 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
18:00:50.078 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
18:00:50.078 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
18:00:50.149 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
18:00:50.149 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s178ms [pure insertion]
marking any relevant derived attributes for update...18:00:50.149 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
18:00:50.151 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
18:00:50.176 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
18:00:50.176 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:50.176 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:50.176 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
18:00:50.178 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
18:00:50.271 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
18:00:50.271 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
18:00:50.354 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
18:00:50.354 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s178ms [pure insertion]
marking any relevant derived attributes for update...18:00:50.354 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:50.354 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:50.356 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
18:00:50.356 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:50.356 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:50.356 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
18:00:50.358 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
18:00:50.454 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
18:00:50.454 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
18:00:50.463 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
18:00:50.463 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s107ms [pure insertion]
marking any relevant derived attributes for update...18:00:50.463 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:50.463 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:50.465 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
18:00:50.465 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:50.466 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:50.466 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
18:00:50.468 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
18:00:50.559 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
18:00:50.559 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
18:00:50.565 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
18:00:50.565 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s100ms [pure insertion]
marking any relevant derived attributes for update...18:00:50.565 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:50.565 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:50.565 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:50.565 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:50.572 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
18:00:50.573 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
18:00:50.573 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s
attempting to resolve any uninitialized derived attributes...
18:00:50.573 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:50.573 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:50.573 [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...
18:00:50.573 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
18:00:50.573 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:50.573 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:00:50.573 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 609 ms
18:00:50.689 [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
18:00:50.691 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:50.691 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:50.693 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:50.694 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:50.694 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:50.695 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml...
18:00:50.695 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:50.696 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:50.696 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml...
18:00:50.698 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml
18:00:50.764 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
18:00:50.764 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml
18:00:50.770 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
18:00:50.770 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml.
0s75ms [pure insertion]
marking any relevant derived attributes for update...18:00:50.770 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:50.770 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:50.771 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml...
18:00:50.771 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:50.771 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:50.771 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml...
18:00:50.774 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml
18:00:50.859 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
18:00:50.859 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml
18:00:50.870 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
18:00:50.870 [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...18:00:50.870 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:50.870 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:50.871 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:50.871 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:50.873 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total)
18:00:50.879 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs
18:00:50.879 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s
attempting to resolve any uninitialized derived attributes...
18:00:50.879 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:50.879 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:50.879 [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...
18:00:50.879 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
18:00:50.879 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:50.879 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:00:50.879 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 188 ms
18:00:50.879 [pool-196-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13602828366346112419/test_localfolderCrosslinks[LevelDB GreyCat]
18:00:50.883 [pool-196-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13602828366346112419/test_localfolderCrosslinks[LevelDB GreyCat]
18:00:50.886 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:50.886 [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
18:00:50.887 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:50.888 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:51.051 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:51.052 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13602828366346112419/test_localfolderCrosslinks[LevelDB GreyCat]
18:00:51.052 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:51.204 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:51.206 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:51.206 [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
18:00:51.266 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:51.266 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:51.375 [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
18:00:51.375 [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
18:00:51.394 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
18:00:51.397 [main] 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
18:00:51.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
18:00:51.693 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
18:00:51.768 [main] 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
18:00:51.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::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
18:00:51.829 [main] 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
18:00:51.884 [main] 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
18:00:51.900 [main] 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
18:00:51.912 [main] 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
18:00:51.922 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
18:00:51.964 [main] 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
18:00:52.004 [main] 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
18:00:52.060 [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
18:00:52.060 [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
18:00:52.061 [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
18:00:52.061 [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
18:00:52.065 [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
18:00:52.068 [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
18:00:52.069 [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
18:00:52.072 [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
18:00:52.072 [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
18:00:52.072 [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
18:00:52.072 [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
18:00:52.072 [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
18:00:52.072 [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
18:00:52.072 [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
18:00:52.072 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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[]
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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[]
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.073 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.074 [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
18:00:52.075 [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
18:00:52.075 [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
18:00:52.076 [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
18:00:52.078 [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
18:00:52.080 [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
18:00:52.081 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:00:52.082 [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
18:00:52.082 [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
18:00:52.083 [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
18:00:52.087 [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
18:00:52.092 [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
18:00:52.092 [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
18:00:52.094 [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
18:00:52.095 [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
18:00:52.095 [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
18:00:52.097 [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
18:00:52.097 [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
18:00:52.100 [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
18:00:52.101 [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
18:00:52.101 [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
18:00:52.104 [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
18:00:52.105 [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
18:00:52.105 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:00:52.106 [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
18:00:52.106 [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
18:00:52.107 [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
18:00:52.109 [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
18:00:52.111 [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
18:00:52.111 [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
18:00:52.114 [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
18:00:52.114 [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
18:00:52.116 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
18:00:52.116 [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
18:00:52.116 [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[]
18:00:52.116 [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
18:00:52.116 [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
18:00:52.116 [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
18:00:52.116 [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
18:00:52.116 [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
18:00:52.117 [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
18:00:52.117 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
18:00:52.117 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
18:00:52.117 [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
18:00:52.117 [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
18:00:52.167 [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
18:00:52.167 [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
18:00:52.167 [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
18:00:52.168 [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
18:00:52.168 [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
18:00:52.168 [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
18:00:52.169 [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
18:00:52.169 [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
18:00:52.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
18:00:52.170 [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
18:00:52.170 [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
18:00:52.170 [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
18:00:52.171 [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
18:00:52.171 [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
18:00:52.171 [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
18:00:52.172 [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
18:00:52.172 [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
18:00:52.172 [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
18:00:52.173 [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
18:00:52.173 [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
18:00:52.173 [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
18:00:52.173 [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
18:00:52.173 [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
18:00:52.198 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:52.198 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:52.256 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:52.257 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:52.257 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
18:00:52.257 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:00:52.257 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
18:00:52.282 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:00:52.283 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:52.284 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:52.284 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:52.287 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:52.287 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:52.289 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
18:00:52.350 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:52.350 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:52.350 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
18:00:52.354 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
18:00:52.448 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
18:00:52.448 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
18:00:52.461 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
18:00:52.461 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s172ms [pure insertion]
marking any relevant derived attributes for update...18:00:52.461 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:52.462 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:52.481 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
18:00:52.481 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:52.481 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:52.481 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
18:00:52.484 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
18:00:52.576 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
18:00:52.576 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
18:00:52.589 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
18:00:52.589 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s108ms [pure insertion]
marking any relevant derived attributes for update...18:00:52.589 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:52.589 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:52.591 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
18:00:52.591 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:52.591 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:52.591 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
18:00:52.593 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
18:00:52.678 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
18:00:52.678 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
18:00:52.684 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
18:00:52.684 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s93ms [pure insertion]
marking any relevant derived attributes for update...18:00:52.684 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:52.684 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:52.686 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
18:00:52.686 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:52.686 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:52.686 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
18:00:52.689 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
18:00:52.782 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
18:00:52.782 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
18:00:52.852 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
18:00:52.852 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s166ms [pure insertion]
marking any relevant derived attributes for update...18:00:52.852 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:52.852 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:52.853 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:52.853 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:52.860 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
18:00:52.860 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
18:00:52.860 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
18:00:52.860 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:52.860 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:52.860 [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...
18:00:52.860 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
18:00:52.861 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:52.861 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:00:52.861 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 577 ms
18:00:52.924 [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
18:00:52.926 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:52.926 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:52.927 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:52.928 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:52.928 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:52.929 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
18:00:52.930 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:52.930 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:52.930 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
18:00:52.948 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
18:00:52.958 [pool-198-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind
18:00:52.960 [pool-198-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind
18:00:52.960 [pool-198-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind
18:00:52.963 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec)
18:00:52.963 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
18:00:52.972 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec)
18:00:52.972 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s43ms [pure insertion]
marking any relevant derived attributes for update...18:00:52.972 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:52.972 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:52.972 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:52.972 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:52.975 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/23 proxy references (0 sec total)
18:00:52.977 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs
18:00:52.978 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.006s
attempting to resolve any uninitialized derived attributes...
18:00:52.978 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:52.978 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:52.978 [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...
18:00:52.978 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
18:00:52.978 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:52.978 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:00:52.978 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 52 ms
18:00:52.982 [pool-198-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14665229727799532518/test_zoo[LevelDB GreyCat]
18:00:52.986 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:52.986 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:00:52.988 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:52.988 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:55.395 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:55.422 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14665229727799532518/test_zoo[LevelDB GreyCat]
18:00:55.422 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:56.477 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:56.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:56.479 [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
18:00:56.501 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:56.501 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:56.663 [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
18:00:56.663 [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
18:00:56.682 [main] 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
18:00:56.685 [main] 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
18:00:56.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
18:00:57.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::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
18:00:57.056 [main] 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
18:00:57.104 [main] 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
18:00:57.111 [main] 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
18:00:57.138 [main] 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
18:00:57.196 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
18:00:57.206 [main] 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
18:00:57.215 [main] 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
18:00:57.248 [main] 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
18:00:57.263 [main] 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
18:00:57.299 [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
18:00:57.299 [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
18:00:57.301 [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
18:00:57.301 [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
18:00:57.301 [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
18:00:57.301 [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
18:00:57.301 [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
18:00:57.301 [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
18:00:57.301 [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
18:00:57.302 [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
18:00:57.302 [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
18:00:57.302 [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
18:00:57.302 [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
18:00:57.302 [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[]
18:00:57.302 [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
18:00:57.302 [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
18:00:57.302 [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
18:00:57.302 [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
18:00:57.302 [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
18:00:57.302 [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
18:00:57.302 [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
18:00:57.302 [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
18:00:57.302 [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[]
18:00:57.302 [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
18:00:57.302 [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
18:00:57.302 [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
18:00:57.302 [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
18:00:57.302 [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
18:00:57.302 [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
18:00:57.302 [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
18:00:57.302 [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
18:00:57.303 [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
18:00:57.303 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [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
18:00:57.303 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
18:00:57.303 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
18:00:57.303 [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
18:00:57.303 [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
18:00:57.304 [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
18:00:57.305 [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
18:00:57.307 [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
18:00:57.307 [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
18:00:57.307 [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
18:00:57.352 [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
18:00:57.353 [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
18:00:57.355 [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
18:00:57.356 [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
18:00:57.358 [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
18:00:57.359 [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
18:00:57.360 [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
18:00:57.362 [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
18:00:57.363 [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
18:00:57.365 [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
18:00:57.365 [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
18:00:57.366 [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
18:00:57.366 [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
18:00:57.369 [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
18:00:57.371 [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
18:00:57.376 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:00:57.377 [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
18:00:57.378 [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
18:00:57.380 [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
18:00:57.380 [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
18:00:57.382 [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
18:00:57.382 [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
18:00:57.384 [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
18:00:57.384 [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
18:00:57.384 [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[]
18:00:57.384 [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
18:00:57.384 [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
18:00:57.384 [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
18:00:57.385 [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
18:00:57.385 [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
18:00:57.385 [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
18:00:57.385 [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
18:00:57.385 [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
18:00:57.385 [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
18:00:57.386 [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
18:00:57.387 [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
18:00:57.387 [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
18:00:57.387 [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
18:00:57.388 [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
18:00:57.388 [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
18:00:57.388 [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
18:00:57.388 [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
18:00:57.389 [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
18:00:57.389 [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
18:00:57.389 [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
18:00:57.389 [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
18:00:57.389 [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
18:00:57.390 [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
18:00:57.390 [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
18:00:57.391 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
18:00:57.391 [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
18:00:57.391 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
18:00:57.391 [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
18:00:57.392 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:00:57.393 [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
18:00:57.394 [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
18:00:57.395 [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
18:00:57.398 [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
18:00:57.398 [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
18:00:57.400 [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
18:00:57.401 [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
18:00:57.403 [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
18:00:57.406 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
18:00:57.406 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
18:00:57.406 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
18:00:57.406 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
18:00:57.406 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
18:00:57.460 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:57.460 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:57.471 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:57.472 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
18:00:57.472 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:57.472 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:00:57.472 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
18:00:57.549 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:00:57.551 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:57.551 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:57.551 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:57.556 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:57.556 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:57.557 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
18:00:57.563 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:57.564 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:57.564 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
18:00:57.568 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
18:00:57.653 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
18:00:57.653 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
18:00:57.658 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
18:00:57.658 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s101ms [pure insertion]
marking any relevant derived attributes for update...18:00:57.658 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:00:57.659 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:00:57.662 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
18:00:57.662 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:57.662 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:57.662 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
18:00:57.664 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
18:00:57.765 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
18:00:57.765 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
18:00:57.778 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
18:00:57.778 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s116ms [pure insertion]
marking any relevant derived attributes for update...18:00:57.778 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:57.778 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:57.781 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
18:00:57.781 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:57.781 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:57.781 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
18:00:57.784 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
18:00:57.875 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
18:00:57.875 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
18:00:57.884 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
18:00:57.884 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s103ms [pure insertion]
marking any relevant derived attributes for update...18:00:57.884 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:57.884 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:57.954 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
18:00:57.954 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:57.954 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:57.954 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
18:00:57.957 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
18:00:57.990 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
18:00:57.990 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
18:00:58.057 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
18:00:58.057 [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...18:00:58.057 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:58.057 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:58.058 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:00:58.058 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:00:58.065 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
18:00:58.065 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
18:00:58.065 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
18:00:58.065 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:00:58.065 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:00:58.065 [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...
18:00:58.065 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
18:00:58.065 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:00:58.066 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:00:58.066 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 515 ms
18:00:58.071 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:00:58.071 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:00:58.072 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:58.072 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:00:58.189 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:00:58.189 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8002665799239032567/test_indexLibraries[LevelDB GreyCat]
18:00:58.189 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:00:58.311 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:00:58.348 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:58.348 [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
18:00:58.368 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:00:58.368 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:00:58.472 [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
18:00:58.473 [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
18:00:58.492 [main] 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
18:00:58.495 [main] 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
18:00:58.672 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit4658320522465689699/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit4658320522465689699/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]
18:00:58.775 [main] 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
18:00:58.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::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
18:00:58.817 [main] 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
18:00:58.965 [main] 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
18:00:58.975 [main] 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
18:00:59.016 [main] 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
18:00:59.038 [main] 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
18:00:59.049 [main] 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
18:00:59.049 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit17706710551233586846/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit17706710551233586846/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]
18:00:59.059 [main] 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
18:00:59.156 [main] 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
18:00:59.171 [main] 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
18:00:59.183 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit2412524303989635205/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit2412524303989635205/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]
18:00:59.209 [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
18:00:59.209 [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
18:00:59.209 [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
18:00:59.209 [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
18:00:59.209 [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
18:00:59.209 [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
18:00:59.209 [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
18:00:59.209 [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
18:00:59.209 [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
18:00:59.209 [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
18:00:59.209 [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
18:00:59.209 [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[]
18:00:59.209 [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
18:00:59.209 [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
18:00:59.209 [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
18:00:59.209 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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[]
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.210 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.211 [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
18:00:59.212 [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
18:00:59.212 [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
18:00:59.215 [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
18:00:59.215 [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
18:00:59.216 [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
18:00:59.220 [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
18:00:59.220 [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
18:00:59.221 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:00:59.222 [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
18:00:59.224 [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
18:00:59.224 [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
18:00:59.226 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:00:59.226 [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
18:00:59.227 [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
18:00:59.230 [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
18:00:59.231 [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
18:00:59.232 [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
18:00:59.237 [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
18:00:59.237 [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
18:00:59.237 [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
18:00:59.237 [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
18:00:59.238 [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
18:00:59.249 [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
18:00:59.249 [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
18:00:59.251 [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
18:00:59.252 [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
18:00:59.254 [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
18:00:59.254 [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
18:00:59.255 [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
18:00:59.259 [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
18:00:59.259 [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
18:00:59.260 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
18:00:59.260 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
18:00:59.262 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
18:00:59.262 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
18:00:59.262 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
18:00:59.262 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
18:00:59.262 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
18:00:59.262 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
18:00:59.262 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
18:00:59.262 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
18:00:59.263 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
18:00:59.263 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
18:00:59.263 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
18:00:59.263 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
18:00:59.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
18:00:59.265 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
18:00:59.265 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
18:00:59.265 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
18:00:59.266 [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
18:00:59.266 [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
18:00:59.266 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
18:00:59.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
18:00:59.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
18:00:59.266 [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
18:00:59.267 [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
18:00:59.267 [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
18:00:59.267 [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
18:00:59.268 [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
18:00:59.268 [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
18:00:59.269 [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
18:00:59.269 [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
18:00:59.269 [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
18:00:59.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
18:00:59.270 [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
18:00:59.270 [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
18:00:59.271 [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
18:00:59.273 [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
18:00:59.273 [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
18:00:59.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/Types::Real will be handled as its instance type java.lang.Double
18:00:59.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/Types::Integer will be handled as its instance type java.lang.Integer
18:00:59.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/Types::Boolean will be handled as its instance type java.lang.Boolean
18:00:59.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/Types::String will be handled as its instance type java.lang.String
18:00:59.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/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
18:00:59.353 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:00:59.353 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:00:59.368 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:00:59.368 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
18:00:59.369 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:59.369 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:00:59.369 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
18:00:59.388 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:00:59.390 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:00:59.390 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:00:59.390 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:00:59.393 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:00:59.393 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:00:59.394 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
18:00:59.452 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:59.452 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:59.452 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
18:00:59.457 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
18:00:59.490 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
18:00:59.490 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
18:00:59.550 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
18:00:59.550 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s156ms [pure insertion]
marking any relevant derived attributes for update...18:00:59.550 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
18:00:59.552 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
18:00:59.554 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
18:00:59.554 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:59.554 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:59.554 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
18:00:59.556 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
18:00:59.653 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
18:00:59.653 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
18:00:59.766 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
18:00:59.766 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s212ms [pure insertion]
marking any relevant derived attributes for update...18:00:59.766 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:59.766 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:59.784 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
18:00:59.784 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:59.784 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:59.784 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
18:00:59.787 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
18:00:59.875 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
18:00:59.875 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
18:00:59.885 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
18:00:59.885 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s101ms [pure insertion]
marking any relevant derived attributes for update...18:00:59.885 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:00:59.885 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:00:59.887 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
18:00:59.887 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:00:59.887 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:00:59.887 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
18:00:59.890 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
18:00:59.982 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
18:00:59.982 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
18:01:00.052 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
18:01:00.052 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s165ms [pure insertion]
marking any relevant derived attributes for update...18:01:00.052 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:00.052 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:00.053 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:01:00.053 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:01:00.061 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
18:01:00.061 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
18:01:00.061 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s
attempting to resolve any uninitialized derived attributes...
18:01:00.061 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:01:00.061 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:01:00.061 [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...
18:01:00.061 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
18:01:00.061 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:01:00.061 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:01:00.061 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 671 ms
18:01:00.061 [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
18:01:00.064 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:01:00.064 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:01:00.078 [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
18:01:00.079 [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
18:01:00.079 [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
18:01:00.080 [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
18:01:00.080 [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
18:01:00.081 [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
18:01:00.081 [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
18:01:00.082 [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
18:01:00.086 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
18:01:00.086 [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)
18:01:00.189 [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
18:01:00.191 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:01:00.191 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:01:00.191 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:01:00.192 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:01:00.192 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:01:00.192 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:01:00.192 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:01:00.192 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
18:01:00.193 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
18:01:00.193 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
18:01:00.193 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:01:00.193 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:01:00.193 [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...
18:01:00.193 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
18:01:00.193 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:01:00.195 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:01:00.195 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:01:00.195 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:01:00.199 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
18:01:00.199 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:00.199 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:00.199 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
18:01:00.249 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
18:01:00.261 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
18:01:00.261 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
18:01:00.266 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
18:01:00.266 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s67ms [pure insertion]
marking any relevant derived attributes for update...18:01:00.266 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:01:00.267 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:01:00.267 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:01:00.267 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:01:00.269 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
18:01:00.269 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
18:01:00.269 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
18:01:00.269 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:01:00.269 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:01:00.269 [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...
18:01:00.269 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
18:01:00.269 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:01:00.269 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:01:00.269 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 78 ms
18:01:00.275 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:01:00.275 [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
18:01:00.276 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:01:00.276 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:01:00.431 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:01:00.432 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17795273697553544382/test_customProfileV4[LevelDB GreyCat]
18:01:00.432 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:01:00.723 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:01:00.724 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:01:00.725 [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
18:01:00.744 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:01:00.744 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:01:00.796 [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
18:01:00.796 [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
18:01:00.866 [main] 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
18:01:00.869 [main] 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
18:01:01.084 [main] 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
18:01:01.159 [main] 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
18:01:01.162 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
18:01:01.261 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
18:01:01.268 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
18:01:01.392 [main] 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
18:01:01.460 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
18:01:01.470 [main] 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
18:01:01.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
18:01:01.564 [main] 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
18:01:01.579 [main] 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
18:01:01.713 [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
18:01:01.714 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
18:01:01.716 [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
18:01:01.716 [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
18:01:01.716 [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
18:01:01.716 [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
18:01:01.716 [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
18:01:01.716 [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
18:01:01.716 [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
18:01:01.716 [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
18:01:01.716 [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
18:01:01.716 [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
18:01:01.716 [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
18:01:01.716 [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[]
18:01:01.716 [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
18:01:01.716 [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
18:01:01.716 [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
18:01:01.716 [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
18:01:01.717 [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
18:01:01.717 [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
18:01:01.717 [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
18:01:01.717 [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
18:01:01.717 [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[]
18:01:01.717 [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
18:01:01.717 [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
18:01:01.717 [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
18:01:01.717 [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
18:01:01.717 [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
18:01:01.717 [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
18:01:01.717 [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
18:01:01.717 [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
18:01:01.717 [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
18:01:01.717 [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
18:01:01.717 [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
18:01:01.717 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.748 [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
18:01:01.749 [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
18:01:01.749 [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
18:01:01.753 [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
18:01:01.753 [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
18:01:01.756 [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
18:01:01.756 [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
18:01:01.756 [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
18:01:01.759 [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
18:01:01.761 [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
18:01:01.763 [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
18:01:01.764 [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
18:01:01.764 [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
18:01:01.765 [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
18:01:01.765 [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
18:01:01.770 [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
18:01:01.775 [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
18:01:01.775 [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
18:01:01.776 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
18:01:01.776 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
18:01:01.780 [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
18:01:01.780 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:01:01.780 [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
18:01:01.781 [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
18:01:01.781 [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
18:01:01.781 [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
18:01:01.786 [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
18:01:01.786 [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
18:01:01.788 [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
18:01:01.788 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
18:01:01.788 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
18:01:01.788 [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
18:01:01.788 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
18:01:01.788 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
18:01:01.788 [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
18:01:01.788 [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
18:01:01.789 [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
18:01:01.789 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
18:01:01.789 [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
18:01:01.789 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
18:01:01.789 [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
18:01:01.790 [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
18:01:01.791 [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
18:01:01.791 [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
18:01:01.791 [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
18:01:01.791 [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
18:01:01.791 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
18:01:01.792 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
18:01:01.792 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
18:01:01.792 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
18:01:01.793 [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
18:01:01.793 [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
18:01:01.793 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
18:01:01.793 [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
18:01:01.794 [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
18:01:01.794 [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
18:01:01.795 [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
18:01:01.795 [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
18:01:01.795 [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
18:01:01.796 [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
18:01:01.796 [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
18:01:01.798 [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
18:01:01.798 [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
18:01:01.799 [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
18:01:01.849 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:01:01.849 [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
18:01:01.850 [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
18:01:01.851 [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
18:01:01.854 [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
18:01:01.854 [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
18:01:01.854 [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
18:01:01.854 [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
18:01:01.854 [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
18:01:01.874 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
18:01:01.874 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:01:01.885 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:01:01.885 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
18:01:01.885 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:01:01.885 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:01:01.885 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
18:01:01.960 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:01:01.965 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:01:01.965 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:01:01.965 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:01:01.969 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:01:01.969 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:01:01.971 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
18:01:01.976 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:01.976 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:01.976 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
18:01:01.980 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
18:01:02.077 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
18:01:02.077 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
18:01:02.089 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
18:01:02.089 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s119ms [pure insertion]
marking any relevant derived attributes for update...18:01:02.089 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
18:01:02.091 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
18:01:02.150 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
18:01:02.150 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:02.150 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:02.150 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
18:01:02.152 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
18:01:02.184 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
18:01:02.184 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
18:01:02.189 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
18:01:02.189 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s39ms [pure insertion]
marking any relevant derived attributes for update...18:01:02.189 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:02.189 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:02.258 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
18:01:02.258 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:02.258 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:02.258 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
18:01:02.260 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
18:01:02.293 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
18:01:02.293 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
18:01:02.357 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
18:01:02.357 [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...18:01:02.357 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:02.357 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:02.358 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
18:01:02.359 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:02.359 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:02.359 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
18:01:02.361 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
18:01:02.455 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
18:01:02.455 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
18:01:02.463 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
18:01:02.463 [pool-204-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...18:01:02.463 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:02.463 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:02.464 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:01:02.464 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:01:02.471 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
18:01:02.471 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
18:01:02.471 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
18:01:02.471 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:01:02.471 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:01:02.471 [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...
18:01:02.471 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
18:01:02.471 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:01:02.472 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:01:02.472 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 507 ms
18:01:02.472 [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
18:01:02.474 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:01:02.474 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:01:02.489 [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
18:01:02.489 [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
18:01:02.490 [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
18:01:02.490 [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
18:01:02.491 [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
18:01:02.492 [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
18:01:02.492 [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
18:01:02.493 [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
18:01:02.549 [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)
18:01:02.549 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
18:01:02.651 [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
18:01:02.652 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:01:02.652 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:01:02.652 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:01:02.653 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:01:02.653 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:01:02.653 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:01:02.653 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:01:02.654 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
18:01:02.654 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
18:01:02.654 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
18:01:02.654 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:01:02.654 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:01:02.654 [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...
18:01:02.654 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
18:01:02.654 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:01:02.656 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:01:02.656 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:01:02.656 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:01:02.660 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
18:01:02.660 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:02.660 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:02.660 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
18:01:02.663 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
18:01:02.679 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
18:01:02.679 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
18:01:02.684 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
18:01:02.684 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s24ms [pure insertion]
marking any relevant derived attributes for update...18:01:02.684 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:02.684 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:02.684 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:01:02.684 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:01:02.686 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
18:01:02.686 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
18:01:02.686 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
18:01:02.686 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:01:02.686 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:01:02.686 [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...
18:01:02.686 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
18:01:02.686 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:01:02.687 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:01:02.687 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 35 ms
18:01:02.691 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:01:02.691 [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
18:01:02.693 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:01:02.693 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:01:02.829 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:01:02.830 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9129230352592632897/test_customProfileV5[LevelDB GreyCat]
18:01:02.830 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:01:03.068 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:01:03.069 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:01:03.069 [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
18:01:03.219 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:01:03.219 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:01:03.361 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:01:03.362 [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
18:01:03.362 [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
18:01:03.364 [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
18:01:03.365 [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
18:01:03.367 [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
18:01:03.367 [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
18:01:03.453 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
18:01:03.456 [main] 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
18:01:03.589 [main] 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
18:01:03.785 [main] 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
18:01:03.788 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
18:01:03.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
18:01:03.890 [main] 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
18:01:03.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::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
18:01:03.978 [main] 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
18:01:04.056 [main] 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
18:01:04.066 [main] 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
18:01:04.098 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
18:01:04.114 [main] 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
18:01:04.153 [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
18:01:04.153 [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
18:01:04.154 [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
18:01:04.157 [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
18:01:04.157 [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
18:01:04.159 [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
18:01:04.159 [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
18:01:04.162 [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
18:01:04.162 [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
18:01:04.162 [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
18:01:04.162 [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
18:01:04.162 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
18:01:04.162 [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
18:01:04.162 [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
18:01:04.162 [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
18:01:04.162 [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
18:01:04.162 [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
18:01:04.162 [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
18:01:04.162 [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[]
18:01:04.162 [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
18:01:04.162 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
18:01:04.162 [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
18:01:04.162 [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
18:01:04.163 [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
18:01:04.163 [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
18:01:04.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
18:01:04.163 [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
18:01:04.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
18:01:04.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
18:01:04.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
18:01:04.163 [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
18:01:04.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
18:01:04.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
18:01:04.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
18:01:04.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
18:01:04.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
18:01:04.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
18:01:04.163 [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
18:01:04.163 [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
18:01:04.163 [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
18:01:04.163 [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
18:01:04.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
18:01:04.163 [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
18:01:04.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.164 [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
18:01:04.168 [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
18:01:04.168 [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
18:01:04.170 [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
18:01:04.172 [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
18:01:04.172 [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
18:01:04.173 [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
18:01:04.178 [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
18:01:04.178 [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
18:01:04.181 [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
18:01:04.181 [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
18:01:04.183 [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
18:01:04.183 [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
18:01:04.183 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
18:01:04.183 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
18:01:04.183 [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
18:01:04.183 [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
18:01:04.184 [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
18:01:04.184 [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
18:01:04.184 [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
18:01:04.184 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
18:01:04.184 [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
18:01:04.184 [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
18:01:04.185 [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
18:01:04.186 [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
18:01:04.186 [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
18:01:04.186 [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
18:01:04.187 [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
18:01:04.187 [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
18:01:04.187 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
18:01:04.187 [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
18:01:04.187 [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
18:01:04.187 [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
18:01:04.188 [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
18:01:04.188 [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
18:01:04.188 [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
18:01:04.189 [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
18:01:04.189 [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
18:01:04.189 [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
18:01:04.190 [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
18:01:04.190 [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
18:01:04.190 [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
18:01:04.191 [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
18:01:04.191 [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
18:01:04.192 [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
18:01:04.193 [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
18:01:04.193 [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
18:01:04.196 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:01:04.197 [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
18:01:04.200 [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
18:01:04.200 [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
18:01:04.201 [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
18:01:04.202 [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
18:01:04.202 [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
18:01:04.300 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
18:01:04.302 [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
18:01:04.304 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
18:01:04.304 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
18:01:04.304 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
18:01:04.304 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
18:01:04.304 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
18:01:04.351 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
18:01:04.351 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:01:04.361 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:01:04.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
18:01:04.362 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:01:04.362 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:01:04.362 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
18:01:04.380 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:01:04.385 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:01:04.385 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:01:04.386 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:01:04.389 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:01:04.389 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:01:04.390 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
18:01:04.449 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:04.450 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:04.450 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
18:01:04.453 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
18:01:04.483 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
18:01:04.483 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
18:01:04.488 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
18:01:04.488 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s98ms [pure insertion]
marking any relevant derived attributes for update...18:01:04.488 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:01:04.489 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:01:04.559 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
18:01:04.560 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:04.560 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:04.560 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
18:01:04.562 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
18:01:04.657 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
18:01:04.657 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
18:01:04.675 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
18:01:04.675 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s116ms [pure insertion]
marking any relevant derived attributes for update...18:01:04.675 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:01:04.676 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:01:04.679 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
18:01:04.679 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:04.679 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:04.679 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
18:01:04.682 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
18:01:04.851 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
18:01:04.851 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
18:01:04.865 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
18:01:04.865 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s186ms [pure insertion]
marking any relevant derived attributes for update...18:01:04.865 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:04.865 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:04.869 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
18:01:04.869 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:04.869 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:04.869 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
18:01:04.872 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
18:01:05.053 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
18:01:05.053 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
18:01:05.074 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
18:01:05.074 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s205ms [pure insertion]
marking any relevant derived attributes for update...18:01:05.074 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:05.074 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:05.076 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:01:05.076 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:01:05.089 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
18:01:05.089 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
18:01:05.089 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.013s
attempting to resolve any uninitialized derived attributes...
18:01:05.089 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:01:05.089 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:01:05.089 [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...
18:01:05.089 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s13ms [proxy update]
18:01:05.089 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:01:05.090 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:01:05.090 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 705 ms
18:01:05.090 [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
18:01:05.092 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:01:05.092 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:01:05.159 [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
18:01:05.160 [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
18:01:05.161 [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
18:01:05.161 [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
18:01:05.162 [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
18:01:05.162 [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
18:01:05.163 [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
18:01:05.163 [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
18:01:05.166 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
18:01:05.166 [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)
18:01:05.295 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit181694885265885724/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:01:05.296 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:01:05.296 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:01:05.297 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:01:05.298 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:01:05.298 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:01:05.298 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:01:05.298 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:01:05.299 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
18:01:05.299 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
18:01:05.299 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
18:01:05.299 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:01:05.299 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:01:05.299 [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...
18:01:05.299 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
18:01:05.300 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:01:05.307 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:01:05.308 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:01:05.308 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:01:05.310 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml...
18:01:05.310 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:05.310 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:05.310 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml...
18:01:05.351 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml
18:01:05.391 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
18:01:05.391 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml
18:01:05.452 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
18:01:05.452 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml.
0s142ms [pure insertion]
marking any relevant derived attributes for update...18:01:05.452 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:05.452 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:05.459 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml...
18:01:05.459 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:05.459 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:05.459 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml...
18:01:05.463 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml
18:01:05.479 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
18:01:05.479 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml
18:01:05.487 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
18:01:05.487 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml.
0s28ms [pure insertion]
marking any relevant derived attributes for update...18:01:05.487 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:05.487 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:05.490 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml...
18:01:05.490 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:05.491 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:05.491 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml...
18:01:05.590 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml
18:01:05.954 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec)
18:01:05.954 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml
18:01:06.095 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec)
18:01:06.148 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml.
0s658ms [pure insertion]
marking any relevant derived attributes for update...18:01:06.148 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:06.148 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:06.150 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml...
18:01:06.150 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:06.150 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:06.150 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml...
18:01:06.153 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml
18:01:06.182 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
18:01:06.182 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml
18:01:06.252 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
18:01:06.252 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml.
0s102ms [pure insertion]
marking any relevant derived attributes for update...18:01:06.252 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:01:06.253 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:01:06.254 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /zoo/model.uml...
18:01:06.254 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:06.256 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:06.256 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /zoo/model.uml...
18:01:06.259 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /zoo/model.uml
18:01:06.272 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec)
18:01:06.272 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /zoo/model.uml
18:01:06.281 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec)
18:01:06.281 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /zoo/model.uml.
0s27ms [pure insertion]
marking any relevant derived attributes for update...18:01:06.281 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:06.281 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:06.281 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:01:06.281 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:01:06.288 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/109 proxy references (0 sec total)
18:01:06.353 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs
18:01:06.353 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.072s
attempting to resolve any uninitialized derived attributes...
18:01:06.353 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:01:06.353 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:01:06.353 [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...
18:01:06.353 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s72ms [proxy update]
18:01:06.353 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:01:06.354 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:01:06.354 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 57 ms
18:01:06.358 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:01:06.363 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:01:06.364 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:01:06.364 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:01:06.368 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml...
18:01:06.368 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:06.368 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store
18:01:06.372 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635
18:01:06.372 [pool-206-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
18:01:06.372 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml...
18:01:06.372 [pool-206-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml
18:01:06.384 [pool-206-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.012s
18:01:06.391 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml
18:01:06.458 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
18:01:06.459 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml
18:01:06.464 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
18:01:06.464 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml.
0s96ms [pure insertion]
marking any relevant derived attributes for update...18:01:06.464 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:06.464 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:06.465 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:01:06.465 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:01:06.467 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/74 proxy references (0 sec total)
18:01:06.469 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs
18:01:06.469 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
18:01:06.469 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:01:06.469 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:01:06.469 [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...
18:01:06.469 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
18:01:06.469 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:01:06.469 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:01:06.470 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 112 ms
18:01:06.473 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:01:06.473 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit181694885265885724/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:01:06.475 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:01:06.475 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:01:06.691 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:01:06.691 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4074382592340531458/test_modelProfileInsideRepository[LevelDB GreyCat]
18:01:06.691 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
18:01:06.798 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
18:01:06.799 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:01:06.799 [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
18:01:06.818 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
18:01:06.818 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
18:01:06.888 [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
18:01:06.888 [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
18:01:06.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::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
18:01:06.964 [main] 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
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
18:01:07.195 [main] 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
18:01:07.281 [main] 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
18:01:07.284 [main] 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
18:01:07.413 [main] 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
18:01:07.420 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
18:01:07.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::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
18:01:07.465 [main] 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
18:01:07.476 [main] 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
18:01:07.485 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
18:01:07.518 [main] 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
18:01:07.533 [main] 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
18:01:07.648 [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
18:01:07.648 [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
18:01:07.651 [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
18:01:07.651 [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
18:01:07.651 [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
18:01:07.651 [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
18:01:07.651 [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
18:01:07.651 [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
18:01:07.651 [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
18:01:07.651 [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
18:01:07.651 [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
18:01:07.651 [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
18:01:07.651 [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
18:01:07.651 [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[]
18:01:07.651 [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
18:01:07.651 [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
18:01:07.651 [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
18:01:07.651 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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[]
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.652 [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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.653 [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
18:01:07.653 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:01:07.654 [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
18:01:07.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
18:01:07.654 [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
18:01:07.657 [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
18:01:07.659 [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
18:01:07.660 [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
18:01:07.662 [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
18:01:07.662 [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
18:01:07.662 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
18:01:07.665 [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
18:01:07.667 [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
18:01:07.668 [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
18:01:07.671 [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
18:01:07.671 [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
18:01:07.671 [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
18:01:07.673 [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
18:01:07.673 [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
18:01:07.674 [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
18:01:07.675 [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
18:01:07.677 [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
18:01:07.678 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
18:01:07.683 [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
18:01:07.684 [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
18:01:07.685 [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
18:01:07.687 [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
18:01:07.687 [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
18:01:07.690 [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
18:01:07.690 [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
18:01:07.693 [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
18:01:07.694 [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
18:01:07.695 [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
18:01:07.695 [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
18:01:07.695 [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[]
18:01:07.695 [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
18:01:07.695 [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
18:01:07.696 [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
18:01:07.696 [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
18:01:07.696 [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
18:01:07.696 [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
18:01:07.696 [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
18:01:07.696 [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
18:01:07.696 [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
18:01:07.697 [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
18:01:07.698 [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
18:01:07.698 [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
18:01:07.698 [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
18:01:07.699 [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
18:01:07.699 [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
18:01:07.699 [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
18:01:07.700 [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
18:01:07.700 [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
18:01:07.700 [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
18:01:07.700 [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
18:01:07.700 [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
18:01:07.700 [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
18:01:07.701 [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
18:01:07.701 [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
18:01:07.702 [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
18:01:07.702 [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
18:01:07.702 [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
18:01:07.702 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
18:01:07.703 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
18:01:07.704 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
18:01:07.706 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
18:01:07.706 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
18:01:07.706 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
18:01:07.711 [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
18:01:07.711 [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
18:01:07.711 [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
18:01:07.711 [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
18:01:07.711 [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
18:01:07.759 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
18:01:07.759 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
18:01:07.769 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
18:01:07.769 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
18:01:07.769 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:01:07.769 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:01:07.769 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
18:01:07.788 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
18:01:07.848 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:01:07.848 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:01:07.848 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:01:07.852 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:01:07.852 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:01:07.853 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
18:01:07.859 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:07.859 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:07.859 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
18:01:07.863 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
18:01:07.950 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
18:01:07.950 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
18:01:07.956 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
18:01:07.956 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s103ms [pure insertion]
marking any relevant derived attributes for update...18:01:07.956 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
18:01:07.957 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
18:01:07.972 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
18:01:07.972 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:07.972 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:07.972 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
18:01:07.975 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
18:01:08.057 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
18:01:08.057 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
18:01:08.069 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
18:01:08.069 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s97ms [pure insertion]
marking any relevant derived attributes for update...18:01:08.069 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:08.069 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:08.072 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
18:01:08.072 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:08.072 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:08.072 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
18:01:08.074 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
18:01:08.162 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
18:01:08.162 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
18:01:08.175 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
18:01:08.175 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s103ms [pure insertion]
marking any relevant derived attributes for update...18:01:08.175 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:08.175 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:08.178 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
18:01:08.178 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:08.178 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:08.178 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
18:01:08.180 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
18:01:08.278 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
18:01:08.278 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
18:01:08.287 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
18:01:08.287 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s109ms [pure insertion]
marking any relevant derived attributes for update...18:01:08.287 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:08.287 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:08.288 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:01:08.288 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:01:08.348 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
18:01:08.348 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
18:01:08.348 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.06s
attempting to resolve any uninitialized derived attributes...
18:01:08.348 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:01:08.348 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:01:08.348 [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...
18:01:08.348 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s60ms [proxy update]
18:01:08.348 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:01:08.349 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:01:08.349 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 501 ms
18:01:08.462 [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
18:01:08.464 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:01:08.464 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
18:01:08.467 [pool-208-thread-1] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 3 ms
18:01:08.467 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
18:01:08.468 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
18:01:08.468 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
18:01:08.469 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml...
18:01:08.469 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:08.469 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:08.469 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml...
18:01:08.472 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml
18:01:08.552 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
18:01:08.552 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml
18:01:08.570 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
18:01:08.570 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml.
0s101ms [pure insertion]
marking any relevant derived attributes for update...18:01:08.570 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:08.570 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:08.572 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml...
18:01:08.572 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
18:01:08.575 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
18:01:08.575 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml...
18:01:08.578 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml
18:01:08.660 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
18:01:08.660 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml
18:01:08.665 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
18:01:08.665 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml.
0s93ms [pure insertion]
marking any relevant derived attributes for update...18:01:08.665 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
18:01:08.665 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
18:01:08.665 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
18:01:08.665 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
18:01:08.667 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total)
18:01:08.672 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs
18:01:08.672 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
18:01:08.672 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
18:01:08.672 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
18:01:08.672 [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...
18:01:08.672 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
18:01:08.672 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
18:01:08.672 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
18:01:08.673 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 209 ms
18:01:08.673 [pool-208-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6463508349690017114/test_workspaceCrosslinks[LevelDB GreyCat]
18:01:08.675 [pool-208-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6463508349690017114/test_workspaceCrosslinks[LevelDB GreyCat]
18:01:08.682 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
18:01:08.682 [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
18:01:08.684 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
18:01:08.684 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
18:01:08.798 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
18:01:08.799 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6463508349690017114/test_workspaceCrosslinks[LevelDB GreyCat]
18:01:08.799 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 188.804 s - in org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite
set0[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 45.25 s
tree[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 0.422 s
treeWithSpaces[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 0.527 s
treeCrossResourceContainment[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 1 s
derivedEdgeCollection[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 1.628 s
deriveThenAdd[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 1.056 s
derivedEdgeSingle[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 0.566 s
addThenIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 0.559 s
lookupWithIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 1.003 s
lookupWithoutIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 0.536 s
eContainersIsUpdatedRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest)  Time elapsed: 1.126 s
queryEnumValues[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.EnumSupportTest)  Time elapsed: 0.384 s
metamodels[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest)  Time elapsed: 0.463 s
elephantResolve[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest)  Time elapsed: 4.984 s
zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest)  Time elapsed: 2.515 s
metamodel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest)  Time elapsed: 2.105 s
zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest)  Time elapsed: 21.512 s
bpmn[LevelDB GreyCat](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest)  Time elapsed: 36.44 s
instanceCountsAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 1.021 s
listFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.649 s
instanceCounts[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.594 s
reverseRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.628 s
forwardRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.66 s
allContents[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 8.376 s
subtreeTraversalScoping[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 6.326 s
getAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 7.225 s
getFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 4.671 s
getAllOfCountsSubtypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 4.464 s
addChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.433 s
addModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.386 s
renameRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.452 s
eContainer[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.537 s
removeChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.378 s
renameChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.348 s
upgradeModelProfileVersion[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 5.234 s
stereotypeAsModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 3.342 s
localfolderCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 3.1 s
zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 4.37 s
indexLibraries[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.767 s
customProfileV4[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.243 s
customProfileV5[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.415 s
modelProfileInsideRepository[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 3.846 s
workspaceCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest)  Time elapsed: 2.107 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-7ZmBk0YO9TER/agent.323
SSH_AGENT_PID=325
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_14522993790846252551.key (/home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_14522993790846252551.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.12M bytes  received 31.54K bytes  2.94M bytes/sec
total size is 24.78M  speedup is 1.53
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 325 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